]> git.cworth.org Git - apitrace/commit
CPU Profiling now includes all OpenGL calls (was only draw calls).
authorJames Benton <jbenton@vmware.com>
Mon, 13 Aug 2012 17:21:16 +0000 (18:21 +0100)
committerJames Benton <jbenton@vmware.com>
Thu, 16 Aug 2012 12:51:12 +0000 (13:51 +0100)
commitc53c649fae47d25824e905e3a08d7a27585ffc3f
treeba4f6dd7adde0a2ddac91bd4baea8b262cb14c51
parentd9a73568b0a26c57d0fac8ee97550d0989b9c321
CPU Profiling now includes all OpenGL calls (was only draw calls).

This only affects CPU profiling, not GPU or non-occluded pixels.
common/trace_profiler.cpp
common/trace_profiler.hpp
retrace/glretrace.hpp
retrace/glretrace.py
retrace/glretrace_main.cpp