summaryrefslogtreecommitdiff
path: root/src/glx/glxext.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-06glx: return GL_FALSE from glx_screen_init where applicable.Emil Velikov1-2/+5
2016-10-06glx: correctly mask the drawableType for GLX_ARB_fbconfig_floatEmil Velikov1-1/+1
2016-09-15direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI")Jon Turney1-0/+19
2015-08-18glx: Fix __glXWireToEvent for BufferSwapCompleteAdam Jackson1-0/+3
2015-03-17glx: Handle out-of-sequence swap completion events correctly. (v2)Mario Kleiner1-2/+7
2014-06-27glxext: Send the Drawable's ID in the GLX_BufferSwapComplete eventJasper St. Pierre1-4/+5
2014-06-10glx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL !GLX_USE_DRM caseJon TURNEY1-5/+12
2014-05-25glx: do not leak dri3DisplayEmil Velikov1-0/+4
2014-05-23Fix build of appleglxJon TURNEY1-2/+2
2014-04-09glx: drop obsolete _XUnlock_Mutex in __glXInitialize error pathEmil Velikov1-3/+1
2014-04-02glx: add extra null check in getFBConfigsJuha-Pekka Heikkila1-0/+4
2014-02-07glx: Add missing null check in __glXCloseDisplayJuha-Pekka Heikkila1-1/+2
2013-11-09glx: conditionaly build dri3 and present loader (v3)Armin K1-0/+4
2013-11-07Add DRI3+Present loaderKeith Packard1-1/+5
2013-07-18glx: Changes to visual configs initialization.Tomasz Lis1-4/+24
2012-10-29glx: Set sRGBCapable to a default valueIan Romanick1-0/+2
2012-10-17glx: Add GLXBadProfileARB to the error string listAdam Jackson1-0/+1
2012-10-09glx: Unifdef USE_XCB.Eric Anholt1-73/+0
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-6/+3
2012-09-05Remove Xcalloc/Xmalloc/Xfree callsMatt Turner1-16/+16
2012-06-12glx: Handle a null reply in QueryVersion.Stéphane Marchesin1-0/+3
2012-01-02glx: Use __glX_send_client_info with XCBIan Romanick1-0/+4
2011-12-19glx: Explicitly reject servers that only support GLX 1.0Ian Romanick1-4/+6
2011-07-19glx: Avoid calling __glXInitialize() in driReleaseDrawables().Henri Verbeet1-8/+3
2011-07-08GLX/DRI2: handle swap event swap count wrappingJesse Barnes1-1/+13
2011-07-08DRI2/GLX: use new swap event typesJesse Barnes1-2/+2
2011-06-05apple: Build darwin using applegl rather than indirectJeremy Huddleston1-3/+4
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
2011-04-10glx: Only remove the glx_display from the list after it's destroyed.Henri Verbeet1-3/+8
2011-03-06glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.Dave Airlie1-1/+1
2011-03-06glx: add initial GLX_EXT_framebuffer_sRGB support.Dave Airlie1-0/+4
2011-01-31glx: Fix leaks in DRI2 screen creation error paths.Henri Verbeet1-11/+17
2011-01-31glx: fix length of GLXGetFBConfigsSGIXJulien Cristau1-1/+1
2010-09-07glx: Use GLX_BufferSwapComplete unconditionally, we require glproto 1.4.11Kristian Høgsberg1-11/+0
2010-09-07glx: Drop unused dri2proto.h includeKristian Høgsberg1-1/+0
2010-09-07Some fixes for GLX_INDIRECT_RENDERING only buildJon TURNEY1-1/+1
2010-08-02glx: Drop _Xglobal_lock while we create and initialize glx displayKristian Høgsberg1-21/+39
2010-07-29glx: Fix linked list deletion in __glXCloseDisplay()Kristian Høgsberg1-1/+1
2010-07-28glx: Split indirect and applegl implementations into different filesKristian Høgsberg1-1/+5
2010-07-28glx: Move bind and unbind to context vtableKristian Høgsberg1-1/+1
2010-07-28glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg1-19/+19
2010-07-28glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg1-11/+11
2010-07-28glx: Rename glcontextmodes.[ch] to glxconfig.[ch]Kristian Høgsberg1-1/+0
2010-07-28glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg1-8/+23
2010-07-28glx: Delete unused glcontextmodes.c functionsKristian Høgsberg1-7/+0
2010-07-26glx: Remove function prototypes no longer necessaryKristian Høgsberg1-7/+0
2010-07-23glx: Fix use after free case when destroying screensKristian Høgsberg1-1/+0
2010-07-23glx: Refactor and simplify context creationKristian Høgsberg1-16/+1
2010-07-23glx: Fix indirect screen initializationKristian Høgsberg1-2/+7