]> git.cworth.org Git - apitrace/commit
glretrace: GLX and WGL support for ES2/EGL traces.
authorNigel Stewart <nigels@users.sourceforge.net>
Fri, 12 Jul 2013 14:30:41 +0000 (09:30 -0500)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 20 Jul 2013 13:58:32 +0000 (14:58 +0100)
commit1c2cacdef64e4939f8edc223fd13be56fd9e82c9
treed8d23b168962a8e22831c9fd32112d6f69f5f143
parentda7bbffeef688461351b45f95c14945142db5921
glretrace: GLX and WGL support for ES2/EGL traces.

I was able to glretrace Gears for Android on x86 Linux with
NVIDIA (non-DRI supporting) driver by enabling
GLX_CONTEXT_ES2_PROFILE_BIT_EXT for the
glXCreateContextAttribsARB path.

Unfortunately eglretrace via Mesa es2/egl doesn't seem
to be compatible the NVIDIA desktop driver.
retrace/glws_glx.cpp
retrace/glws_wgl.cpp