Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS). | Eric Anholt | 2009-10-20 | 1 | -1/+1 |
| | | | | Bug #24435 | ||||
* | mesa: rename gl_sync_object::Status to StatusFlag | Brian Paul | 2009-09-03 | 1 | -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 Anholt | 2009-09-03 | 1 | -0/+132 |
We currently weasel out of supporting the timeout parameter, but otherwise this extension looks ready, and should make the common case happy. |