summaryrefslogtreecommitdiff
path: root/src/glx/dri2.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-09glx: Replace DRI2SwapBuffers() custom protocol with XCB.Eric Anholt1-44/+0
2012-10-09glx: Replace DRI2SwapInterval custom protocol with XCB.Eric Anholt1-19/+0
2012-10-09glx: Replace DRI2GetMSC custom protocol with XCB.Eric Anholt1-33/+0
2012-10-09glx: Replace DRI2WaitForMSC custom protocol with XCB.Eric Anholt1-46/+0
2012-10-09glx: Replace DRI2WaitForSBC custom protocol with XCB.Eric Anholt1-41/+0
2012-09-06glx: move 'prime' var into #ifdef'd code blockBrian Paul1-8/+10
2012-09-05Remove Xcalloc/Xmalloc/Xfree callsMatt Turner1-5/+5
2012-08-16glx/dri2: add dri2 prime support.Dave Airlie1-0/+13
2011-08-05glx/dri2: Paper over errors in DRI2Connect when indirectChristopher James Halse Rogers1-0/+9
2011-07-08GLX/DRI2: handle swap event swap count wrappingJesse Barnes1-1/+11
2011-07-08DRI2/GLX: use new swap event typesJesse Barnes1-2/+2
2011-05-05Revert "DRI2/GLX: make swap event handling match spec"Dave Airlie1-1/+1
2011-05-04DRI2/GLX: make swap event handling match specJesse Barnes1-1/+1
2010-09-22glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x buildLuca Barbieri1-6/+3
2010-09-08glx: Ignore DRI2 event for drawables we've destroyedKristian Høgsberg1-1/+1
2010-09-08glx: Drop broken drawable garbage collectionKristian Høgsberg1-0/+8
2010-07-28glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg1-1/+1
2010-07-28Avoid compiler warning for unused glx_dpy variable.Carl Worth1-1/+1
2010-07-22glx: Use _Xglobal_lock for protecting extension display listKristian Høgsberg1-2/+2
2010-07-21Revert "dri2: Remove an unused variable."Jerome Glisse1-0/+1
2010-07-21dri2: Remove an unused variable.Carl Worth1-1/+0
2010-07-19glx: Fix drawable lookup in DRI2 event handlerKristian Høgsberg1-1/+2
2010-07-14dri2: Track event mask in client code.Nick Bowler1-0/+6
2010-07-01mesa: Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo1-1/+0
2010-04-13DRI2: report swap events correctly in direct rendered caseJesse Barnes1-2/+1
2010-04-04Update to final names from GLX_INTEL_swap_event specIan Romanick1-1/+1
2010-03-22glx: Suppress BadDrawable from DRI2CopyRegionKristian Høgsberg1-1/+14
2010-02-16glx: Fix a couple of warningsKristian Høgsberg1-2/+0
2010-02-16glx: Only register wire handlers for the events the server supportsKristian Høgsberg1-1/+20
2010-02-16dri2: Event driven buffer validation.Francisco Jerez1-1/+9
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg1-0/+645