summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/glxextensions.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up GLX function exports.Ian Romanick2006-08-291-6/+0
* Add a couple of the missing GL 2.0 functions. Enable GLX protocol forIan Romanick2006-08-251-1/+1
* GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick2006-08-241-0/+1
* Move initialization of server_support from __glXProcessServerString toIan Romanick2006-07-131-2/+7
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-311-1/+1
* EXT_framebuffer_object (Dave Reveman)Brian Paul2006-02-241-0/+1
* David Reveman's GLX_EXT_texture_from_pixmap extension patchBrian Paul2006-02-071-0/+1
* fix X #includes so they're relative to X11/ directory (bug 4047)Brian Paul2005-08-111-2/+2
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-2/+2
* Hard-code the client-side maximum GL version. It turns out that there areIan Romanick2005-03-171-24/+2
* Add support for ARB_draw_buffers and ARB_occlusion_query. The GLX protocolIan Romanick2005-03-111-1/+3
* Add GLX protocol support for ARB_fragement_program,Ian Romanick2005-02-251-1/+12
* Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. ThisIan Romanick2005-02-221-2/+19
* Enable client-side GLX support for texture compression extensions.Ian Romanick2005-02-041-5/+6
* Added a bunch of extensions that were previously supported but weren'tIan Romanick2005-02-031-0/+2
* Add trivial support ARB_texture_rectangle and OES_read_format.Ian Romanick2004-12-011-0/+2
* Since we know the problem with HP_occlusion_test is / was on the server-side,Ian Romanick2004-11-301-7/+1
* Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson2004-10-251-0/+710