| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | glx: Add screen privates for dri drivers and moved some fields there | Kristian Høgsberg | 2010-07-19 | 1 | -36/+53 |
* | glx: fix indentation and remove extraneous break | Brian Paul | 2010-06-02 | 1 | -2/+1 |
* | glx: reformat and silence unused expression warning | Brian Paul | 2010-06-02 | 1 | -1/+2 |
* | glx: fix regression with GLX_USE_GL | Dave Airlie | 2010-05-03 | 1 | -0/+3 |
* | apple: Change ifdefs for DRI to be DRI && !APPLE | Jeremy Huddleston | 2010-04-27 | 1 | -5/+5 |
* | apple: Initial import of libGL for OSX from AppleSGLX svn repository. | Jeremy Huddleston | 2010-04-27 | 1 | -7/+75 |
* | Fix __glXInitializeVisualConfigFromTags's handling of unrecognized fbconfig t...7.8-branchpoint | Aaron Plattner | 2010-04-23 | 1 | -0/+2 |
* | Update to final names from GLX_INTEL_swap_event spec | Ian Romanick | 2010-04-04 | 1 | -1/+1 |
* | Revert accidental commits from the xquartz tree | Jeremy Huddleston | 2010-04-01 | 1 | -76/+10 |
* | apple: Change ifdefs for DRI to be DRI && !APPLE | Jeremy Huddleston | 2010-04-01 | 1 | -5/+5 |
* | apple: Initial import of libGL for OSX from AppleSGLX svn repository. | Jeremy Huddleston | 2010-04-01 | 1 | -5/+71 |
* | glx: Move initialization of ext_list_first_time to where it's storage is allo... | Brian Paul | 2010-03-05 | 1 | -0/+3 |
* | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | 2010-02-09 | 1 | -0/+1060 |