summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/dri2.c
Commit message (Expand)AuthorAgeFilesLines
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-645/+0
* glx: permit building with older protocol headersKeith Whitwell2010-02-081-0/+14
* mesa: misc GLX_INTEL_swap_event fixesRobert Bragg2010-01-251-6/+14
* DRI2/GLX: add INTEL_swap_event supportJesse Barnes2010-01-081-2/+68
* DRI2: add SwapInterval supportJesse Barnes2010-01-081-0/+17
* DRI2: add OML_sync_control supportJesse Barnes2010-01-081-1/+142
* DRI2: add SwapBuffers supportJesse Barnes2010-01-081-0/+16
* glx: Compile dri2.c only if GLX_DIRECT_RENDERING is defined.Vinson Lee2009-12-221-0/+4
* glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf2009-08-131-271/+279
* DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick2009-04-241-0/+70
* dri2: Don't crash if the server returns more buffers than expected.Eric Anholt2009-02-101-1/+1
* Bump dri2proto requirement to 1.99.3, drop CopyRegion bitmask from protocol.Kristian Høgsberg2008-12-011-1/+0
* 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-45/+47
* Revert pointless reindents to avoid merge conflicts.Kristian Høgsberg2008-10-141-235/+229
* glx: indent -br -i3 -npcs --no-tabs dri2.cRALOVICH, Kristóf2008-10-131-229/+235
* glx: add a line of Emacs helping variablesRALOVICH, Kristóf2008-10-131-0/+1
* glx: remove #include "glheader.h" linesBrian Paul2008-09-181-2/+1
* DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-291-32/+81
* Pick up dri2proto from the standard proto header include path.Kristian Høgsberg2008-04-021-1/+1
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-0/+252