glx: fix rotation regression. bug #14963
[mesa.git] / src / glx / x11 / dri_glx.c
2008-03-14 Xiang, Haihaoglx: fix rotation regression. bug #14963
2008-03-12 Kristian HøgsberglibGL: Pull the drawable hash back out in the generic...
2008-03-10 Dave Airliedri: fix function call to add new parameter.
2008-03-09 Kristian HøgsbergProperly revert the libGL loader path breakage.
2008-03-09 Kristian HøgsberglibGL: Fall back to DEFAULT_DRIVER_DIR properly.
2008-03-09 Kristian HøgsbergUse _X_HIDDEN to hide a bunch of leaked symbols.
2008-03-09 Kristian HøgsbergMove DRI context functions into dri_glx.c.
2008-03-09 Kristian HøgsbergMove DRI drawable creation into dri_glx.c.
2008-03-09 Kristian HøgsbergIntroduce __GLXDRIscreen so we can start moving functio...
2008-03-09 Kristian HøgsbergMove DRI specific parts of CreateContext into dri_glx.c.
2008-03-09 Kristian HøgsbergConvert driCreateScreen and driDestroyScreen to functio...
2008-03-09 Kristian HøgsbergAbstract __DRIdisplayPrivateRec away in dri_glx.c.
2008-03-08 Kristian HøgsbergSimplify LIBGL_DRIVERS_PATH walking.
2008-03-08 Kristian HøgsbergSimplify dri loading code by eliminating dlopen "cache".
2008-03-08 Kristian HøgsberglibGL: Consolidate DRI initialization in dri_glx.c
2007-12-06 Michel DänzerMinor followup fixes for the previous commit.
2007-12-06 George NassasAlways call dlopen in DriverOpen.
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-05 Kristian HøgsbergAdd macros to generate CreateNewScreen entrypoint.
2007-10-05 Kristian HøgsbergRemove XIDs from DRI interface (see #5714).
2007-04-08 Adam JacksonMake sure GLX entrypoints are marked PUBLIC.
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-27 Bernardo Innocentialways print error messages, unless LIBGL_DEBUG=quiet
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-05 Panagiotis Papadakosbreak if we removed driver from Drivers list in driDest...
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-02-01 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-02-01 Michel DänzerdriDestroyDisplay: Fix comment, it is called now.
2007-02-01 Michel DänzerdriDestroyDisplay: Remove Drivers list entry when dlclo...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-08-14 Michel DänzerBug #7169: Attempt to make libGL symbols visible to...
2006-07-12 Brian PaulNew config var DRI_DRIVER_SEARCH_DIR to specify where...
2005-08-11 Brian Paulfix X #includes so they're relative to X11/ directory...
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
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-04-13 Ian RomanickAdd TLS support to libGL and, by virtue of using glthre...
2004-12-01 Ian RomanickRefactor ExtractDir and OpenDriver to be a bit more...
2004-10-25 Adam JacksonImport the GLX client side library, formerly from xc...