summaryrefslogtreecommitdiff
path: root/gui/retracer.h
AgeCommit message (Expand)AuthorFilesLines
2015-05-20common,cli,wrappers,retrace,gui: Use #pragma once.Jose Fonseca1-4/+1
2015-03-14gui: Handle Android retrace in GUI.BogDan Vatra1-3/+5
2015-01-26gui: Create a call set for thumbnails requested.Dan McCabe1-0/+2
2015-01-26gui: Prepare to receive sparse thumbnail data.Dan McCabe1-0/+2
2015-01-26gui: Notify retracer of missing thumbnails to capture.Dan McCabe1-0/+7
2014-02-03qapitrace: Add option to retrace with core profile.Corey Richardson1-0/+4
2013-07-20qapitrace: Add option to replay in singlethreaded modePeter Lohrmann1-0/+4
2013-04-12qapitrace: Support executing glretrace on a remote target host.Carl Worth1-0/+4
2012-12-09qapitrace: Adjust PATH only once and for all.José Fonseca1-2/+0
2012-08-08Add gui support for trace profiling.James Benton1-0/+12
2012-03-26Fix includes.José Fonseca1-0/+1
2012-03-25Get JSON state to not be fully buffered into memory.José Fonseca1-1/+0
2012-03-25Don't buffer all stdout from retrace when generating thumbnails.José Fonseca1-64/+0
2012-03-24Avoid QImage object copies by using references.José Fonseca1-1/+1
2012-03-11Capture snapshot stream in anticipation of displaying thumbnails.Dan McCabe1-0/+10
2011-11-27Allow to retrace with EGL too.José Fonseca1-0/+7
2011-11-24Prevent segfault on glretrace crash (fixes issue #52).José Fonseca1-1/+1
2011-09-14Properly handle and propagate retrace errors.Zack Rusin1-8/+4
2011-08-28Reduce the size of ApiTraceCall, ApiTraceEvent and ApiTraceFrameZack Rusin1-2/+2
2011-04-19Large chunk of showing the replay errors.Zack Rusin1-0/+8
2011-04-10Replay and parse json in a thread.Zack Rusin1-4/+58
2011-04-06Abstract retracing into a class of its own.Zack Rusin1-0/+49