glretrace: GLX and WGL support for ES2/EGL traces

Programming / Debugging / APITrace - Nigel Stewart [users.sourceforge.net] - 20 July 2013 08:58 UTC

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.

1c2cacd glretrace: GLX and WGL support for ES2/EGL traces.
retrace/glws_glx.cpp | 6 +++++-
retrace/glws_wgl.cpp | 15 ++++++++++++---
2 files changed, 17 insertions(+), 4 deletions(-)

Upstream: github.com


  • Share