summaryrefslogtreecommitdiff
path: root/glx/glxdri2.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-13glx: Fix checking GL versionBartosz Brachaczek1-1/+1
2012-07-13glx/dri2: don't return NULL in a function with no return.Dave Airlie1-1/+1
2012-07-13glx/dri2: use correct define from dri attribs.Dave Airlie1-1/+1
2012-07-13glx/dri2: fix incorrect == vs =Dave Airlie1-1/+1
2012-07-13glx/dri2: fix typo in the notification reset for robustness.Dave Airlie1-1/+1
2012-07-13glx: pass screen into the convert functionDave Airlie1-2/+3
2012-07-12glx: Free DRI2 drawable reference to destroyed GLX drawable.Michel Dänzer1-2/+6
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith1-2/+3
2012-07-07dri2: add initial prime support. (v1.2)Dave Airlie1-1/+1
2012-07-05glx/dri2: Enable GLX_ARB_create_context_robustnessIan Romanick1-3/+58
2012-07-05glx: Implement GLX_EXT_create_context_es2_profileIan Romanick1-0/+7
2012-07-05glx: Implement GLX_ARB_create_context_profileIan Romanick1-3/+30
2012-06-14Merge remote-tracking branch 'idr/GLX_ARB_create_context'Keith Packard1-6/+155
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-8/+6
2012-05-23glx: Optionally call DRI2 createContextAttribs from __glXDRIscreenCreateContextIan Romanick1-5/+151
2012-05-23glx: Extend __GLXscreen::createContext to take attributesIan Romanick1-1/+4
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-230/+218
2011-12-19dri2: Invalidate window pixmapsVille Syrjälä1-1/+1
2011-11-24glx: don't leak driConfigsPaulo Zanoni1-3/+11
2011-06-29DRI2/GLX: use new swap event typesJesse Barnes1-4/+3
2011-06-29GLX/DRI2: pass drawable correctly for indirect swap eventsJesse Barnes1-1/+1
2011-04-15glx: Use 0 rather than garbage for unknown INTEL_swap_event typesAdam Jackson1-0/+1
2011-03-28glx: Remove ->forceCurrent from the context vtableAdam Jackson1-14/+0
2011-03-14glx: Factor out glxProbeDriver function.Christopher James Halse Rogers1-36/+3
2010-12-31GLX: DRI2: Fix mismatched-types warningDaniel Stone1-1/+1
2010-11-30glx: Remove swap barrier and hyperpipe supportAdam Jackson1-1/+0
2010-11-11Remove more superfluous if(p!=NULL) checks around free(p).Cyril Brulebois1-3/+1
2010-07-13Unwrap/rewrap EnterVT/LeaveVT completely, Fixes 28998Keith Packard1-2/+15
2010-06-22dri2: avoid crash with old dri drivers.Dave Airlie1-1/+2
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-3/+3
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-1/+0
2010-05-13dri2: Send out event when auxillary buffers are invalidatedKristian Høgsberg1-1/+22
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-11/+11
2010-05-11dri2: Take an XID for tracking the DRI2 drawableKristian Høgsberg1-4/+6
2010-05-11glxdri2: Hard-code the extension version we needKristian Høgsberg1-3/+3
2010-04-16DRI2: Track DRI2 drawables as resources, not privatesKristian Høgsberg1-5/+0
2010-04-12glx: Set the pbuffer bit for dri2 fbconfigsKristian Høgsberg1-1/+4
2010-03-29GLX/DRI2: expose swap control extensions if DDX support is presentJesse Barnes1-14/+9
2010-02-24glx: Compile fix to let server compile with new and old mesaKristian Høgsberg1-0/+7
2010-01-27dri2: Fix order of operations issue in __glXdriSwapEvent test.Eric Anholt1-1/+1
2010-01-11GLX/DRI2: add INTEL_swap_event supportJesse Barnes1-1/+42
2010-01-11DRI2: add support for new DRI2 protocol requestsJesse Barnes1-11/+50
2009-10-01GLX: More clearly document the GLX protocol version handlingIan Romanick1-4/+2
2009-09-29GLX: Enable GLX 1.4 on DRI2Ian Romanick1-0/+14
2009-07-05dri2: Enable GLX_SGI_make_current_read when the DRI driver supports it.Eric Anholt1-0/+9
2009-04-24DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick1-7/+52
2009-04-20DRI2: Add missing front-buffer flush callback.Ian Romanick1-0/+8
2009-04-15DRI2: Don't leave empty entries in private->buffersIan Romanick1-8/+9
2009-04-13glx: Fix drawable private leak on destroyKristian Høgsberg1-0/+2