summaryrefslogtreecommitdiff
path: root/glx/glxdri2.c
AgeCommit message (Expand)Author
2009-07-06dri2: support glXWaitGL & glXWaitX by copying fake front to front andAlan Hourihane
2009-06-29Build against DRI_TEX_BUFFER_VERSION 1Keith Packard
2009-06-29Support setTexBuffer2 in AIGLX.Kristian Høgsberg
2009-06-11Use a #define instead of a magic numberIan Romanick
2009-06-11DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick
2009-06-11DRI2: Add missing front-buffer flush callback.Ian Romanick
2009-06-11DRI2: Don't leave empty entries in private->buffersIan Romanick
2009-06-11DRI2: Do not send the real front buffer of a window to the clientIan Romanick
2009-04-13glx: Fix drawable private leak on destroyKristian Høgsberg
2008-11-12CopySubBuffer expects GL style coordinates.Kristian Høgsberg
2008-10-23dri2: fail at context creation if driver fail to create it's contextJerome Glisse
2008-10-15dri2: Update to latest protocol draft.Kristian Høgsberg
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson
2008-08-29DRI2: Drop sarea use, implement server side swap buffers.Kristian Høgsberg
2008-07-24Drop the glx resize hook and stop chaining PositionWindow.Kristian Høgsberg
2008-05-21Move GL/glx on level up now that it's the only thing left under GL.Kristian Høgsberg