aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx/x11/glxext.c
Commit message (Expand)AuthorAgeFilesLines
* fix X #includes so they're relative to X11/ directory (bug 4047)Brian Paul2005-08-111-2/+2
* Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick2005-08-101-2/+3
* Fixes bugzilla #1730.Ian Romanick2005-08-051-1/+2
* Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick2005-08-031-2/+2
* Fix build problems related to finding Xthreads.h.Ian Romanick2005-08-011-5/+0
* Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick2005-07-261-2/+1
* No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE.Ian Romanick2005-07-261-0/+4
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-0/+37
* Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedefIan Romanick2005-07-241-1/+1
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-169/+19
* Patches for XCB (Jeremy Kolb)Brian Paul2005-05-071-2/+21
* Add support for pthreads and TLS to libGL for __glXLock / __glXUnlock andIan Romanick2005-04-181-3/+76
* Minor vertex array support tweaks. Most of these are in preparation for theIan Romanick2005-03-171-0/+1
* Missed the commit of glxext.c yesterday.Ian Romanick2005-02-231-4/+13
* Enable libGL to be built with DRI_NEW_INTERFACE_ONLY (but don't do it yet).Adam Jackson2005-01-081-4/+6
* Used GCC's __builtin_expect when available. Change the way code isIan Romanick2004-12-211-13/+13
* Use GLX protocol code generated by glX_proto_send.py.Ian Romanick2004-12-201-1/+1
* Fix up glx/x11 to work when built with -fvisibility=hidden.Adam Jackson2004-12-151-6/+7
* Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson2004-10-251-0/+1872