summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxextensions.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-15glx: indent -br -i3 -npcs --no-tabs glxextensions.cRALOVICH, Kristóf1-178/+183
2008-10-15glx: add a line of Emacs helping variablesRALOVICH, Kristóf1-0/+1
2008-09-18glx: remove #include "glheader.h" linesBrian Paul1-1/+1
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg1-59/+3
2008-03-08Introduce __GLXDRIscreen so we can start moving function pointers in there.Kristian Høgsberg1-1/+1
2007-10-11Move enabling of DRI extensions into glxextensions.cKristian Høgsberg1-19/+57
2007-10-10Remove screenConfigs from __DRIscreen.Kristian Høgsberg1-1/+6
2006-08-29Clean up GLX function exports.Ian Romanick1-6/+0
2006-08-25Add a couple of the missing GL 2.0 functions. Enable GLX protocol forIan Romanick1-1/+1
2006-08-24GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick1-0/+1
2006-07-13Move initialization of server_support from __glXProcessServerString toIan Romanick1-2/+7
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul1-1/+1
2006-02-24EXT_framebuffer_object (Dave Reveman)Brian Paul1-0/+1
2006-02-07David Reveman's GLX_EXT_texture_from_pixmap extension patchBrian Paul1-0/+1
2005-08-11fix X #includes so they're relative to X11/ directory (bug 4047)Brian Paul1-2/+2
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick1-2/+2
2005-03-17Hard-code the client-side maximum GL version. It turns out that there areIan Romanick1-24/+2
2005-03-11Add support for ARB_draw_buffers and ARB_occlusion_query. The GLX protocolIan Romanick1-1/+3
2005-02-25Add GLX protocol support for ARB_fragement_program,Ian Romanick1-1/+12
2005-02-22Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. ThisIan Romanick1-2/+19
2005-02-04Enable client-side GLX support for texture compression extensions.Ian Romanick1-5/+6
2005-02-03Added a bunch of extensions that were previously supported but weren'tIan Romanick1-0/+2
2004-12-01Add trivial support ARB_texture_rectangle and OES_read_format.Ian Romanick1-0/+2
2004-11-30Since we know the problem with HP_occlusion_test is / was on the server-side,Ian Romanick1-7/+1
2004-10-25Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson1-0/+710