]> git.cworth.org Git - apitrace/commitdiff
glretrace: Fix snapshots on GL 3.2 core contexts (issue #106).
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 23 Jan 2013 16:15:40 +0000 (16:15 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 23 Jan 2013 16:18:10 +0000 (16:18 +0000)
glPush/PopClientAttrib() are not available in core contexts. Simply
save/restore the state via glGet and pack API.


No differences found