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
/
glxcmds.c
Age
Commit message (
Expand
)
Author
2007-10-10
Move the copySubBuffer extension over to the new mechanism.
Kristian Høgsberg
2007-10-10
Convert all DRI entrypoints to take pointers to __DRI* types.
Kristian Høgsberg
2007-10-10
Drop mostly unused __DRIid typedef.
Kristian Høgsberg
2007-10-10
Avoid deadlock in GarbageCollectDRIDrawables.
Kristian Høgsberg
2007-10-10
Drop createContext and destroyContext from DRIinterfaceMethods.
Kristian Høgsberg
2007-10-10
Drop createDrawable and destroyDrawable fron 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
2007-01-05
Add reporting of damage by DRI drivers when the extension support is available.
Eric Anholt
2006-08-30
Add missing parenthesis so that glXSwapIntervalSGI protocol is
Ian Romanick
2006-08-29
Clean up GLX function exports.
Ian Romanick
2006-05-01
Update function signatures for EXT_tfp entrypoints.
Adam Jackson
2006-04-11
Add attrib_list to glXBindTexImageEXT
David Reveman
2006-03-31
Dave Reveman's patch for GLX_MESA_copy_sub_buffer support
Brian Paul
2006-03-09
s/GLint/int/, to fit GLX conventions
Brian Paul
2006-02-07
David Reveman's GLX_EXT_texture_from_pixmap extension patch
Brian Paul
2005-08-11
fix X #includes so they're relative to X11/ directory (bug 4047)
Brian Paul
2005-08-05
In order to create the set of available extensions, we have to know if
Ian Romanick
2005-07-28
Major rip-up of internal function insertion interface. The old
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
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2005-04-07
Follow the GLX_SGIX_fbconfig spec and return the complete list of
Ian Romanick
2005-02-22
Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. This
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-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
[prev]