summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxext.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-18Remove XIDs from DRI interface (see #5714).frontbuffer-removalKristian Høgsberg1-12/+64
2007-01-09Track rename of DamagePost -> DamageAdd.Eric Anholt1-1/+1
2007-01-05Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt1-0/+66
2006-11-08remove drm stuff from libGL, this is now in libdrm 2.3.0Dave Airlie1-62/+0
2006-11-01disable debug printfBrian Paul1-3/+4
2006-11-01merge the (rest of) texmem branchKeith Whitwell1-3/+66
2006-10-16Fix bug #8563.Ian Romanick1-1/+1
2006-10-09added a SyncHandle() call, remove UnlockDisplay() call. (bug 8521)Brian Paul1-1/+1
2006-10-09Updates for XCB. Bug 8560.Brian Paul1-1/+1
2006-10-07Major clean up of MakeContextCurrentIan Romanick1-151/+87
2006-10-04in MakeContextCurrent() use old display pointer for __glXSetupForCommand(), b...Brian Paul1-1/+1
2006-09-26Update to use the new XCB naming convention.Jeremy Kolb1-6/+6
2006-08-29Clean up GLX function exports.Ian Romanick1-1/+1
2006-07-15fix a memleak (that code block has been commented out for years for unknown r...Tilman Sauerbeck1-1/+1
2006-07-12fix a memleakTilman Sauerbeck1-0/+1
2006-04-11FBConfig support for EXT_tfpDavid Reveman1-0/+15
2006-04-03Coverity #468: Fill in the rest of the error_list to match the error codesAdam Jackson1-0/+4
2005-08-11fix X #includes so they're relative to X11/ directory (bug 4047)Brian Paul1-2/+2
2005-08-10Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick1-2/+3
2005-08-05Fixes bugzilla #1730.Ian Romanick1-1/+2
2005-08-03Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick1-2/+2
2005-08-01Fix build problems related to finding Xthreads.h.Ian Romanick1-5/+0
2005-07-26Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick1-2/+1
2005-07-26No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE.Ian Romanick1-0/+4
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick1-0/+37
2005-07-24Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedefIan Romanick1-1/+1
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick1-169/+19
2005-05-07Patches for XCB (Jeremy Kolb)Brian Paul1-2/+21
2005-04-18Add support for pthreads and TLS to libGL for __glXLock / __glXUnlock andIan Romanick1-3/+76
2005-03-17Minor vertex array support tweaks. Most of these are in preparation for theIan Romanick1-0/+1
2005-02-23Missed the commit of glxext.c yesterday.Ian Romanick1-4/+13
2005-01-08Enable libGL to be built with DRI_NEW_INTERFACE_ONLY (but don't do it yet).Adam Jackson1-4/+6
2004-12-21Used GCC's __builtin_expect when available. Change the way code isIan Romanick1-13/+13
2004-12-20Use GLX protocol code generated by glX_proto_send.py.Ian Romanick1-1/+1
2004-12-15Fix up glx/x11 to work when built with -fvisibility=hidden.Adam Jackson1-6/+7
2004-10-25Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson1-0/+1872