summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/syncobj.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | I believe this resolves the outstanding issues WRT sync object deletetion. I have also added a large comment at the top of syncobj.c describing the expected memory management behavior. I'm still a little uncertain about the locking on ctx->Shared.
* ARB sync: Add support for GL_ARB_sync to swrastIan Romanick2009-09-031-0/+64
This isn't quite right yet. The delete behavior and the context clean-up needs some work.