summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/syncobj.c
Commit message (Expand)AuthorAgeFilesLines
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-1/+1
* mesa: Fix calling conventions of sync object api callbacks.Michal Krol2009-09-071-6/+6
* mesa: rename gl_sync_object::Status to StatusFlagBrian Paul2009-09-031-5/+5
* Don't dereference function pointers in calls.Ian Romanick2009-09-031-7/+7
* Whitespace and include file clean-up.Ian Romanick2009-09-031-14/+0
* Use MIN2 instead of open-coded versionIan Romanick2009-09-031-1/+2
* ARB sync: Fix delete behavior and context destruction behaviorIan Romanick2009-09-031-23/+73
* ARB sync: Add support for GL_ARB_sync to swrastIan Romanick2009-09-031-0/+372