]> git.cworth.org Git - apitrace/commit
gles: Add ES1 and ES2 profiles to glretrace.py
authorChia-I Wu <olvaffe@gmail.com>
Wed, 2 Nov 2011 17:37:36 +0000 (01:37 +0800)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 17 Nov 2011 15:50:25 +0000 (15:50 +0000)
commitb3d218d2439eb6e9636a21fd10f4d5cfcb39fadc
treee06d39c81a528bfd6af594a617a054bf6ea54960
parente889ac73bc6dbf063d66c987b479adc462ab42a5
gles: Add ES1 and ES2 profiles to glretrace.py

Some of the internal GL calls we make generate GL_INVALID_ENUM or other errors
when tracing an GLES app.  We need to know the profile of the current context
to adapt the calls made.
gltrace.py