summaryrefslogtreecommitdiff
path: root/src/glx/x11/dri2_glx.c
AgeCommit message (Expand)Author
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-02-08glx: Fix SwapBuffers regression introduced by 01923fb72d.Francisco Jerez
2010-02-08glx: permit building with older protocol headersKeith Whitwell
2010-02-01glx: Remove unnecessary headers.Vinson Lee
2010-01-29glx: fix possible memory leaks in dri2CreateScreen()Rodolfo Ribeiro Gomes
2010-01-13DRI2: don't send DRI2 requests the server doesn't know aboutJesse Barnes
2010-01-13GLX/DRI2: pass X drawable ID insteadJesse 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-08-22glx/dri2: Always use X drawable ID for DRI2 protocol.Michel Dänzer
2009-08-13glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf
2009-07-30Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-28glx: assign per screen driver configs (DRI2)RALOVICH, Kristóf
2009-06-23dri2: Refresh the fake front contents after glXSwapBuffers().Eric Anholt
2009-04-24DRI2: Implement interface for drivers to access DRI2GetBuffersWithFormatIan Romanick
2009-04-09DRI2: Assume that there is always a front bufferIan Romanick
2009-04-09DRI2: Provide an interface for drivers to flush front-buffer renderingIan Romanick
2009-03-25Revert "dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buff...Michel Dänzer
2009-02-23glx: add support for a reallyFlush() function before swap occurs.Alan Hourihane
2009-02-16dri2: support glXWaitX & glXWaitGL by using fake front buffer.Alan Hourihane
2009-02-10dri2: Initialize variables for the getbuffers round-trip reduction.Eric Anholt
2009-02-02dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buffers.Eric Anholt
2009-01-27dri2: add complaints for more initialization failures.Eric Anholt
2008-11-12glFlush before CopySubBuffer, fix coordinates and extension name typo.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_glx.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-09-12Finish off the previous fix for TFP.Eric Anholt
2008-08-29DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg
2008-07-13glx/dri: only report DRI2 extensions when DRI2 is enabled.Dave Airlie
2008-06-09glx: add dri_common.c ala xserverGeorge Sapountzis
2008-04-23include <X11/Xlib.h>Alan Hourihane
2008-04-23glx: split out current context codeGeorge Sapountzis
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg