summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/glxextensions.c
Commit message (Expand)AuthorAgeFilesLines
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-714/+0
* glx: Remove unnecessary headers.Vinson Lee2010-02-011-1/+0
* DRI2/GLX: add INTEL_swap_event supportJesse Barnes2010-01-081-0/+1
* ARB_fbo: Enable extensions related to GL_ARB_framebuffer_object for GLXIan Romanick2009-11-171-0/+5
* glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf2009-08-131-13/+11
* Make GLX_SGIX_pbuffer mandatoryIan Romanick2009-01-281-1/+1
* Don't mess with emacs tab width.Kristian Høgsberg2008-11-111-1/+0
* glx: indent -br -i3 -npcs --no-tabs glxextensions.cRALOVICH, Kristóf2008-10-131-178/+183
* glx: add a line of Emacs helping variablesRALOVICH, Kristóf2008-10-131-0/+1
* glx: remove #include "glheader.h" linesBrian Paul2008-09-181-1/+1
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-59/+3
* Introduce __GLXDRIscreen so we can start moving function pointers in there.Kristian Høgsberg2008-03-081-1/+1
* Move enabling of DRI extensions into glxextensions.cKristian Høgsberg2007-10-111-19/+57
* Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-1/+6
* 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