Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-04 | Update to final names from GLX_INTEL_swap_event spec | Ian Romanick | |
Fixes bug #27454. | |||
2010-03-22 | glx: Suppress BadDrawable from DRI2CopyRegion | Kristian Høgsberg | |
This can happen when an X window is destroyed behind our back. We use DRI2CopyRegion behind the scenes in many places (like flushing the fake front to the real front) so we have to ignore X errors triggered in that case. The glean test cases trigger this consistently as they don't destroy the GLX drawable nicely, they just destroy the X window. | |||
2010-02-16 | glx: Fix a couple of warnings | Kristian Høgsberg | |
2010-02-16 | glx: Only register wire handlers for the events the server supports | Kristian Høgsberg | |
2010-02-16 | dri2: Event driven buffer validation. | Francisco Jerez | |
When a buffer invalidation event is received from the X server, the "invalidate" hook of the DRI2 flush extension is executed: A generic implementation (dri2InvalidateDrawable) is provided that just bumps the "pStamp" sequence number in __DRIdrawableRec. For old servers not supporting buffer invalidation events, the invalidate hook will be called before flushing the fake front/back buffer (that's typically once per frame -- not a lot worse than the situation we were in before). No effort has been made on preserving backwards compatibility with version 2 of the flush extension, but I think it's acceptable because AFAIK no released stack is making use of it. Signed-off-by: Kristian Høgsberg <krh@bitplanet.net> | |||
2010-02-09 | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | |