]> git.cworth.org Git - apitrace/history - retrace/glretrace_main.cpp
CPU Profiling now includes all OpenGL calls (was only draw calls).
[apitrace] / retrace / glretrace_main.cpp
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.