summaryrefslogtreecommitdiff
path: root/src/glx/dri2_glx.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21glx: Invalidate drawable in glXBindTexImageEXT() if we don't get eventsKristian Høgsberg1-0/+9
2010-05-21glx: Split tfp functions out to context vtableKristian Høgsberg1-0/+36
2010-05-18dri2_glx: Put the invalidate b/c code back inKristian Høgsberg1-6/+13
2010-05-18dri2_glx: Terminate loader extension list outside #ifdefKristian Høgsberg1-1/+1
2010-05-11glx: Provide the __DRI_USE_INVALIDATE extension to the driver when we canKristian Høgsberg1-14/+25
2010-05-10glx: Only call DRI2 invalidate when necessaryKristian Høgsberg1-12/+4
2010-04-28Merge branch '7.8'Brian Paul1-1/+1
2010-04-27Initialize have_back.Pierre Willenbrock1-0/+1
2010-04-27glx: Initialize have_back.Pierre Willenbrok1-0/+1
2010-04-27apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston1-1/+1
2010-04-23Merge branch '7.8'Michel Dänzer1-0/+2
2010-04-23glx/dri2: Fix build with dri2proto which doesn't define X_DRI2SwapInterval.Michel Dänzer1-0/+2
2010-04-22DRI2/GLX: check for vblank_mode in DRI2 GLX codeJesse Barnes1-2/+39
2010-04-19DRI2: check for swapAvailable before using swap interval protocolJesse Barnes1-1/+7
2010-04-19DRI2: synchronize swap interval with server at startup timeJesse Barnes1-1/+6
2010-04-14Initialize DRI2 swap interval to 0Michael Schmidt1-0/+1
2010-04-01GLX/DRI2: pass GLX drawable ID to dri2InvalidateBuffersJesse Barnes1-2/+2
2010-04-01Revert accidental commits from the xquartz treeJeremy Huddleston1-1/+1
2010-04-01apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston1-1/+1
2010-03-30glx/dri2: Fix debug build with old dri2proto.Michel Dänzer1-0/+13
2010-03-05glx: Move initialization of ext_list_first_time to where it's storage is allo...Brian Paul1-3/+0
2010-03-05DRI2: expose OML_sync_control if possibleJesse Barnes1-0/+3
2010-02-16dri2: Event driven buffer validation.Francisco Jerez1-14/+28
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg1-0/+666