| Commit message (Expand) | Author | Age | Files | Lines |
* | glxext: Send the Drawable's ID in the GLX_BufferSwapComplete event | Jasper St. Pierre | 2014-06-27 | 1 | -4/+5 |
* | glx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL !GLX_USE_DRM case | Jon TURNEY | 2014-06-10 | 1 | -5/+12 |
* | glx: do not leak dri3Display | Emil Velikov | 2014-05-25 | 1 | -0/+4 |
* | Fix build of appleglx | Jon TURNEY | 2014-05-23 | 1 | -2/+2 |
* | glx: drop obsolete _XUnlock_Mutex in __glXInitialize error path | Emil Velikov | 2014-04-09 | 1 | -3/+1 |
* | glx: add extra null check in getFBConfigs | Juha-Pekka Heikkila | 2014-04-02 | 1 | -0/+4 |
* | glx: Add missing null check in __glXCloseDisplay | Juha-Pekka Heikkila | 2014-02-07 | 1 | -1/+2 |
* | glx: conditionaly build dri3 and present loader (v3) | Armin K | 2013-11-09 | 1 | -0/+4 |
* | Add DRI3+Present loader | Keith Packard | 2013-11-07 | 1 | -1/+5 |
* | glx: Changes to visual configs initialization. | Tomasz Lis | 2013-07-18 | 1 | -4/+24 |
* | glx: Set sRGBCapable to a default value | Ian Romanick | 2012-10-29 | 1 | -0/+2 |
* | glx: Add GLXBadProfileARB to the error string list | Adam Jackson | 2012-10-17 | 1 | -0/+1 |
* | glx: Unifdef USE_XCB. | Eric Anholt | 2012-10-09 | 1 | -73/+0 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2012-09-05 | 1 | -6/+3 |
* | Remove Xcalloc/Xmalloc/Xfree calls | Matt Turner | 2012-09-05 | 1 | -16/+16 |
* | glx: Handle a null reply in QueryVersion. | Stéphane Marchesin | 2012-06-12 | 1 | -0/+3 |
* | glx: Use __glX_send_client_info with XCB | Ian Romanick | 2012-01-02 | 1 | -0/+4 |
* | glx: Explicitly reject servers that only support GLX 1.0 | Ian Romanick | 2011-12-19 | 1 | -4/+6 |
* | glx: Avoid calling __glXInitialize() in driReleaseDrawables(). | Henri Verbeet | 2011-07-19 | 1 | -8/+3 |
* | GLX/DRI2: handle swap event swap count wrapping | Jesse Barnes | 2011-07-08 | 1 | -1/+13 |
* | DRI2/GLX: use new swap event types | Jesse Barnes | 2011-07-08 | 1 | -2/+2 |
* | apple: Build darwin using applegl rather than indirect | Jeremy Huddleston | 2011-06-05 | 1 | -3/+4 |
* | Revert "DRI2/GLX: make swap event handling match spec" | Dave Airlie | 2011-05-05 | 1 | -1/+1 |
* | DRI2/GLX: make swap event handling match spec | Jesse Barnes | 2011-05-04 | 1 | -1/+1 |
* | glx: Only remove the glx_display from the list after it's destroyed. | Henri Verbeet | 2011-04-10 | 1 | -3/+8 |
* | glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB. | Dave Airlie | 2011-03-06 | 1 | -1/+1 |
* | glx: add initial GLX_EXT_framebuffer_sRGB support. | Dave Airlie | 2011-03-06 | 1 | -0/+4 |
* | glx: Fix leaks in DRI2 screen creation error paths. | Henri Verbeet | 2011-01-31 | 1 | -11/+17 |
* | glx: fix length of GLXGetFBConfigsSGIX | Julien Cristau | 2011-01-31 | 1 | -1/+1 |
* | glx: Use GLX_BufferSwapComplete unconditionally, we require glproto 1.4.11 | Kristian Høgsberg | 2010-09-07 | 1 | -11/+0 |
* | glx: Drop unused dri2proto.h include | Kristian Høgsberg | 2010-09-07 | 1 | -1/+0 |
* | Some fixes for GLX_INDIRECT_RENDERING only build | Jon TURNEY | 2010-09-07 | 1 | -1/+1 |
* | glx: Drop _Xglobal_lock while we create and initialize glx display | Kristian Høgsberg | 2010-08-02 | 1 | -21/+39 |
* | glx: Fix linked list deletion in __glXCloseDisplay() | Kristian Høgsberg | 2010-07-29 | 1 | -1/+1 |
* | glx: Split indirect and applegl implementations into different files | Kristian Høgsberg | 2010-07-28 | 1 | -1/+5 |
* | glx: Move bind and unbind to context vtable | Kristian Høgsberg | 2010-07-28 | 1 | -1/+1 |
* | glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. | Kristian Høgsberg | 2010-07-28 | 1 | -19/+19 |
* | glx: Rename __GLXscreenConfigs to struct glx_screen | Kristian Høgsberg | 2010-07-28 | 1 | -11/+11 |
* | glx: Rename glcontextmodes.[ch] to glxconfig.[ch] | Kristian Høgsberg | 2010-07-28 | 1 | -1/+0 |
* | glx: Rename __GLcontextModes to struct glx_config | Kristian Høgsberg | 2010-07-28 | 1 | -8/+23 |
* | glx: Delete unused glcontextmodes.c functions | Kristian Høgsberg | 2010-07-28 | 1 | -7/+0 |
* | glx: Remove function prototypes no longer necessary | Kristian Høgsberg | 2010-07-26 | 1 | -7/+0 |
* | glx: Fix use after free case when destroying screens | Kristian Høgsberg | 2010-07-23 | 1 | -1/+0 |
* | glx: Refactor and simplify context creation | Kristian Høgsberg | 2010-07-23 | 1 | -16/+1 |
* | glx: Fix indirect screen initialization | Kristian Høgsberg | 2010-07-23 | 1 | -2/+7 |
* | glx: Move context destroy to context vtable | Kristian Høgsberg | 2010-07-23 | 1 | -1/+1 |
* | glx: Use _Xglobal_lock for protecting extension display list | Kristian Høgsberg | 2010-07-22 | 1 | -124/+80 |
* | glx: Move driver_configs to DRI screen privates | Kristian Høgsberg | 2010-07-19 | 1 | -7/+0 |
* | glx: Move drawHash to display private | Kristian Høgsberg | 2010-07-19 | 1 | -9/+4 |
* | glx: Don't use __glXInitialize() when we might be holding __glXLock() | Kristian Høgsberg | 2010-07-19 | 1 | -0/+1 |