]> git.cworth.org Git - apitrace/commit
mt trace: create gltrace_state.cpp, move getContext into it
authorImre Deak <imre.deak@intel.com>
Thu, 3 May 2012 14:33:13 +0000 (17:33 +0300)
committerImre Deak <imre.deak@intel.com>
Wed, 23 May 2012 08:10:44 +0000 (11:10 +0300)
commite90cac47697d2c26ac3a6d5292de101519b46f95
treefd2726feca5281233c2515103e090a34ead2f77f
parent09826de1b4defc6a42fb7ddfe46733ccc70b00b8
mt trace: create gltrace_state.cpp, move getContext into it

There is no need to keep this function in a python script and the
following patches will extend the functionality around this code, so
move the function to a .cpp file.

Signed-off-by: Imre Deak <imre.deak@intel.com>
wrappers/CMakeLists.txt
wrappers/gltrace.py
wrappers/gltrace_state.cpp [new file with mode: 0644]