]> git.cworth.org Git - apitrace/history - retrace/glretrace_main.cpp
glretrace: Flush outstanding requests when waiting for user input.
[apitrace] / retrace / glretrace_main.cpp
2013-04-12 Carl Worthglretrace: Flush outstanding requests when waiting...
2013-03-12 José Fonsecaglretrace: Fix cpu timings when not measuring gpu times.
2013-03-06 José FonsecaMerge branch 'directxtex'
2013-03-04 Shuang HeExtend profiling tool to support Vsize and Rss memory...
2013-02-16 Carl Worthreplay: Support applications mixing glCreateProgramObje...
2012-12-11 José FonsecaMerge branch 'trim-auto'
2012-12-10 José FonsecaMerge remote-tracking branch 'github/timestamp'
2012-12-10 José Fonsecaglretrace: Remove the gpu/cpu time syncing code.
2012-12-08 Carl Worthglretrace: Use GL_TIMESTAMP (if available) for CPU...
2012-11-14 José Fonsecaretrace: Allow multiple dumpers to co-exist.
2012-11-07 José FonsecaMerge branch 'master' into d2d
2012-11-05 José FonsecaMerge branch 'master' into dxva
2012-10-27 José FonsecaMerge branch 'master' into mt-trace
2012-10-25 José FonsecaMerge remote-tracking branch 'github/master' into mt...
2012-10-24 José FonsecaFix current context tracking.
2012-10-19 José Fonsecaglretrace: Put currentContext on TLS.
2012-10-19 José FonsecaKill currentDrawable.
2012-10-19 José FonsecaHandle nested glErrors.
2012-10-18 José FonsecaCheck extensions via glGetStringi() on core profile.
2012-10-13 José Fonsecaretrace: Sleep when polling for input.
2012-09-28 José FonsecaMerge remote-tracking branch 'github/master' into d2d
2012-08-29 James BentonFix bug in profiling time synchronisation.
2012-08-16 James BentonImprove profiling.
2012-08-16 James BentonCPU Profiling now includes all OpenGL calls (was only...
2012-08-16 James BentonSynchronise gpuStart and cpuStart for profiling.
2012-08-13 José FonsecaMerge branch 'profile-gui'
2012-08-10 José FonsecaInitialize bits.
2012-08-10 José FonsecaMerge remote-tracking branch 'github/master' into profi...
2012-08-10 José FonsecaRescale/rebase the times just before writing it.
2012-08-09 James BentonAPIENTRY debugOutputCallback on declaration too.
2012-08-09 James BentonAdd APIENTRY call convention to debug output callback.
2012-08-09 James BentonAdd GL_ARB_debug_output support.
2012-08-09 James BentonAdd initContext to glretrace.
2012-08-09 James BentonCreate glretrace specific context.
2012-08-06 José FonsecaMerge remote-tracking branch 'jbenton/master'
2012-08-06 James BentonCheck GL_QUERY_COUNTER_BITS before profiling.
2012-08-06 James BentonCheck for GL_EXT_timer_query and GL_ARB_occlusion_query.
2012-08-02 James BentonRemoved arbitary limit on active queries.
2012-08-02 James BentonFixed bug in CPU profiling.
2012-08-02 James BentonCheck if GL_ARB_timer_query is supported before using it.
2012-07-25 James BentonImproved profiling capabilities.
2012-07-23 James BentonAdded support for recording GL_SAMPLES_PASSED.
2012-07-23 James BentonFixed gpu profiling under multiple contexts.
2012-07-23 James BentonImproved GPU profiling code.
2012-07-20 James BentonAdd support for basic GPU profiling of draw calls to...
2012-05-09 Si ChenSuppress warning when running in benchmark mode.
2012-04-26 José FonsecaCleanup glretrace<->glws integration.
2012-04-22 José FonsecaShare more code between glretrace and d3dretrace.
2012-04-20 José FonsecaMove benchmark flag into common retrace code.
2012-04-14 José FonsecaMove retracers to their own directory.