glx/dri: only report DRI2 extensions when DRI2 is enabled.
[mesa.git] / src / glx / x11 / glxextensions.c
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-31 Kristian HøgsbergDRI interface changes and DRI2 direct rendering support.
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-09 Kristian HøgsbergIntroduce __GLXDRIscreen so we can start moving functio...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-11 Kristian HøgsbergMove enabling of DRI extensions into glxextensions.c
2007-10-10 Kristian HøgsbergRemove screenConfigs from __DRIscreen.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-08-29 Ian RomanickClean up GLX function exports.
2006-08-25 Ian RomanickAdd a couple of the missing GL 2.0 functions. Enable...
2006-08-24 Ian RomanickGL_EXT_paletted_texture functions should alias GL_SGI_c...
2006-07-13 Ian RomanickMove initialization of server_support from __glXProcess...
2006-03-31 Brian PaulDave Reveman's patch for GLX_MESA_copy_sub_buffer support
2006-02-24 Brian PaulEXT_framebuffer_object (Dave Reveman)
2006-02-07 Brian PaulDavid Reveman's GLX_EXT_texture_from_pixmap extension...
2005-08-11 Brian Paulfix X #includes so they're relative to X11/ directory...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-03-17 Ian RomanickHard-code the client-side maximum GL version. It turns...
2005-03-11 Ian RomanickAdd support for ARB_draw_buffers and ARB_occlusion_quer...
2005-02-25 Ian RomanickAdd GLX protocol support for ARB_fragement_program,
2005-02-22 Ian RomanickAdded __glExtensionBiIsEnabled and __GLXcontext::gl_ext...
2005-02-04 Ian RomanickEnable client-side GLX support for texture compression...
2005-02-03 Ian RomanickAdded a bunch of extensions that were previously suppor...
2004-12-01 Ian RomanickAdd trivial support ARB_texture_rectangle and OES_read_...
2004-11-30 Ian RomanickSince we know the problem with HP_occlusion_test is...
2004-10-25 Adam JacksonImport the GLX client side library, formerly from xc...