summaryrefslogtreecommitdiffstats
path: root/src/glx/dri2.c
Commit message (Expand)AuthorAgeFilesLines
* glx: do not leak the dri2 extension informationEmil Velikov2015-02-181-1/+2
* glx: Don't crash on swap event for a Window (non-GLXWindow)Daniel Manjarres2014-06-201-4/+8
* glx: cleanup unneeded headersEmil Velikov2014-03-111-1/+0
* glx: Add missing null check in DRI2WireToEventJuha-Pekka Heikkila2013-12-111-0/+2
* glx: Replace DRI2SwapBuffers() custom protocol with XCB.Eric Anholt2012-10-091-44/+0
* glx: Replace DRI2SwapInterval custom protocol with XCB.Eric Anholt2012-10-091-19/+0
* glx: Replace DRI2GetMSC custom protocol with XCB.Eric Anholt2012-10-091-33/+0
* glx: Replace DRI2WaitForMSC custom protocol with XCB.Eric Anholt2012-10-091-46/+0
* glx: Replace DRI2WaitForSBC custom protocol with XCB.Eric Anholt2012-10-091-41/+0
* glx: move 'prime' var into #ifdef'd code blockBrian Paul2012-09-061-8/+10
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-5/+5
* glx/dri2: add dri2 prime support.Dave Airlie2012-08-161-0/+13
* glx/dri2: Paper over errors in DRI2Connect when indirectChristopher James Halse Rogers2011-08-051-0/+9
* GLX/DRI2: handle swap event swap count wrappingJesse Barnes2011-07-081-1/+11
* DRI2/GLX: use new swap event typesJesse Barnes2011-07-081-2/+2
* Revert "DRI2/GLX: make swap event handling match spec"Dave Airlie2011-05-051-1/+1
* DRI2/GLX: make swap event handling match specJesse Barnes2011-05-041-1/+1
* glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x buildLuca Barbieri2010-09-221-6/+3
* glx: Ignore DRI2 event for drawables we've destroyedKristian Høgsberg2010-09-081-1/+1
* glx: Drop broken drawable garbage collectionKristian Høgsberg2010-09-081-0/+8
* glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg2010-07-281-1/+1
* Avoid compiler warning for unused glx_dpy variable.Carl Worth2010-07-281-1/+1
* glx: Use _Xglobal_lock for protecting extension display listKristian Høgsberg2010-07-221-2/+2
* Revert "dri2: Remove an unused variable."Jerome Glisse2010-07-211-0/+1
* dri2: Remove an unused variable.Carl Worth2010-07-211-1/+0
* glx: Fix drawable lookup in DRI2 event handlerKristian Høgsberg2010-07-191-1/+2
* dri2: Track event mask in client code.Nick Bowler2010-07-141-0/+6
* mesa: Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo2010-07-011-1/+0
* DRI2: report swap events correctly in direct rendered caseJesse Barnes2010-04-131-2/+1
* Update to final names from GLX_INTEL_swap_event specIan Romanick2010-04-041-1/+1
* glx: Suppress BadDrawable from DRI2CopyRegionKristian Høgsberg2010-03-221-1/+14
* glx: Fix a couple of warningsKristian Høgsberg2010-02-161-2/+0
* glx: Only register wire handlers for the events the server supportsKristian Høgsberg2010-02-161-1/+20
* dri2: Event driven buffer validation.Francisco Jerez2010-02-161-1/+9
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-0/+645