aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx/x11/glxextensions.h
Commit message (Expand)AuthorAgeFilesLines
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-292/+0
* DRI2/GLX: add INTEL_swap_event supportJesse Barnes2010-01-081-1/+2
* ARB_fbo: Enable extensions related to GL_ARB_framebuffer_object for GLXIan Romanick2009-11-171-0/+5
* Don't mess with emacs tab width.Kristian Høgsberg2008-11-111-1/+0
* glx: indent -br -i3 -npcs --no-tabs glxextensions.hRALOVICH, Kristóf2008-10-131-24/+32
* glx: add a line of Emacs helping variablesRALOVICH, Kristóf2008-10-131-0/+1
* glx/x11: Fix missing __GL_EXT_BYTES declarationJeremy Huddleston2008-08-081-1/+1
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-4/+2
* Move enabling of DRI extensions into glxextensions.cKristian Høgsberg2007-10-111-4/+1
* Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-1/+8
* Clean up GLX function exports.Ian Romanick2006-08-291-6/+0
* GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick2006-08-241-0/+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-1/+2
* Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick2005-07-261-3/+3
* Add support for ARB_draw_buffers and ARB_occlusion_query. The GLX protocolIan Romanick2005-03-111-0/+2
* Add GLX protocol support for ARB_fragement_program,Ian Romanick2005-02-251-0/+10
* Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. ThisIan Romanick2005-02-221-4/+13
* Enable client-side GLX support for texture compression extensions.Ian Romanick2005-02-041-1/+2
* Added a bunch of extensions that were previously supported but weren'tIan Romanick2005-02-031-0/+2
* Missed GL_OES_read_format_bit in last commit.Ian Romanick2004-12-011-2/+4
* Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson2004-10-251-0/+253