Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glx: declare glx_screen struct to silence warning | Brian Paul | 2013-11-11 | 1 | -0/+2 |
| | |||||
* | glx/dri2: Add DRI2 support for GLX_MESA_query_renderer | Ian Romanick | 2013-11-07 | 1 | -0/+8 |
| | | | | | | | | | | The new functions for this extension were added to a separate file (dri2_query_renderer.c) to facilitate unit testing. I tried putting them in dri2_glx.c, and it resulting in an unending chain of dependencies. It was the proverbial threading hanging from a sweater. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | glx: Replace DRI2SwapBuffers() custom protocol with XCB. | Eric Anholt | 2012-10-09 | 1 | -4/+0 |
| | | | | Reviewed-by: Chad Versace <[email protected]> | ||||
* | glx: Replace DRI2SwapInterval custom protocol with XCB. | Eric Anholt | 2012-10-09 | 1 | -3/+0 |
| | | | | Reviewed-by: Chad Versace <[email protected]> | ||||
* | glx: Replace DRI2GetMSC custom protocol with XCB. | Eric Anholt | 2012-10-09 | 1 | -3/+0 |
| | | | | Reviewed-by: Chad Versace <[email protected]> | ||||
* | glx: Replace DRI2WaitForMSC custom protocol with XCB. | Eric Anholt | 2012-10-09 | 1 | -4/+0 |
| | | | | Reviewed-by: Chad Versace <[email protected]> | ||||
* | glx: Replace DRI2WaitForSBC custom protocol with XCB. | Eric Anholt | 2012-10-09 | 1 | -4/+0 |
| | | | | Reviewed-by: Chad Versace <[email protected]> | ||||
* | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | 2010-02-09 | 1 | -0/+106 |