Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-27 | glws: add 'read' buffer parameter to makeCurrent() | Brian Paul | 1 | -1/+2 | |
So that we can support the wglMakeContextCurrentARB() and glXMakeContextCurrent() functions. | |||||
2016-06-30 | glretrace: Consistently use 32 bits visuals. | Jose Fonseca | 1 | -1/+1 | |
Different APIs interpret RGBA/DS bits differently: some return a visual with the smallest number of bits, others return the largest number of bits. All modern GL implementations should support 32bits visuals. So use them for sake of consistency. | |||||
2016-04-04 | helpers: rename glprofile to glfeatures. | Jose Fonseca | 1 | -3/+3 | |
This module will have more than just description of OpenGL profiles, but actual features. | |||||
2015-10-28 | glws: Update Waffle support for interface changes. | Jose Fonseca | 1 | -4/+27 | |
2015-09-15 | glws: Allow to overrider WAFFLE_PLATFORM via env var. | Jose Fonseca | 1 | -33/+70 | |
2015-06-27 | glws: Ensure context is initialized the first time it is made current. | Jose Fonseca | 1 | -1/+1 | |
2015-03-13 | glretrace: Set FORWARD_COMPATIBLE_BIT as per trace. | Jose Fonseca | 1 | -0/+3 | |
Not thoroughly tested across all platforms. But hopefully close enough. | |||||
2015-01-06 | eglretrace: Drop glws::bindApi. | José Fonseca | 1 | -6/+0 | |
Just call eglBindAPI internally in the EGL backend. | |||||
2015-01-06 | glretrace: Drop deprecated glws::Profile | José Fonseca | 1 | -4/+4 | |
2015-01-05 | glretrace: Drop deprecated ProfileDesc. | José Fonseca | 1 | -11/+8 | |
2015-01-05 | glws: Avoid referring to PROFILE_xxx directly in Waffle backend. | José Fonseca | 1 | -38/+52 | |
2014-07-23 | glretrace: Abstract eglBindAPI inside glws. | José Fonseca | 1 | -0/+6 | |
Instead of calling eglBindAPI directly. | |||||
2014-01-22 | glws_waffle: Support shared contexts. | José Fonseca | 1 | -6/+5 | |
2014-01-21 | Implement --samples=N glretrace flag for X11 GL_ARB_multisample | Nigel Stewart | 1 | -1/+1 | |
Implementation for EGL, Waffle and WGL yet to be done. | |||||
2013-11-29 | eglretrace: Allow to build eglretrace with Waffle on desktop systems. | José Fonseca | 1 | -1/+16 | |
One needs to set ENABLE_WAFFLE and the Waffle_* variables manually. This allows to reproduce issue #197 outside Android. | |||||
2013-11-13 | glws: Update waffle support for glws interface changes. | José Fonseca | 1 | -7/+10 | |
2013-11-13 | Android: Port eglretracer for Android (v5) | Juha-Pekka Heikkila | 1 | -0/+220 | |
I fixed shareContext problem pointed out by Chad. In shareContext event I chose to just abort out as for time being I could not make it any nicer. Signed-off-by: José Fonseca <jfonseca@vmware.com> |