summaryrefslogtreecommitdiff
path: root/progs/xdemos/omlsync.c
AgeCommit message (Collapse)Author
2010-03-05progs/xdemos: fix up GLX extension checkingJesse Barnes
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.
2010-03-05xdemos/omlsync: add waitformsc and swap interval codeJesse Barnes
2010-03-04xdemos: add OML sync testJesse Barnes
Add program to test glXSwapBuffersMscOML behavior. Based on glsync.c.