glx: indent -br -i3 -npcs --no-tabs glxclient.h
[mesa.git] / src / glx / x11 / glxclient.h
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs glxclient.h
2008-10-13 RALOVICH, Kristófglx: add a line of Emacs helping variables
2008-09-19 Adam JacksonUpdate to SGI FreeB 2.0.
2008-09-19 Brianglx: added "glapi/" prefix to include
2008-09-18 Brian Paulglx: remove #include "glheader.h" lines
2008-08-29 Kristian HøgsbergDRI2: Drop sarea, implement swap buffers in the X server.
2008-08-20 Kristof Ralovichglx: free vertex array state when context is destroyed
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-08 Jeremy Huddlestonglx/x11: Fix missing __GL_EXT_BYTES declaration
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-13 George Sapountzisglx: load swrast_dri.so
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-23 George Sapountzisglx: split out current context code
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-31 Kristian HøgsbergDRI interface changes and DRI2 direct rendering support.
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-18 Xiang, Haihaoglx: Add isDirect back to __GLXcontextRec. It is needed
2008-03-12 Kristian HøgsberglibGL: Pull the drawable hash back out in the generic...
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 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...