summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxclient.h
AgeCommit message (Expand)Author
2008-03-18glx: Add isDirect back to __GLXcontextRec. It is neededXiang, Haihao
2008-03-12libGL: Pull the drawable hash back out in the generic code.Kristian Høgsberg
2008-03-08Move DRI context functions into dri_glx.c.Kristian Høgsberg
2008-03-08Move DRI drawable creation into dri_glx.c.Kristian Høgsberg
2008-03-08Introduce __GLXDRIscreen so we can start moving function pointers in there.Kristian Høgsberg
2008-03-08Move DRI specific parts of CreateContext into dri_glx.c.Kristian Høgsberg
2008-03-08Convert driCreateScreen and driDestroyScreen to function pointers.Kristian Høgsberg
2008-03-08Abstract __DRIdisplayPrivateRec away in dri_glx.c.Kristian Høgsberg
2008-03-08Simplify dri loading code by eliminating dlopen "cache".Kristian Høgsberg
2008-03-08libGL: Consolidate DRI initialization in dri_glx.cKristian Høgsberg
2008-02-29Update libGL DRI loader to latest DRI interface changes.Kristian Høgsberg
2007-12-06Always call dlopen in DriverOpen.George Nassas
2007-11-06Fix compilation for !GLX_DIRECT_RENDERING.Kristian Høgsberg
2007-11-06Remove a couple of "deprecated" fields from __GLXcontextRec.Kristian Høgsberg
2007-10-16Handle fbconfigs and glx visuals separately.Kristian Høgsberg
2007-10-11Move media stream counter entry points to new extension.Kristian Høgsberg
2007-10-11Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg
2007-10-11Move GLX_MESA_allocate_memory related functions to new extension mechanism.Kristian Høgsberg
2007-10-10Move swap_interval to new extension mechanism.Kristian Høgsberg
2007-10-10Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg
2007-10-10Drop createContext and destroyContext from DRIinterfaceMethods.Kristian Høgsberg
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg
2007-10-05Remove XIDs from DRI interface (see #5714).Kristian Høgsberg
2006-08-29Clean up GLX function exports.Ian Romanick
2005-08-03Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick
2005-08-01Fix build problems related to finding Xthreads.h.Ian Romanick
2005-07-29Remove unused structures and data fields. These had been left in becauseIan Romanick
2005-07-26Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-24Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedefIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-04-18Add support for pthreads and TLS to libGL for __glXLock / __glXUnlock andIan Romanick
2005-02-22Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. ThisIan Romanick
2005-01-07Pixel oriented render functions are now generated by theIan Romanick
2004-12-01Make the transition to script-genereated GLX code easier.Ian Romanick
2004-11-15Sync with Xorg head: mingw build fixes from Alexander Gottwald.Adam Jackson
2004-10-25Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson