summaryrefslogtreecommitdiff
path: root/src/glx/x11/dri2.c
AgeCommit message (Expand)Author
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-02-08glx: permit building with older protocol headersKeith Whitwell
2010-01-25mesa: misc GLX_INTEL_swap_event fixesRobert Bragg
2010-01-08DRI2/GLX: add INTEL_swap_event supportJesse Barnes
2010-01-08DRI2: add SwapInterval supportJesse Barnes
2010-01-08DRI2: add OML_sync_control supportJesse Barnes
2010-01-08DRI2: add SwapBuffers supportJesse Barnes
2009-12-22glx: Compile dri2.c only if GLX_DIRECT_RENDERING is defined.Vinson Lee
2009-08-13glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf
2009-04-24DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick
2009-02-10dri2: Don't crash if the server returns more buffers than expected.Eric Anholt
2008-12-01Bump dri2proto requirement to 1.99.3, drop CopyRegion bitmask from protocol.Kristian Høgsberg
2008-11-11Don't mess with emacs tab width.Kristian Høgsberg
2008-10-14Update DRI2 implementation according to new specification.Kristian Høgsberg
2008-10-14Revert pointless reindents to avoid merge conflicts.Kristian Høgsberg
2008-10-13glx: indent -br -i3 -npcs --no-tabs dri2.cRALOVICH, Kristóf
2008-10-13glx: add a line of Emacs helping variablesRALOVICH, Kristóf
2008-09-18glx: remove #include "glheader.h" linesBrian Paul
2008-08-29DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg
2008-04-02Pick up dri2proto from the standard proto header include path.Kristian Høgsberg
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg