summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxext.c
AgeCommit message (Expand)Author
2005-08-11fix X #includes so they're relative to X11/ directory (bug 4047)Brian Paul
2005-08-10Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick
2005-08-05Fixes bugzilla #1730.Ian Romanick
2005-08-03Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick
2005-08-01Fix build problems related to finding Xthreads.h.Ian Romanick
2005-07-26Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick
2005-07-26No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE.Ian Romanick
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-24Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedefIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-05-07Patches for XCB (Jeremy Kolb)Brian Paul
2005-04-18Add support for pthreads and TLS to libGL for __glXLock / __glXUnlock andIan Romanick
2005-03-17Minor vertex array support tweaks. Most of these are in preparation for theIan Romanick
2005-02-23Missed the commit of glxext.c yesterday.Ian Romanick
2005-01-08Enable libGL to be built with DRI_NEW_INTERFACE_ONLY (but don't do it yet).Adam Jackson
2004-12-21Used GCC's __builtin_expect when available. Change the way code isIan Romanick
2004-12-20Use GLX protocol code generated by glX_proto_send.py.Ian Romanick
2004-12-15Fix up glx/x11 to work when built with -fvisibility=hidden.Adam Jackson
2004-10-25Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson