Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
[mesa.git] / src / glx / x11 / glxext.c
2008-06-22 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-06-11 Alan Hourihanerevert the DRI2 commits
2008-06-11 Alan HourihaneBring in DRI2 changes
2008-06-06 Brian Paulmesa: disable visual warning unless LIBGL_DEBUG is...
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-26 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-05-26 José FonsecaRemove CVS keywords.
2008-05-26 José FonsecaRemove CVS keywords.
2007-04-09 Brianremove unneeded initialization code (see bug 10569)
2007-04-09 Brianallocate __GLXdisplayPrivate w/ Xcalloc instead of...
2007-04-08 Adam JacksonMake sure GLX entrypoints are marked PUBLIC.
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-05 Panagiotis Papadakosfix mem leaks
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-02-01 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-02-01 Brianfix mem leak in __glXReportDamage (Panagiotis Papadakos)
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-10 Eric AnholtTrack rename of DamagePost -> DamageAdd.
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
2007-01-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-01-06 Eric AnholtAdd reporting of damage by DRI drivers when the extensi...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-08 Dave Airlieremove drm stuff from libGL, this is now in libdrm...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian Pauldisable debug printf
2006-11-01 Keith Whitwellmerge the (rest of) texmem branch
2006-10-16 Ian RomanickFix bug #8563.
2006-10-09 Brian Pauladded a SyncHandle() call, remove UnlockDisplay() call...
2006-10-09 Brian PaulUpdates for XCB. Bug 8560.
2006-10-07 Ian RomanickMajor clean up of MakeContextCurrent
2006-10-04 Brian Paulin MakeContextCurrent() use old display pointer for...
2006-09-26 Jeremy KolbUpdate to use the new XCB naming convention.
2006-08-29 Ian RomanickClean up GLX function exports.
2006-07-15 Tilman Sauerbeckfix a memleak (that code block has been commented out...
2006-07-12 Tilman Sauerbeckfix a memleak
2006-04-11 David RevemanFBConfig support for EXT_tfp
2006-04-03 Adam JacksonCoverity #468: Fill in the rest of the error_list to...
2005-08-11 Brian Paulfix X #includes so they're relative to X11/ directory...
2005-08-10 Ian RomanickRemove _glapi_check_multithread from the interface...
2005-08-05 Ian RomanickFixes bugzilla #1730.
2005-08-03 Ian RomanickConvert all instances of XTHREADS to USE_XTHREADS....
2005-08-01 Ian RomanickFix build problems related to finding Xthreads.h.
2005-07-26 Ian RomanickRemove the last remnants of GLX_BUILT_IN_XMESA. This...
2005-07-26 Ian RomanickNo, really, get rid of all the remaining references...
2005-07-26 Ian RomanickFixes the glXGetProcAddress portion of the interface...
2005-07-24 Ian RomanickGut a few more dead bits. Replace uses of the CreateNe...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-05-07 Brian PaulPatches for XCB (Jeremy Kolb)
2005-04-18 Ian RomanickAdd support for pthreads and TLS to libGL for __glXLock...
2005-03-17 Ian RomanickMinor vertex array support tweaks. Most of these are...
2005-02-23 Ian RomanickMissed the commit of glxext.c yesterday.
2005-01-08 Adam JacksonEnable libGL to be built with DRI_NEW_INTERFACE_ONLY...
2004-12-21 Ian RomanickUsed GCC's __builtin_expect when available. Change...
2004-12-20 Ian RomanickUse GLX protocol code generated by glX_proto_send.py.
2004-12-15 Adam JacksonFix up glx/x11 to work when built with -fvisibility...
2004-10-25 Adam JacksonImport the GLX client side library, formerly from xc...