summaryrefslogtreecommitdiff
path: root/src/mesa/main/extensions.c
AgeCommit message (Expand)Author
2009-08-06Ensure GL_EXT_blend_equation_separate is enabled when 2.0 is enabled.Alan Hourihane
2009-06-22mesa: added extension flag for ARB_vertex_array_objectBrian Paul
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul
2009-06-08mesa: implement GL_ARB_map_buffer_rangeBrian Paul
2009-06-08mesa: new MESA_EXTENSION_OVERRIDE env varBrian Paul
2009-06-02mesa: enable GL_ARB_copy_buffer for software driversBrian Paul
2009-06-01mesa: enable GL_EXT_provoking_vertex for sw driversBrian Paul
2009-05-28mesa: data structure updates for GL_EXT_provoking_vertexBrian Paul
2009-04-14mesa: use standard offsetof() macroBrian Paul
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul
2009-02-17mesa: turn on reporting of GLSL version 1.20Brian Paul
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-01-31mesa: remove remnant of GL_SGIX_depth_textureBrian
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick
2009-01-28Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick
2009-01-28Make GL_ARB_vertex_buffer_object mandatoryIan Romanick
2009-01-28Make GL_ARB_multisample mandatoryIan Romanick
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick
2009-01-28mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_textureBrian Paul
2009-01-28mesa: implement texture swizzling in swrastBrian Paul
2009-01-28mesa: set/get new state for GL_EXT_texture_swizzleBrian Paul
2009-01-23mesa: enable GL_NV_texture_env_combine4 for sw driversBrian Paul
2009-01-23mesa: initial changes for GL_NV_texture_env_combine4Brian Paul
2009-01-23Merge branch 'vertex_array_bgra'Brian Paul
2009-01-23mesa: enable GL_EXT_vertex_array_bgra for sw driversBrian Paul
2009-01-23mesa: initial bits for GL_EXT_vertex_array_bgraBrian Paul
2009-01-23swrast: Enable GL_EXT_stencil_two_sideIan Romanick
2009-01-22mesa: enable ARB_fbo for s/w driversBrian Paul
2009-01-22mesa: initial extension bits for GL_ARB_framebuffer_objectBrian Paul
2008-12-08Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-11-28mesa: enable texture compression extensions for software drivers when possibleBrian Paul
2008-10-10Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick
2008-09-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-26mesa: don't check for GLSL 1.2 to advertise GL 2.1Brian Paul
2008-07-29disable GL_ARB_shading_language_120 until 1.20 features are completeBrian Paul
2007-11-05Determine GL extensions/limits by making pipe queries.Brian
2007-09-28Remove test for EXT_blend_logic_op in glGetString when determining GL version.Brian
2007-06-07Add support for GL_ARB_fragment_program_shadow.Ian Romanick
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick
2007-04-08enable GLSL 1.20Brian
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-12-13Move all the code for computing ctx->_TriangleCaps into state.c.Brian
2006-11-03Minor changes to get ready for OpenGL 2.1.Brian Paul
2006-11-02Undo some of yesterday's ATI_separate_stencil changes. The ATI extensionBrian Paul
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-11-02Add ATI_separate_stencil and use it in preference to EXT_stencil_two_sideBrian Paul