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
/
glxext.c
Age
Commit message (
Expand
)
Author
2006-10-09
added a SyncHandle() call, remove UnlockDisplay() call. (bug 8521)
Brian Paul
2006-10-09
Updates for XCB. Bug 8560.
Brian Paul
2006-10-07
Major clean up of MakeContextCurrent
Ian Romanick
2006-10-04
in MakeContextCurrent() use old display pointer for __glXSetupForCommand(), b...
Brian Paul
2006-09-26
Update to use the new XCB naming convention.
Jeremy Kolb
2006-08-29
Clean up GLX function exports.
Ian Romanick
2006-07-15
fix a memleak (that code block has been commented out for years for unknown r...
Tilman Sauerbeck
2006-07-12
fix a memleak
Tilman Sauerbeck
2006-04-11
FBConfig support for EXT_tfp
David Reveman
2006-04-03
Coverity #468: Fill in the rest of the error_list to match the error codes
Adam Jackson
2005-08-11
fix X #includes so they're relative to X11/ directory (bug 4047)
Brian Paul
2005-08-10
Remove _glapi_check_multithread from the interface exported by the loader to
Ian Romanick
2005-08-05
Fixes bugzilla #1730.
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-26
Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal of
Ian Romanick
2005-07-26
No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE.
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-05-07
Patches for XCB (Jeremy Kolb)
Brian Paul
2005-04-18
Add support for pthreads and TLS to libGL for __glXLock / __glXUnlock and
Ian Romanick
2005-03-17
Minor vertex array support tweaks. Most of these are in preparation for the
Ian Romanick
2005-02-23
Missed the commit of glxext.c yesterday.
Ian Romanick
2005-01-08
Enable libGL to be built with DRI_NEW_INTERFACE_ONLY (but don't do it yet).
Adam Jackson
2004-12-21
Used GCC's __builtin_expect when available. Change the way code is
Ian Romanick
2004-12-20
Use GLX protocol code generated by glX_proto_send.py.
Ian Romanick
2004-12-15
Fix up glx/x11 to work when built with -fvisibility=hidden.
Adam Jackson
2004-10-25
Import the GLX client side library, formerly from xc/lib/GL/glx. Build it
Adam Jackson