summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/glxclient.h
Commit message (Expand)AuthorAgeFilesLines
* Update to SGI FreeB 2.0.Adam Jackson2008-09-191-33/+28
* glx: added "glapi/" prefix to includeBrian2008-09-181-1/+1
* glx: remove #include "glheader.h" linesBrian Paul2008-09-181-0/+17
* DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-291-1/+4
* glx: free vertex array state when context is destroyedKristof Ralovich2008-08-201-2/+3
* glx/x11: Fix missing __GL_EXT_BYTES declarationJeremy Huddleston2008-08-081-0/+2
* glx: load swrast_dri.soGeorge Sapountzis2008-06-131-0/+3
* glx: split out current context codeGeorge Sapountzis2008-04-231-4/+4
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-12/+26
* glx: Add isDirect back to __GLXcontextRec. It is neededXiang, Haihao2008-03-181-0/+5
* libGL: Pull the drawable hash back out in the generic code.Kristian Høgsberg2008-03-121-0/+2
* Move DRI context functions into dri_glx.c.Kristian Høgsberg2008-03-081-18/+17
* Move DRI drawable creation into dri_glx.c.Kristian Høgsberg2008-03-081-11/+11
* Introduce __GLXDRIscreen so we can start moving function pointers in there.Kristian Høgsberg2008-03-081-9/+15
* Move DRI specific parts of CreateContext into dri_glx.c.Kristian Høgsberg2008-03-081-0/+5
* Convert driCreateScreen and driDestroyScreen to function pointers.Kristian Høgsberg2008-03-081-3/+5
* Abstract __DRIdisplayPrivateRec away in dri_glx.c.Kristian Høgsberg2008-03-081-10/+5
* Simplify dri loading code by eliminating dlopen "cache".Kristian Høgsberg2008-03-081-20/+2
* libGL: Consolidate DRI initialization in dri_glx.cKristian Høgsberg2008-03-081-0/+2
* Update libGL DRI loader to latest DRI interface changes.Kristian Høgsberg2008-02-291-3/+0
* Always call dlopen in DriverOpen.George Nassas2007-12-061-0/+1
* Fix compilation for !GLX_DIRECT_RENDERING.Kristian Høgsberg2007-11-061-6/+11
* Remove a couple of "deprecated" fields from __GLXcontextRec.Kristian Høgsberg2007-11-061-21/+0
* Handle fbconfigs and glx visuals separately.Kristian Høgsberg2007-10-161-2/+2
* Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-111-0/+4
* Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-111-0/+4
* Move GLX_MESA_allocate_memory related functions to new extension mechanism.Kristian Høgsberg2007-10-111-0/+4
* Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-101-0/+4
* Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg2007-10-101-0/+5
* Drop createContext and destroyContext from DRIinterfaceMethods.Kristian Høgsberg2007-10-101-0/+5
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-4/+24
* Remove XIDs from DRI interface (see #5714).Kristian Høgsberg2007-10-051-0/+7
* Clean up GLX function exports.Ian Romanick2006-08-291-0/+3
* Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick2005-08-031-4/+4
* Fix build problems related to finding Xthreads.h.Ian Romanick2005-08-011-1/+1
* Remove unused structures and data fields. These had been left in becauseIan Romanick2005-07-291-49/+1
* Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick2005-07-261-14/+0
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-0/+2
* Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedefIan Romanick2005-07-241-11/+2
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-24/+2
* Add support for pthreads and TLS to libGL for __glXLock / __glXUnlock andIan Romanick2005-04-181-6/+28
* Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. ThisIan Romanick2005-02-221-96/+18
* Pixel oriented render functions are now generated by theIan Romanick2005-01-071-4/+8
* Make the transition to script-genereated GLX code easier.Ian Romanick2004-12-011-3/+0
* Sync with Xorg head: mingw build fixes from Alexander Gottwald.Adam Jackson2004-11-151-0/+3
* Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson2004-10-251-0/+833