Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/xdemos: fix up GLX extension checking | Jesse Barnes | 2010-03-05 | 1 | -10/+3 |
| | | | | | | A few of my programs were using the client string in addition to the main extensions string to see if a feature was present. Correct this to only check for the currently available and working extensions. | ||||
* | DRI2: add OML_sync_control support | Jesse Barnes | 2010-01-08 | 1 | -0/+202 |
Add OML_sync_control support, along with a simple program for testing it. This means adding support for the DRI2GetMSC, DRI2WaitMSC and DRI2WaitSBC requests. Signed-off-by: Jesse Barnes <[email protected]> |