summaryrefslogtreecommitdiff
path: root/src/mesa/main/syncobj.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-07mesa: Fix calling conventions of sync object api callbacks.Michal Krol1-6/+6
2009-09-03mesa: rename gl_sync_object::Status to StatusFlagBrian Paul1-5/+5
2009-09-03Don't dereference function pointers in calls.Ian Romanick1-7/+7
2009-09-03Whitespace and include file clean-up.Ian Romanick1-14/+0
2009-09-03Use MIN2 instead of open-coded versionIan Romanick1-1/+2
2009-09-03ARB sync: Fix delete behavior and context destruction behaviorIan Romanick1-23/+73
2009-09-03ARB sync: Add support for GL_ARB_sync to swrastIan Romanick1-0/+372