Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xdemos/omlsync: improve OML WaitMsc test | Jesse Barnes | 2010-03-08 | 1 | -4/+6 |
| | | | | | Use the divisor/remainder for the WaitForMscOML call if a wait_interval is passed. Allows for testing of the WaitMSC paths in the server & DDX. | ||||
* | progs/xdemos: fix up GLX extension checking | Jesse Barnes | 2010-03-05 | 1 | -8/+1 |
| | | | | | | 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. | ||||
* | xdemos/omlsync: add waitformsc and swap interval code | Jesse Barnes | 2010-03-05 | 1 | -5/+27 |
| | |||||
* | xdemos: add OML sync test | Jesse Barnes | 2010-03-04 | 1 | -0/+250 |
Add program to test glXSwapBuffersMscOML behavior. Based on glsync.c. |