]> git.cworth.org Git - apitrace/commit
Add support for basic GPU profiling of draw calls to retrace.
authorJames Benton <jbenton@vmware.com>
Fri, 20 Jul 2012 17:56:19 +0000 (18:56 +0100)
committerJames Benton <jbenton@vmware.com>
Fri, 20 Jul 2012 17:56:19 +0000 (18:56 +0100)
commitaddf7f90727a50040d79e6da6d59ffb031074674
tree8356513ca7d8cb01c4d8f7b7db7de48acb115e88
parentba3756bb4b57746e6c811e4194504e4aae004e3e
Add support for basic GPU profiling of draw calls to retrace.

Currently only supports opengl using glBegin/EndQuery and glQueryCounter.

Based on code from Yuanhan Liu timing-trace branch.
CMakeLists.txt
common/trace_profiler.cpp [new file with mode: 0644]
common/trace_profiler.hpp [new file with mode: 0644]
retrace/glretrace.hpp
retrace/glretrace.py
retrace/glretrace_main.cpp
retrace/retrace.hpp
retrace/retrace_main.cpp