aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_syncobj.c
Commit message (Collapse)AuthorAgeFilesLines
* intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS).Eric Anholt2009-10-201-1/+1
| | | | Bug #24435
* mesa: rename gl_sync_object::Status to StatusFlagBrian Paul2009-09-031-2/+2
| | | | | There's a symbol collision with X11/Xlib.h #define Status int in the Mesa xlib code. This seems the simpliest way to work around this.
* intel: Add support for ARB_sync.Eric Anholt2009-09-031-0/+132
We currently weasel out of supporting the timeout parameter, but otherwise this extension looks ready, and should make the common case happy.