summaryrefslogtreecommitdiff
path: root/retrace/glws_egl_xlib.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-04helpers: rename glprofile to glfeatures.Jose Fonseca1-7/+7
2016-03-05retrace: clang-modernize.Jose Fonseca1-3/+3
2015-10-28glws: add no-op EGL functions for WGL_ARB_render_texture functionsBrian Paul1-0/+21
2015-10-28glws: begin plumbing extra pbuffer info needed for WGL_ARB_render_textureBrian Paul1-4/+6
2015-06-27glws: Ensure context is initialized the first time it is made current.Jose Fonseca1-1/+1
2015-06-22eglretrace: Leverage EGL_EXT_platform_x11 where available.José Fonseca1-1/+15
2015-03-13glretrace: Set FORWARD_COMPATIBLE_BIT as per trace.Jose Fonseca1-3/+9
2015-01-19glws: Avoid brute force when searching for the EGL config with more APIs.José Fonseca1-58/+73
2015-01-06eglretrace: Drop glws::bindApi.José Fonseca1-32/+43
2015-01-06glretrace: Drop deprecated glws::ProfileJosé Fonseca1-7/+7
2015-01-05eglretrace: Handle GLESv3.José Fonseca1-0/+1
2015-01-05glws: Don't require EGL_KHR_create_context for compatibility contexts.José Fonseca1-2/+2
2015-01-05glretrace: Drop deprecated ProfileDesc.José Fonseca1-19/+13
2015-01-05glws: Avoid referring to PROFILE_xxx directly in EGL backend.José Fonseca1-28/+42
2014-11-12glretrace: Retry without GLX_CONTEXT_DEBUG_BIT_ARB.José Fonseca1-2/+2
2014-07-23glretrace: Abstract eglBindAPI inside glws.José Fonseca1-0/+19
2014-07-23glretrace: Introduce ProfileDesc.José Fonseca1-6/+6
2014-05-27eglretrace: Workaround crashes when recreating EGL surface.José Fonseca1-1/+4
2014-05-27glretrace,eglretrace: Factor out duplicate Xlib code into common module.José Fonseca1-103/+10
2014-05-23egltrace: Retry without EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR.José Fonseca1-1/+7
2014-02-28eglretrace: Support non-compat GL profiles and debug contexts.José Fonseca1-3/+26
2014-01-21Implement --samples=N glretrace flag for X11 GL_ARB_multisampleNigel Stewart1-1/+1
2013-10-30glretrace: Support more profiles; match the profile used in glXCreateContextA...José Fonseca1-4/+0
2013-10-29glretrace: Cleanup profile specification.José Fonseca1-6/+8
2013-10-29glretrace: Support MacOSX 4.1 contexts.José Fonseca1-1/+2
2013-10-29glretrace: Fix Mac and Windows builds due to lack of copySubBuffer method.José Fonseca1-4/+0
2013-10-28Fix compilation-breaking typo from previous commit.Carl Worth1-1/+1
2013-10-28retrace: Implement glxCopySubBufferMESACarl Worth1-0/+4
2013-10-10eglretrace: Fix window size hints problem.José Fonseca1-2/+2
2013-05-31eglretrace: Fix some EGL typos.Gregory Hainaut1-1/+1
2012-10-22Don't show pbuffers in windows.José Fonseca1-4/+5
2012-08-05Recreate egl surface when glViewport for watching framebuffer in qapitrace's ...Huang Dongsung1-0/+43
2012-04-22Share more code between glretrace and d3dretrace.José Fonseca1-1/+1
2012-04-14Move retracers to their own directory.José Fonseca1-0/+441