summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/ARB_sync.xml
AgeCommit message (Collapse)Author
2010-02-24glapi: mv code generation to subdirGeorge Sapountzis
This just moves files, code generation Makefile will be fixed in next commit for easier review.
2010-01-04glapi: comment-out TIMEOUT_IGNOREDBrian Paul
This is not really a GLenum value.
2009-09-03glapi: fix incorrect/missing return types for glFenceSync(), glClientWaitSync()Brian Paul
2009-09-03ARB sync: Add base infrastructure for GL_ARB_syncIan Romanick