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
/
glxextensions.c
Age
Commit message (
Expand
)
Author
2009-01-28
Make GLX_SGIX_pbuffer mandatory
Ian Romanick
2008-11-11
Don't mess with emacs tab width.
Kristian Høgsberg
2008-10-13
glx: indent -br -i3 -npcs --no-tabs glxextensions.c
RALOVICH, Kristóf
2008-10-13
glx: add a line of Emacs helping variables
RALOVICH, Kristóf
2008-09-18
glx: remove #include "glheader.h" lines
Brian Paul
2008-03-31
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2008-03-08
Introduce __GLXDRIscreen so we can start moving function pointers in there.
Kristian Høgsberg
2007-10-11
Move enabling of DRI extensions into glxextensions.c
Kristian Høgsberg
2007-10-10
Remove screenConfigs from __DRIscreen.
Kristian Høgsberg
2006-08-29
Clean up GLX function exports.
Ian Romanick
2006-08-25
Add a couple of the missing GL 2.0 functions. Enable GLX protocol for
Ian Romanick
2006-08-24
GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.
Ian Romanick
2006-07-13
Move initialization of server_support from __glXProcessServerString to
Ian Romanick
2006-03-31
Dave Reveman's patch for GLX_MESA_copy_sub_buffer support
Brian Paul
2006-02-24
EXT_framebuffer_object (Dave Reveman)
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-07-24
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2005-03-17
Hard-code the client-side maximum GL version. It turns out that there are
Ian Romanick
2005-03-11
Add support for ARB_draw_buffers and ARB_occlusion_query. The GLX protocol
Ian Romanick
2005-02-25
Add GLX protocol support for ARB_fragement_program,
Ian Romanick
2005-02-22
Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. This
Ian Romanick
2005-02-04
Enable client-side GLX support for texture compression extensions.
Ian Romanick
2005-02-03
Added a bunch of extensions that were previously supported but weren't
Ian Romanick
2004-12-01
Add trivial support ARB_texture_rectangle and OES_read_format.
Ian Romanick
2004-11-30
Since we know the problem with HP_occlusion_test is / was on the server-side,
Ian Romanick
2004-10-25
Import the GLX client side library, formerly from xc/lib/GL/glx. Build it
Adam Jackson