summaryrefslogtreecommitdiff
path: root/src/glx/x11/dri2_glx.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-09DRI2: Assume that there is always a front bufferIan Romanick1-7/+3
2009-04-09DRI2: Provide an interface for drivers to flush front-buffer renderingIan Romanick1-0/+10
2009-03-25Revert "dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buff...Michel Dänzer1-52/+0
2009-03-13dri2: Initialize variables for the getbuffers round-trip reduction.Eric Anholt1-0/+2
2009-02-16dri2: support glXWaitX & glXWaitGL by using fake front buffer.Alan Hourihane1-0/+59
2009-02-03dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buffers.Eric Anholt1-0/+52
2008-11-12glFlush before CopySubBuffer, fix coordinates and extension name typo.Kristian Høgsberg1-1/+6
2008-11-11Don't mess with emacs tab width.Kristian Høgsberg1-1/+0
2008-10-14Update DRI2 implementation according to new specification.Kristian Høgsberg1-13/+29
2008-10-14Revert pointless reindents to avoid merge conflicts.Kristian Høgsberg1-248/+237
2008-10-13glx: indent -br -i3 -npcs --no-tabs dri2_glx.cRALOVICH, Kristóf1-237/+248
2008-10-13glx: add a line of Emacs helping variablesRALOVICH, Kristóf1-0/+1
2008-09-18glx: remove #include "glheader.h" linesBrian Paul1-1/+0
2008-09-12Finish off the previous fix for TFP.Eric Anholt1-0/+3
2008-08-29DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg1-65/+63
2008-07-13glx/dri: only report DRI2 extensions when DRI2 is enabled.Dave Airlie1-1/+1
2008-06-09glx: add dri_common.c ala xserverGeorge Sapountzis1-97/+1
2008-04-23include <X11/Xlib.h>Alan Hourihane1-0/+1
2008-04-23glx: split out current context codeGeorge Sapountzis1-6/+1
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg1-0/+471