summaryrefslogtreecommitdiff
path: root/src/mesa/main/extensions.c
AgeCommit message (Expand)Author
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-11-28mesa: enable texture compression extensions for software drivers when possibleBrian Paul
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick
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-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
2006-08-15Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick
2006-08-03Initial work for GL_EXT_texture_sRGB.Brian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2006-03-28enable GL_ARB_half_float_pixel, was GL_MESAX_half_float_pixelBrian Paul
2006-03-21GL_EXT_packed_depth_stencil should be off by defaultBrian Paul
2006-03-02check FEATURE_EXT_framebuffer_blitBrian Paul
2006-02-15Enable GL_ARB_fragment_shader extension.Michal Krol
2006-02-13Enable GL_ARB_shader_objects, GL_ARB_shading_language_100 andMichal Krol
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul
2005-11-08some initial work on upcoming GL_EXT_framebuffer_blit extensionBrian Paul
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul
2005-09-13OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul
2005-09-02Prototype implementation of new GL_EXT_timer_query extension (not finalized y...Brian Paul
2005-08-25removed GL_HP_occlusion_test extensionBrian Paul
2005-07-21check for FEATURE_EXT_framebuffer_object to enable EXT_framebuffer_objectBrian Paul
2005-07-21remove ^M chars, disable shading language extensionsBrian Paul
2005-05-05Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-04-14add GL_ARB_shading_language_100;Michal Krol