summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxext.c
AgeCommit message (Expand)Author
2008-06-12revert the DRI2 commitsAlan Hourihane
2008-06-11Bring in DRI2 changesAlan Hourihane
2008-06-06mesa: disable visual warning unless LIBGL_DEBUG is definedBrian Paul
2008-05-26Remove CVS keywords.José Fonseca
2007-04-09remove unneeded initialization code (see bug 10569)Brian
2007-04-09allocate __GLXdisplayPrivate w/ Xcalloc instead of Xmalloc (bug 10569)Brian
2007-04-08Make sure GLX entrypoints are marked PUBLIC.Adam Jackson
2007-02-05fix mem leaksPanagiotis Papadakos
2007-02-01fix mem leak in __glXReportDamage (Panagiotis Papadakos)Brian
2007-01-09Track rename of DamagePost -> DamageAdd.Eric Anholt
2007-01-05Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt
2006-11-08remove drm stuff from libGL, this is now in libdrm 2.3.0Dave Airlie
2006-11-01disable debug printfBrian Paul
2006-11-01merge the (rest of) texmem branchKeith Whitwell
2006-10-16Fix bug #8563.Ian Romanick
2006-10-09added a SyncHandle() call, remove UnlockDisplay() call. (bug 8521)Brian Paul
2006-10-09Updates for XCB. Bug 8560.Brian Paul
2006-10-07Major clean up of MakeContextCurrentIan Romanick
2006-10-04in MakeContextCurrent() use old display pointer for __glXSetupForCommand(), b...Brian Paul
2006-09-26Update to use the new XCB naming convention.Jeremy Kolb
2006-08-29Clean up GLX function exports.Ian Romanick
2006-07-15fix a memleak (that code block has been commented out for years for unknown r...Tilman Sauerbeck
2006-07-12fix a memleakTilman Sauerbeck
2006-04-11FBConfig support for EXT_tfpDavid Reveman
2006-04-03Coverity #468: Fill in the rest of the error_list to match the error codesAdam Jackson
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