summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/glxext.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: disable visual warning unless LIBGL_DEBUG is definedBrian Paul2008-06-061-2/+4
* Remove CVS keywords.José Fonseca2008-05-261-1/+0
* remove unneeded initialization code (see bug 10569)Brian2007-04-091-6/+1
* allocate __GLXdisplayPrivate w/ Xcalloc instead of Xmalloc (bug 10569)Brian2007-04-091-1/+1
* Make sure GLX entrypoints are marked PUBLIC.Adam Jackson2007-04-081-2/+2
* fix mem leaksPanagiotis Papadakos2007-02-051-0/+4
* fix mem leak in __glXReportDamage (Panagiotis Papadakos)Brian2007-02-011-0/+1
* Track rename of DamagePost -> DamageAdd.Eric Anholt2007-01-091-1/+1
* Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt2007-01-051-0/+66
* remove drm stuff from libGL, this is now in libdrm 2.3.0Dave Airlie2006-11-081-62/+0
* disable debug printfBrian Paul2006-11-011-3/+4
* merge the (rest of) texmem branchKeith Whitwell2006-11-011-3/+66
* Fix bug #8563.Ian Romanick2006-10-161-1/+1
* added a SyncHandle() call, remove UnlockDisplay() call. (bug 8521)Brian Paul2006-10-091-1/+1
* Updates for XCB. Bug 8560.Brian Paul2006-10-091-1/+1
* Major clean up of MakeContextCurrentIan Romanick2006-10-071-151/+87
* in MakeContextCurrent() use old display pointer for __glXSetupForCommand(), b...Brian Paul2006-10-041-1/+1
* Update to use the new XCB naming convention.Jeremy Kolb2006-09-261-6/+6
* Clean up GLX function exports.Ian Romanick2006-08-291-1/+1
* fix a memleak (that code block has been commented out for years for unknown r...Tilman Sauerbeck2006-07-151-1/+1
* fix a memleakTilman Sauerbeck2006-07-121-0/+1
* FBConfig support for EXT_tfpDavid Reveman2006-04-111-0/+15
* Coverity #468: Fill in the rest of the error_list to match the error codesAdam Jackson2006-04-031-0/+4
* 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