summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxextensions.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg1-292/+0
2010-01-08DRI2/GLX: add INTEL_swap_event supportJesse Barnes1-1/+2
2009-11-17ARB_fbo: Enable extensions related to GL_ARB_framebuffer_object for GLXIan Romanick1-0/+5
2008-11-11Don't mess with emacs tab width.Kristian Høgsberg1-1/+0
2008-10-13glx: indent -br -i3 -npcs --no-tabs glxextensions.hRALOVICH, Kristóf1-24/+32
2008-10-13glx: add a line of Emacs helping variablesRALOVICH, Kristóf1-0/+1
2008-08-08glx/x11: Fix missing __GL_EXT_BYTES declarationJeremy Huddleston1-1/+1
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg1-4/+2
2007-10-11Move enabling of DRI extensions into glxextensions.cKristian Høgsberg1-4/+1
2007-10-10Remove screenConfigs from __DRIscreen.Kristian Høgsberg1-1/+8
2006-08-29Clean up GLX function exports.Ian Romanick1-6/+0
2006-08-24GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick1-0/+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-1/+2
2005-07-26Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick1-3/+3
2005-03-11Add support for ARB_draw_buffers and ARB_occlusion_query. The GLX protocolIan Romanick1-0/+2
2005-02-25Add GLX protocol support for ARB_fragement_program,Ian Romanick1-0/+10
2005-02-22Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. ThisIan Romanick1-4/+13
2005-02-04Enable client-side GLX support for texture compression extensions.Ian Romanick1-1/+2
2005-02-03Added a bunch of extensions that were previously supported but weren'tIan Romanick1-0/+2
2004-12-01Missed GL_OES_read_format_bit in last commit.Ian Romanick1-2/+4
2004-10-25Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson1-0/+253