]> git.cworth.org Git - fips/commit
Aggregate non-shader GPU operations into their own operations
authorCarl Worth <cworth@cworth.org>
Wed, 16 Oct 2013 03:23:08 +0000 (20:23 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 16 Oct 2013 03:23:08 +0000 (20:23 -0700)
commit61b4545d541527ca2bd76811195b964595db7ed1
tree0154ee6d1255ba3288c785795044c9681563ea38
parent8dc8bcb282b0948605e4b526b9787f51c56301d6
Aggregate non-shader GPU operations into their own operations

These operations are named after representative functions, (glClear,
glReadPixels, etc.). Aggregate time spent in any of these operations
is sorted together with the existing reports for time spent in
particular shader programs.

The shader program times should now be more accurate since time spent
in operations such as glClear will now no longer be accumulated into
the most recently-used shader.
eglwrap.c
glwrap.c
glxwrap.c
metrics.c
metrics.h