Simplify dri loading code by eliminating dlopen "cache".
[mesa.git] / src / glx / x11 / glxclient.h
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
2008-02-29 Kristian HøgsbergUpdate libGL DRI loader to latest DRI interface changes.
2007-12-06 George NassasAlways call dlopen in DriverOpen.
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-06 Kristian HøgsbergFix compilation for !GLX_DIRECT_RENDERING.
2007-11-06 Kristian HøgsbergRemove a couple of "deprecated" fields from __GLXcontex...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-16 Kristian HøgsbergHandle fbconfigs and glx visuals separately.
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-11 Kristian HøgsbergMove media stream counter entry points to new extension.
2007-10-11 Kristian HøgsbergMove GLX_MESA_swap_frame_usage DRI entry points to...
2007-10-11 Kristian HøgsbergMove GLX_MESA_allocate_memory related functions to...
2007-10-10 Kristian HøgsbergMove swap_interval to new extension mechanism.
2007-10-10 Kristian HøgsbergMove the copySubBuffer extension over to the new mechanism.
2007-10-10 Kristian HøgsbergDrop createContext and destroyContext from DRIinterface...
2007-10-10 Kristian HøgsbergDrop __DRInativeDisplay and pass in __DRIscreen pointer...
2007-10-05 Kristian HøgsbergRemove XIDs from DRI interface (see #5714).
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-08-29 Ian RomanickClean up GLX function exports.
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-29 Ian RomanickRemove unused structures and data fields. These had...
2005-07-26 Ian RomanickRemove the last remnants of GLX_BUILT_IN_XMESA. This...
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-18 Ian RomanickAdd support for pthreads and TLS to libGL for __glXLock...
2005-02-22 Ian RomanickAdded __glExtensionBiIsEnabled and __GLXcontext::gl_ext...
2005-01-07 Ian RomanickPixel oriented render functions are now generated by the
2004-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-11-15 Adam JacksonSync with Xorg head: mingw build fixes from Alexander...
2004-10-25 Adam JacksonImport the GLX client side library, formerly from xc...