summaryrefslogtreecommitdiff
path: root/glx/glxdri2.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-05dri2: Enable GLX_SGI_make_current_read when the DRI driver supports it.Eric Anholt1-0/+9
2009-04-24DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick1-7/+52
2009-04-20DRI2: Add missing front-buffer flush callback.Ian Romanick1-0/+8
2009-04-15DRI2: Don't leave empty entries in private->buffersIan Romanick1-8/+9
2009-04-13glx: Fix drawable private leak on destroyKristian Høgsberg1-0/+2
2009-04-10DRI2: Do not send the real front buffer of a window to the clientIan Romanick1-0/+10
2009-04-08Use a #define instead of a magic numberIan Romanick1-2/+4
2009-04-08Allow GLX sources to build against Mesa 7.4 sourcesIan Romanick1-1/+4
2009-04-02Support setTexBuffer2 in AIGLX.Kristian Høgsberg1-3/+10
2009-02-16glx: Add comments around some extension string weirdnessIan Romanick1-0/+4
2009-02-16dri2: support glXWaitGL & glXWaitX by copying fake front to front andAlan Hourihane1-0/+35
2008-12-02Fix GLX after 180bad84774493d48f2793a6281d825560944863.Eric Anholt1-1/+1
2008-11-12CopySubBuffer expects GL style coordinates.Kristian Høgsberg1-2/+3
2008-10-23dri2: fail at context creation if driver fail to create it's contextJerome Glisse1-0/+4
2008-10-15dri2: Update to latest protocol draft.Kristian Høgsberg1-12/+22
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-7/+3
2008-08-29DRI2: Drop sarea use, implement server side swap buffers.Kristian Høgsberg1-62/+64
2008-07-24Drop the glx resize hook and stop chaining PositionWindow.Kristian Høgsberg1-10/+0
2008-05-21Move GL/glx on level up now that it's the only thing left under GL.Kristian Høgsberg1-0/+584