| Commit message (Expand) | Author | Age | Files | Lines |
* | glx: Call __glXInitVertexArrayState() with a usable gc. | Colin McDonald | 2016-07-08 | 1 | -0/+12 |
* | glx: Implement the libglvnd interface. | Kyle Brenneman | 2016-05-30 | 1 | -5/+5 |
* | glx: remove support for non-multithreaded platforms | Emil Velikov | 2015-03-11 | 1 | -11/+0 |
* | glx: remove final reference to THREADS | Emil Velikov | 2015-03-11 | 1 | -4/+0 |
* | Revert "glx: remove final reference to THREADS" | Emil Velikov | 2015-03-06 | 1 | -0/+4 |
* | Revert "glx: remove support for non-multithreaded platforms" | Emil Velikov | 2015-03-06 | 1 | -0/+11 |
* | glx: remove support for non-multithreaded platforms | Emil Velikov | 2015-03-06 | 1 | -11/+0 |
* | glx: remove final reference to THREADS | Emil Velikov | 2015-03-06 | 1 | -4/+0 |
* | Fix build of appleglx | Jon TURNEY | 2014-05-23 | 1 | -6/+0 |
* | mesa: remove remaining uses of _glthread_GetID() | Brian Paul | 2014-03-05 | 1 | -10/+0 |
* | glx: Generate fewer errors in MakeContextCurrent | Adam Jackson | 2013-10-08 | 1 | -10/+0 |
* | build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition | Matt Turner | 2012-10-01 | 1 | -2/+2 |
* | glx: Fix compile. | Stéphane Marchesin | 2011-06-20 | 1 | -1/+1 |
* | glx: Bind to our context before __glXSetCurrentContext | Jeremy Huddleston | 2011-06-20 | 1 | -9/+16 |
* | glx: Destroy the old context only after the new one has been bound | Jeremy Huddleston | 2011-06-20 | 1 | -7/+7 |
* | glx: implement drawable refcounting. | Stéphane Marchesin | 2011-06-17 | 1 | -7/+7 |
* | glx: Remove some GLX_USE_APPLEGL guards around glapi | Jeremy Huddleston | 2011-06-08 | 1 | -7/+3 |
* | glx: Dead code removal | Jeremy Huddleston | 2011-06-05 | 1 | -2/+0 |
* | apple: ifdef out come glapi-foo on darwin | Jeremy Huddleston | 2011-06-05 | 1 | -0/+4 |
* | glx: fix null pointer deref in __glXGenerateError() | Brian Paul | 2011-03-10 | 1 | -5/+5 |
* | mesa: Add new MESA_multithread_makecurrent extension. | Eric Anholt | 2011-02-26 | 1 | -22/+33 |
* | glx: Optimize out no-op make current calls | Kristian Høgsberg | 2010-09-09 | 1 | -0/+4 |
* | glx: Fix use after free problem | Kristian Høgsberg | 2010-09-08 | 1 | -6/+7 |
* | glx: Drop broken drawable garbage collection | Kristian Høgsberg | 2010-09-08 | 1 | -3/+3 |
* | glx: Set an all NULL vtable for dummyContext | Kristian Høgsberg | 2010-09-07 | 1 | -1/+2 |
* | glx: Compare old ctx against dummyCtx, not NULL | 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 | -147/+0 |
* | glx: Move bind and unbind to context vtable | Kristian Høgsberg | 2010-07-28 | 1 | -172/+74 |
* | glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. | Kristian Høgsberg | 2010-07-28 | 1 | -16/+18 |
* | 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 | -5/+5 |
* | glx: Rename __GLcontextModes to struct glx_config | Kristian Høgsberg | 2010-07-28 | 1 | -1/+1 |
* | glx: Move context destroy to context vtable | Kristian Høgsberg | 2010-07-23 | 1 | -21/+2 |
* | glx: Allocate the __GLXcontext in the DRI drivers | Kristian Høgsberg | 2010-07-22 | 1 | -5/+3 |
* | glx: Move drawHash to display private | Kristian Høgsberg | 2010-07-19 | 1 | -3/+3 |
* | glx: Add screen privates for dri drivers and moved some fields there | Kristian Høgsberg | 2010-07-19 | 1 | -1/+1 |
* | apple: Change ifdefs for DRI to be DRI && !APPLE | Jeremy Huddleston | 2010-04-27 | 1 | -10/+10 |
* | apple: Initial import of libGL for OSX from AppleSGLX svn repository. | Jeremy Huddleston | 2010-04-27 | 1 | -5/+48 |
* | Revert accidental commits from the xquartz tree | Jeremy Huddleston | 2010-04-01 | 1 | -56/+13 |
* | apple: Change ifdefs for DRI to be DRI && !APPLE | Jeremy Huddleston | 2010-04-01 | 1 | -10/+10 |
* | apple: Initial import of libGL for OSX from AppleSGLX svn repository. | Jeremy Huddleston | 2010-04-01 | 1 | -5/+48 |
* | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | 2010-02-09 | 1 | -0/+513 |