]> git.cworth.org Git - apitrace/commit
stash: Trace and replay of glx-tfp works
authorCarl Worth <cworth@cworth.org>
Thu, 16 May 2013 22:19:36 +0000 (15:19 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 16 May 2013 22:21:38 +0000 (15:21 -0700)
commitbad1fde2495d16e6a1f90571c317836300840dd5
tree1579554aa05d39a734333887b1d6c320484a6ae2
parent1c382ef13676cd3b4f47b23a8f294a97d0c53312
stash: Trace and replay of glx-tfp works

Trace and replay of gnome-shell still doesn't work due to it manually
grubbing through the results of calling glXGetFBConfigs.
16 files changed:
CMakeLists.txt
common/os_dl.hpp
dispatch/CMakeLists.txt
dispatch/glproc.py
dispatch/glproc_gl.cpp
dispatch/xproc.hpp [new file with mode: 0644]
retrace/glretrace.hpp
retrace/glretrace_glx.cpp
retrace/glretrace_ws.cpp
retrace/glws.hpp
retrace/glws_egl_xlib.cpp
retrace/glws_glx.cpp
specs/xapi.py [new file with mode: 0644]
wrappers/CMakeLists.txt
wrappers/xtrace.cpp [new file with mode: 0644]
wrappers/xtrace.py [new file with mode: 0644]