index
:
~anholt/apitrace
frameretrace
loopsecs
timing
Unnamed repository; edit this file 'description' to name the repository.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gui
/
retracer.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-05
image: Move into lib.
Jose Fonseca
1
-1
/
+1
2016-03-05
gui: clang-modernize.
Jose Fonseca
1
-5
/
+5
2015-05-27
gui: Allow values as UBJSON root.
Jose Fonseca
1
-1
/
+1
2015-05-20
gui: Hide QDataStream.
Jose Fonseca
1
-2
/
+1
2015-05-01
gui: Receive dumps in UBJSON format.
Jose Fonseca
1
-11
/
+7
2015-03-14
gui: Handle Android retrace in GUI.
BogDan Vatra
1
-42
/
+61
2015-01-26
gui: Create a call set for thumbnails requested.
Dan McCabe
1
-0
/
+25
2015-01-26
gui: Prepare to receive sparse thumbnail data.
Dan McCabe
1
-2
/
+2
2015-01-26
gui: Notify retracer of missing thumbnails to capture.
Dan McCabe
1
-0
/
+13
2015-01-25
gui: Don't bother pass --db to glretrace.
Jose Fonseca
1
-3
/
+1
2015-01-14
gui: Merge qt-5 branch.
José Fonseca
1
-26
/
+10
2014-11-15
gui: Log command line whenever retracing.
José Fonseca
1
-0
/
+9
2014-05-30
gui: Ensure all Retracer::Retracer members are initialized.
José Fonseca
1
-0
/
+2
2014-02-03
qapitrace: Add option to retrace with core profile.
Corey Richardson
1
-0
/
+14
2013-09-12
image: Support reading PFM images.
José Fonseca
1
-5
/
+8
2013-07-20
qapitrace: Add option to replay in singlethreaded mode
Peter Lohrmann
1
-0
/
+15
2013-04-12
qapitrace: Support executing glretrace on a remote target host.
Carl Worth
1
-1
/
+20
2012-12-09
qapitrace: Adjust PATH only once and for all.
José Fonseca
1
-13
/
+0
2012-12-07
Drop API_D3D10/11.
José Fonseca
1
-3
/
+1
2012-12-07
image: Move image code into its own module.
José Fonseca
1
-1
/
+1
2012-11-15
gui: Silence unused var warning.
José Fonseca
1
-0
/
+1
2012-11-14
Update use/mention of options.
José Fonseca
1
-5
/
+5
2012-10-27
Always use bundled QJson.
José Fonseca
1
-0
/
+3
2012-08-16
Allow BlockingIO read of profiling results.
James Benton
1
-1
/
+0
2012-08-08
Add gui support for trace profiling.
James Benton
1
-10
/
+74
2012-07-06
glsl edit: grep multiline error/warning messages
gregory
1
-0
/
+8
2012-04-23
Detect/handle more APIs in CLI/GUI.
José Fonseca
1
-3
/
+20
2012-04-05
Disable BlockingIODevice with QJSON.
José Fonseca
1
-2
/
+9
2012-03-28
Show important retrace messages long enough to read.
José Fonseca
1
-2
/
+4
2012-03-27
Auto detect the API from the trace.
José Fonseca
1
-1
/
+1
2012-03-26
Merge remote-tracking branch 'github/master' into gui-unbuffered-retrace
José Fonseca
1
-2
/
+3
2012-03-26
Fix includes.
José Fonseca
1
-1
/
+0
2012-03-25
Make frame thumbnail size consistent.
José Fonseca
1
-2
/
+3
2012-03-25
Get JSON state to not be fully buffered into memory.
José Fonseca
1
-41
/
+120
2012-03-25
Don't buffer all stdout from retrace when generating thumbnails.
José Fonseca
1
-224
/
+155
2012-03-24
Process stderr one line at time.
José Fonseca
1
-4
/
+4
2012-03-24
Don't read all json output to memory.
José Fonseca
1
-3
/
+3
2012-03-24
Defer reading all standard error.
José Fonseca
1
-7
/
+1
2012-03-11
Capture snapshot stream in anticipation of displaying thumbnails.
Dan McCabe
1
-10
/
+97
2011-11-27
Allow to retrace with EGL too.
José Fonseca
1
-1
/
+22
2011-11-24
Prevent segfault on glretrace crash (fixes issue #52).
José Fonseca
1
-9
/
+23
2011-11-01
Expose build/install dirs as a define.
José Fonseca
1
-1
/
+1
2011-09-14
Properly handle and propagate retrace errors.
Zack Rusin
1
-6
/
+6
2011-08-28
Reduce the size of ApiTraceCall, ApiTraceEvent and ApiTraceFrame
Zack Rusin
1
-3
/
+3
2011-06-01
Use double buffer visuals by default.
José Fonseca
1
-0
/
+2
2011-04-19
Call the action "error checking" instead of "benchmarking"
Zack Rusin
1
-1
/
+1
2011-04-19
Large chunk of showing the replay errors.
Zack Rusin
1
-2
/
+22
2011-04-11
Respect the double buffered option when looking up the state.
Zack Rusin
1
-3
/
+5
2011-04-10
Replay and parse json in a thread.
Zack Rusin
1
-43
/
+164
2011-04-06
Abstract retracing into a class of its own.
Zack Rusin
1
-0
/
+136