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