summaryrefslogtreecommitdiff
path: root/src/mesa/main/syncobj.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-01mesa: minor fix-ups for _mesa_validate_sync()Brian Paul1-2/+3
2013-09-04mesa: make _mesa_validate_sync() non-staticTimothy Arceri1-0/+3
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-01-21mesa: Initially populate the display list with the exec list.Eric Anholt1-3/+0
2012-09-15mesa: remove FEATURE_ARB_sync define.Oliver McFadden1-40/+0
2011-10-01mesa: s/INLINE/inline/Brian Paul1-6/+6
2010-11-22mesa: Clean up header file inclusion in syncobj.h.Vinson Lee1-1/+5
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-8/+8
2010-09-14mesa: Less FEATURE_ARB_sync tests.Chia-I Wu1-2/+44
2010-08-02mesa: Reduce header file inclusion in syncobj.h.Vinson Lee1-1/+4
2009-09-07mesa: Fix calling conventions of sync object api callbacks.Michal Krol1-6/+6
2009-09-03ARB sync: Fix delete behavior and context destruction behaviorIan Romanick1-0/+6
2009-09-03ARB sync: Add support for GL_ARB_sync to swrastIan Romanick1-0/+64