]> git.cworth.org Git - apitrace/commit
Add tracer_context as the tracer's context
authorChia-I Wu <olvaffe@gmail.com>
Wed, 2 Nov 2011 17:19:46 +0000 (01:19 +0800)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 17 Nov 2011 15:50:25 +0000 (15:50 +0000)
commit8ef6697aaeb5a179b062b9b5af85623b0d5e320e
tree503f4101e9b3198d5eebcb03a683a16aa9ffaa3e
parent2a1cdb444ac14463b73b7ed98ab962712469d41b
Add tracer_context as the tracer's context

For now, it is just a static struct replacing __user_arrays*.  Later, we can
add more fields to cache more GL states (e.g. is there a PBO bound?), support
multiple contexts, and etc.
gltrace.py