summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/syncobj.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix locking of GLsync objects.Steinar H. Gunderson2016-02-051-7/+4
* mesa: minor fix-ups for _mesa_validate_sync()Brian Paul2013-10-011-2/+3
* mesa: make _mesa_validate_sync() non-staticTimothy Arceri2013-09-041-0/+3
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: Initially populate the display list with the exec list.Eric Anholt2013-01-211-3/+0
* mesa: remove FEATURE_ARB_sync define.Oliver McFadden2012-09-151-40/+0
* mesa: s/INLINE/inline/Brian Paul2011-10-011-6/+6
* mesa: Clean up header file inclusion in syncobj.h.Vinson Lee2010-11-221-1/+5
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-8/+8
* mesa: Less FEATURE_ARB_sync tests.Chia-I Wu2010-09-141-2/+44
* mesa: Reduce header file inclusion in syncobj.h.Vinson Lee2010-08-021-1/+4
* mesa: Fix calling conventions of sync object api callbacks.Michal Krol2009-09-071-6/+6
* ARB sync: Fix delete behavior and context destruction behaviorIan Romanick2009-09-031-0/+6
* ARB sync: Add support for GL_ARB_sync to swrastIan Romanick2009-09-031-0/+64