index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
x11
/
glxclient.h
Age
Commit message (
Expand
)
Author
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