Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glx: More hacking around versions of XCB that lack GLX_ARB_create_context ↵ | Ian Romanick | 2012-01-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | support Detect whether a new enough version of XCB is installed at configure time. If it is not, don't enable the extension and don't build the unit tests. v2: Move the AM_CONDIATION outside the case-statement so that it is invoked even for non-GLX builds. This prevents build failures with osmesa, for example. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Tested-by: Robert Hooker <[email protected]> | ||||
* | glx: Hack around versions of XCB that lack GLX_ARB_create_context support | Ian Romanick | 2012-01-03 | 1 | -0/+14 |
| | | | | | | | | | A lot of tests in 'make check' will fail under these circumstances, but at least the build should work. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Dave Airlie <[email protected]> Signed-off-by: Dave Airlie <[email protected]> | ||||
* | glx: Initial implementation of glXCreateContextAttribsARB | Ian Romanick | 2012-01-02 | 1 | -0/+117 |
Signed-off-by: Ian Romanick <[email protected]> |