summaryrefslogtreecommitdiffstats
path: root/src/glx/dri2_glx.c
Commit message (Expand)AuthorAgeFilesLines
* glx: Add screen privates for dri drivers and moved some fields thereKristian Høgsberg2010-07-191-53/+77
* glx: Rename various DRI structs away from obnoxious __GLXfooRec conventionKristian Høgsberg2010-07-191-36/+32
* glx: Factor out common code from dri2WaitGL() and dri2WaitX()Kristian Høgsberg2010-07-191-28/+19
* glx: Dont use dri2WaitX() to update fake frontKristian Høgsberg2010-07-191-3/+3
* glx: Fix drawable lookup in DRI2 event handlerKristian Høgsberg2010-07-191-2/+38
* glx: Invalidate drawable in glXBindTexImageEXT() if we don't get eventsKristian Høgsberg2010-05-211-0/+9
* glx: Split tfp functions out to context vtableKristian Høgsberg2010-05-211-0/+36
* dri2_glx: Put the invalidate b/c code back inKristian Høgsberg2010-05-181-6/+13
* dri2_glx: Terminate loader extension list outside #ifdefKristian Høgsberg2010-05-181-1/+1
* glx: Provide the __DRI_USE_INVALIDATE extension to the driver when we canKristian Høgsberg2010-05-111-14/+25
* glx: Only call DRI2 invalidate when necessaryKristian Høgsberg2010-05-101-12/+4
* Merge branch '7.8'Brian Paul2010-04-281-1/+1
|\
| * glx: Initialize have_back.Pierre Willenbrok2010-04-271-0/+1
| * apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston2010-04-271-1/+1
* | Initialize have_back.Pierre Willenbrock2010-04-271-0/+1
* | Merge branch '7.8'Michel Dänzer2010-04-231-0/+2
|\ \ | |/
| * glx/dri2: Fix build with dri2proto which doesn't define X_DRI2SwapInterval.Michel Dänzer2010-04-231-0/+2
* | DRI2/GLX: check for vblank_mode in DRI2 GLX codeJesse Barnes2010-04-221-2/+39
|/
* DRI2: check for swapAvailable before using swap interval protocolJesse Barnes2010-04-191-1/+7
* DRI2: synchronize swap interval with server at startup timeJesse Barnes2010-04-191-1/+6
* Initialize DRI2 swap interval to 0Michael Schmidt2010-04-141-0/+1
* GLX/DRI2: pass GLX drawable ID to dri2InvalidateBuffersJesse Barnes2010-04-011-2/+2
* Revert accidental commits from the xquartz treeJeremy Huddleston2010-04-011-1/+1
* apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston2010-04-011-1/+1
* glx/dri2: Fix debug build with old dri2proto.Michel Dänzer2010-03-301-0/+13
* glx: Move initialization of ext_list_first_time to where it's storage is allo...Brian Paul2010-03-051-3/+0
* DRI2: expose OML_sync_control if possibleJesse Barnes2010-03-051-0/+3
* dri2: Event driven buffer validation.Francisco Jerez2010-02-161-14/+28
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-0/+666