summaryrefslogtreecommitdiff
path: root/glx/glxdri2.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-30glx: Remove server-side mention of GLX_MESA_swap_controlAdam Jackson1-3/+1
2016-03-30glx: Remove default server glx extension stringAdam Jackson1-2/+0
2016-03-10glx: Implement GLX_EXT_fbconfig_packed_floatAdam Jackson1-0/+6
2016-01-21glx: Fix GLX_EXT_create_context_es2_profile supportAdam Jackson1-1/+3
2015-07-08glx: Implement GLX_ARB_context_flush_controlAdam Jackson1-0/+7
2015-05-14Revert "glx/dri2: Disable AIGLX if indirect GLX is disabled"Keith Packard1-3/+0
2015-05-07glx/dri2: Disable AIGLX if indirect GLX is disabledChris Wilson1-0/+3
2014-11-12Drop trailing whitespacesPeter Hutterer1-1/+1
2014-10-23Allocate enough room for both reset & flags attributesAlan Coopersmith1-1/+3
2014-04-23glx: If DRI2GetBuffers changes the GL context, call it againMichel Dänzer1-0/+15
2014-04-23glx: Make sure that DRI2/swrast calls haven't changed the GL context.Eric Anholt1-8/+53
2014-04-23glx: Refactor DRI2CopyRegion calls.Eric Anholt1-27/+21
2014-01-27Warning fixes in glxKeith Packard1-1/+1
2013-12-30glx: unifdef for DRI2 dri_interface.h things in mesa 9.2.Eric Anholt1-59/+0
2013-12-10dri2: wire up GetProcAddressAdam Jackson1-1/+5
2013-12-05glx: Fix incorrect use of dri_interface.h version defines in extensions.Eric Anholt1-2/+2
2013-12-05present: Send GLX_BufferSwapComplete events from present extensionKeith Packard1-22/+11
2013-11-23glx/glxdri2: Unwrap EnterVT/LeaveVT upon CloseScreenChris Wilson1-0/+4
2013-10-29Merge remote-tracking branch 'idr/glx-float-fbconfig'Keith Packard1-0/+11
2013-10-29glx: convert to direct GL dispatch (v2)Adam Jackson1-4/+0
2013-10-24glx: Enable GLX_ARB_fbconfig_float for DRI2 driversDaniel Czarnowski1-0/+11
2013-09-10dri2: Don't bother with xf86LoaderCheckSymbol("DRI2Connect")Adam Jackson1-2/+1
2013-05-07os: Use ErrorFSigSafe from FatalError and it's friendsPeter Hutterer1-1/+1
2013-04-24__glXDRIscreenProbe: free screen when DRI2Connect fails, instead of leaking itAlan Coopersmith1-1/+1
2013-03-18GLX/DRI2: Do not expose INTEL_swap_event without swap controlZack Rusin1-2/+2
2013-03-18Full support of sRGB capable fbconfigs.Tomasz Lis1-0/+7
2012-12-17glx/dri2: initialise api to avoid indirect rendering failing randomlyDave Airlie1-1/+1
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