index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
x11
/
glxclient.h
Age
Commit message (
Expand
)
Author
2008-08-20
glx: free vertex array state when context is destroyed
Kristof Ralovich
2008-08-08
glx/x11: Fix missing __GL_EXT_BYTES declaration
Jeremy Huddleston
2008-06-13
glx: load swrast_dri.so
George Sapountzis
2008-04-23
glx: split out current context code
George Sapountzis
2008-03-31
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2008-03-18
glx: Add isDirect back to __GLXcontextRec. It is needed
Xiang, Haihao
2008-03-12
libGL: Pull the drawable hash back out in the generic code.
Kristian Høgsberg
2008-03-08
Move DRI context functions into dri_glx.c.
Kristian Høgsberg
2008-03-08
Move DRI drawable creation into dri_glx.c.
Kristian Høgsberg
2008-03-08
Introduce __GLXDRIscreen so we can start moving function pointers in there.
Kristian Høgsberg
2008-03-08
Move DRI specific parts of CreateContext into dri_glx.c.
Kristian Høgsberg
2008-03-08
Convert driCreateScreen and driDestroyScreen to function pointers.
Kristian Høgsberg
2008-03-08
Abstract __DRIdisplayPrivateRec away in dri_glx.c.
Kristian Høgsberg
2008-03-08
Simplify dri loading code by eliminating dlopen "cache".
Kristian Høgsberg
2008-03-08
libGL: Consolidate DRI initialization in dri_glx.c
Kristian Høgsberg
2008-02-29
Update libGL DRI loader to latest DRI interface changes.
Kristian Høgsberg
2007-12-06
Always call dlopen in DriverOpen.
George Nassas
2007-11-06
Fix compilation for !GLX_DIRECT_RENDERING.
Kristian Høgsberg
2007-11-06
Remove a couple of "deprecated" fields from __GLXcontextRec.
Kristian Høgsberg
2007-10-16
Handle fbconfigs and glx visuals separately.
Kristian Høgsberg
2007-10-11
Move media stream counter entry points to new extension.
Kristian Høgsberg
2007-10-11
Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.
Kristian Høgsberg
2007-10-11
Move GLX_MESA_allocate_memory related functions to new extension mechanism.
Kristian Høgsberg
2007-10-10
Move swap_interval to new extension mechanism.
Kristian Høgsberg
2007-10-10
Move the copySubBuffer extension over to the new mechanism.
Kristian Høgsberg
2007-10-10
Drop createContext and destroyContext from DRIinterfaceMethods.
Kristian Høgsberg
2007-10-10
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-10-05
Remove XIDs from DRI interface (see #5714).
Kristian Høgsberg
2006-08-29
Clean up GLX function exports.
Ian Romanick
2005-08-03
Convert all instances of XTHREADS to USE_XTHREADS. This fixes one of
Ian Romanick
2005-08-01
Fix build problems related to finding Xthreads.h.
Ian Romanick
2005-07-29
Remove unused structures and data fields. These had been left in because
Ian Romanick
2005-07-26
Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal of
Ian Romanick
2005-07-26
Fixes the glXGetProcAddress portion of the interface. Most of the functions
Ian Romanick
2005-07-24
Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedef
Ian Romanick
2005-07-24
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2005-04-18
Add support for pthreads and TLS to libGL for __glXLock / __glXUnlock and
Ian Romanick
2005-02-22
Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. This
Ian Romanick
2005-01-07
Pixel oriented render functions are now generated by the
Ian Romanick
2004-12-01
Make the transition to script-genereated GLX code easier.
Ian Romanick
2004-11-15
Sync with Xorg head: mingw build fixes from Alexander Gottwald.
Adam Jackson
2004-10-25
Import the GLX client side library, formerly from xc/lib/GL/glx. Build it
Adam Jackson