summaryrefslogtreecommitdiffstats
path: root/src/glx/glxext.c
Commit message (Expand)AuthorAgeFilesLines
* glx: return GL_FALSE from glx_screen_init where applicable.Emil Velikov2016-10-061-2/+5
* glx: correctly mask the drawableType for GLX_ARB_fbconfig_floatEmil Velikov2016-10-061-1/+1
* direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI")Jon Turney2016-09-151-0/+19
* glx: Fix __glXWireToEvent for BufferSwapCompleteAdam Jackson2015-08-181-0/+3
* glx: Handle out-of-sequence swap completion events correctly. (v2)Mario Kleiner2015-03-171-2/+7
* glxext: Send the Drawable's ID in the GLX_BufferSwapComplete eventJasper St. Pierre2014-06-271-4/+5
* glx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL !GLX_USE_DRM caseJon TURNEY2014-06-101-5/+12
* glx: do not leak dri3DisplayEmil Velikov2014-05-251-0/+4
* Fix build of appleglxJon TURNEY2014-05-231-2/+2
* glx: drop obsolete _XUnlock_Mutex in __glXInitialize error pathEmil Velikov2014-04-091-3/+1
* glx: add extra null check in getFBConfigsJuha-Pekka Heikkila2014-04-021-0/+4
* glx: Add missing null check in __glXCloseDisplayJuha-Pekka Heikkila2014-02-071-1/+2
* glx: conditionaly build dri3 and present loader (v3)Armin K2013-11-091-0/+4
* Add DRI3+Present loaderKeith Packard2013-11-071-1/+5
* glx: Changes to visual configs initialization.Tomasz Lis2013-07-181-4/+24
* glx: Set sRGBCapable to a default valueIan Romanick2012-10-291-0/+2
* glx: Add GLXBadProfileARB to the error string listAdam Jackson2012-10-171-0/+1
* glx: Unifdef USE_XCB.Eric Anholt2012-10-091-73/+0
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-6/+3
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-16/+16
* glx: Handle a null reply in QueryVersion.Stéphane Marchesin2012-06-121-0/+3
* glx: Use __glX_send_client_info with XCBIan Romanick2012-01-021-0/+4
* glx: Explicitly reject servers that only support GLX 1.0Ian Romanick2011-12-191-4/+6
* glx: Avoid calling __glXInitialize() in driReleaseDrawables().Henri Verbeet2011-07-191-8/+3
* GLX/DRI2: handle swap event swap count wrappingJesse Barnes2011-07-081-1/+13
* DRI2/GLX: use new swap event typesJesse Barnes2011-07-081-2/+2
* apple: Build darwin using applegl rather than indirectJeremy Huddleston2011-06-051-3/+4
* 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: Only remove the glx_display from the list after it's destroyed.Henri Verbeet2011-04-101-3/+8
* glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.Dave Airlie2011-03-061-1/+1
* glx: add initial GLX_EXT_framebuffer_sRGB support.Dave Airlie2011-03-061-0/+4
* glx: Fix leaks in DRI2 screen creation error paths.Henri Verbeet2011-01-311-11/+17
* glx: fix length of GLXGetFBConfigsSGIXJulien Cristau2011-01-311-1/+1
* glx: Use GLX_BufferSwapComplete unconditionally, we require glproto 1.4.11Kristian Høgsberg2010-09-071-11/+0
* glx: Drop unused dri2proto.h includeKristian Høgsberg2010-09-071-1/+0
* Some fixes for GLX_INDIRECT_RENDERING only buildJon TURNEY2010-09-071-1/+1
* glx: Drop _Xglobal_lock while we create and initialize glx displayKristian Høgsberg2010-08-021-21/+39
* glx: Fix linked list deletion in __glXCloseDisplay()Kristian Høgsberg2010-07-291-1/+1
* glx: Split indirect and applegl implementations into different filesKristian Høgsberg2010-07-281-1/+5
* glx: Move bind and unbind to context vtableKristian Høgsberg2010-07-281-1/+1
* glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg2010-07-281-19/+19
* glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg2010-07-281-11/+11
* glx: Rename glcontextmodes.[ch] to glxconfig.[ch]Kristian Høgsberg2010-07-281-1/+0
* glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg2010-07-281-8/+23
* glx: Delete unused glcontextmodes.c functionsKristian Høgsberg2010-07-281-7/+0
* glx: Remove function prototypes no longer necessaryKristian Høgsberg2010-07-261-7/+0
* glx: Fix use after free case when destroying screensKristian Høgsberg2010-07-231-1/+0
* glx: Refactor and simplify context creationKristian Høgsberg2010-07-231-16/+1
* glx: Fix indirect screen initializationKristian Høgsberg2010-07-231-2/+7