summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/dri2_glx.c
Commit message (Expand)AuthorAgeFilesLines
* glx/dri2: Always use X drawable ID for DRI2 protocol.Michel Dänzer2009-08-221-5/+5
* glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf2009-08-131-354/+367
* Merge branch 'mesa_7_5_branch'Brian Paul2009-07-301-0/+2
|\
| * glx: assign per screen driver configs (DRI2)RALOVICH, Kristóf2009-07-281-0/+2
* | dri2: Refresh the fake front contents after glXSwapBuffers().Eric Anholt2009-06-231-0/+7
|/
* DRI2: Implement interface for drivers to access DRI2GetBuffersWithFormatIan Romanick2009-04-241-19/+85
* DRI2: Assume that there is always a front bufferIan Romanick2009-04-091-7/+3
* DRI2: Provide an interface for drivers to flush front-buffer renderingIan Romanick2009-04-091-0/+10
* Revert "dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buff...Michel Dänzer2009-03-251-52/+0
* glx: add support for a reallyFlush() function before swap occurs.Alan Hourihane2009-02-231-0/+16
* dri2: support glXWaitX & glXWaitGL by using fake front buffer.Alan Hourihane2009-02-161-0/+59
* dri2: Initialize variables for the getbuffers round-trip reduction.Eric Anholt2009-02-101-0/+2
* dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buffers.Eric Anholt2009-02-021-0/+52
* dri2: add complaints for more initialization failures.Eric Anholt2009-01-271-3/+9
* glFlush before CopySubBuffer, fix coordinates and extension name typo.Kristian Høgsberg2008-11-121-1/+6
* Don't mess with emacs tab width.Kristian Høgsberg2008-11-111-1/+0
* Update DRI2 implementation according to new specification.Kristian Høgsberg2008-10-141-13/+29
* Revert pointless reindents to avoid merge conflicts.Kristian Høgsberg2008-10-141-248/+237
* glx: indent -br -i3 -npcs --no-tabs dri2_glx.cRALOVICH, Kristóf2008-10-131-237/+248
* glx: add a line of Emacs helping variablesRALOVICH, Kristóf2008-10-131-0/+1
* glx: remove #include "glheader.h" linesBrian Paul2008-09-181-1/+0
* Finish off the previous fix for TFP.Eric Anholt2008-09-121-0/+3
* DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-291-65/+63
* glx/dri: only report DRI2 extensions when DRI2 is enabled.Dave Airlie2008-07-131-1/+1
* glx: add dri_common.c ala xserverGeorge Sapountzis2008-06-091-97/+1
* include <X11/Xlib.h>Alan Hourihane2008-04-231-0/+1
* glx: split out current context codeGeorge Sapountzis2008-04-231-6/+1
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-0/+471