| Commit message (Expand) | Author | Age | Files | Lines |
* | glx: silence uninitialized var warning | Brian Paul | 2017-04-07 | 1 | -1/+1 |
* | glx: unify GLX_SGIX_pbuffer aliased declarations | Emil Velikov | 2017-01-18 | 1 | -2/+0 |
* | glx: fix error code when there is no context bound | Bernard Kilarski | 2016-08-15 | 1 | -1/+1 |
* | glx: Implement the libglvnd interface. | Kyle Brenneman | 2016-05-30 | 1 | -14/+14 |
* | glx: Added missing null check in GetDrawableAttribute() | Juha-Pekka Heikkila | 2014-06-26 | 1 | -4/+8 |
* | Fix build of appleglx | Jon TURNEY | 2014-05-23 | 1 | -1/+1 |
* | dri3: Add GLX_EXT_buffer_age support | Adel Gadllah | 2014-03-13 | 1 | -3/+30 |
* | glx_pbuffer: Refactor GetDrawableAttribute | Adel Gadllah | 2014-03-07 | 1 | -5/+6 |
* | glx: Add some missing null checks in glx_pbuffer.c | Juha-Pekka Heikkila | 2014-02-07 | 1 | -4/+15 |
* | glx: Generate GLXBadDrawable when drawable is zero | Ian Romanick | 2013-08-13 | 1 | -2/+12 |
* | glx: Fix glXCreateWindow() when GLX_DIRECT_RENDERING is undefined | Jon TURNEY | 2013-02-27 | 1 | -1/+1 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 1 | -1/+1 |
* | Remove Xcalloc/Xmalloc/Xfree calls | Matt Turner | 2012-09-05 | 1 | -4/+4 |
* | GLX/DRI2: handle swap event swap count wrapping | Jesse Barnes | 2011-07-08 | 1 | -0/+11 |
* | glx: Verify that drawable creation on the client side actually worked | Adam Jackson | 2011-06-29 | 1 | -24/+47 |
* | apple: Rename __GLcontextModes to struct glx_config | Jeremy Huddleston | 2011-06-05 | 1 | -1/+1 |
* | glx: Don't refer to the request buffer outside of {L,Unl}ockDisplay | Adam Jackson | 2011-05-25 | 1 | -3/+4 |
* | glx: Remove some misleading comments | Adam Jackson | 2011-05-24 | 1 | -12/+0 |
* | GLX: don't crash when indirect clients try to set an event mask | Jesse Barnes | 2011-05-04 | 1 | -0/+3 |
* | glx: fix GLXChangeDrawableAttributesSGIX request | Julien Cristau | 2011-01-31 | 1 | -2/+3 |
* | glx: fix request lengths | Julien Cristau | 2011-01-24 | 1 | -3/+3 |
* | glx: Fix another use-after-free problem | Kristian Høgsberg | 2010-09-09 | 1 | -1/+3 |
* | glx: Destroy pixmap after destroying glx and dri drawables | Kristian Høgsberg | 2010-09-08 | 1 | -2/+2 |
* | Some fixes for GLX_INDIRECT_RENDERING only build | Jon TURNEY | 2010-09-07 | 1 | -2/+6 |
* | glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. | Kristian Høgsberg | 2010-07-28 | 1 | -7/+7 |
* | glx: Rename __GLXscreenConfigs to struct glx_screen | Kristian Høgsberg | 2010-07-28 | 1 | -2/+2 |
* | glx: Use _X_EXPORT instead of our own PUBLIC macro | Kristian Høgsberg | 2010-07-28 | 1 | -14/+14 |
* | glx: Rename __GLcontextModes to struct glx_config | Kristian Høgsberg | 2010-07-28 | 1 | -30/+30 |
* | glx: Drop screen argument to GetGLXDRIDrawable | Kristian Høgsberg | 2010-07-22 | 1 | -6/+4 |
* | glx: Move drawHash to display private | Kristian Høgsberg | 2010-07-19 | 1 | -2/+2 |
* | glx: Add screen privates for dri drivers and moved some fields there | Kristian Høgsberg | 2010-07-19 | 1 | -2/+2 |
* | glx: Move dereference and initialization to after NULL check. | Vinson Lee | 2010-07-15 | 1 | -1/+3 |
* | dri2: Track event mask in client code. | Nick Bowler | 2010-07-14 | 1 | -0/+11 |
* | Merge branch '7.8' | Brian Paul | 2010-04-28 | 1 | -12/+185 |
|\ |
|
| * | apple: Change ifdefs for DRI to be DRI && !APPLE | Jeremy Huddleston | 2010-04-27 | 1 | -3/+3 |
| * | apple: Initial import of libGL for OSX from AppleSGLX svn repository. | Jeremy Huddleston | 2010-04-27 | 1 | -12/+184 |
| * | Revert accidental commits from the xquartz tree | Jeremy Huddleston | 2010-04-01 | 1 | -187/+15 |
| * | apple: Change ifdefs for DRI to be DRI && !APPLE | Jeremy Huddleston | 2010-04-01 | 1 | -3/+3 |
| * | apple: Initial import of libGL for OSX from AppleSGLX svn repository. | Jeremy Huddleston | 2010-04-01 | 1 | -12/+184 |
* | | glx: Support direct rendering pbuffers | Kristian Høgsberg | 2010-04-09 | 1 | -103/+123 |
|/ |
|
* | glx: replace assertion with conditional | Brian Paul | 2010-03-02 | 1 | -2/+2 |
* | glx: Add assert to check input to memcpy. | Vinson Lee | 2010-02-27 | 1 | -0/+1 |
* | glx: Move GetGLXDRIDrawable() prototype to glxclient.h | Kristian Høgsberg | 2010-02-16 | 1 | -4/+0 |
* | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | 2010-02-09 | 1 | -0/+724 |