summaryrefslogtreecommitdiff
path: root/src/mesa/main/extensions.c
AgeCommit message (Expand)Author
2011-03-16mesa: advertise GL_ARB_texture_non_power_of_twoChia-I Wu
2011-03-15mesa: add NV_texture_barrierMarek Olšák
2011-03-08mesa: add ATI_texture_compression_3dcMarek Olšák
2011-03-08mesa: add EXT_texture_compression_latcMarek Olšák
2011-02-28mesa: remove GL_SGI_texture_color_table supportBrian Paul
2011-02-28glsl: Enable GL_OES_texture_3D extension for ES2.Kenneth Graunke
2011-02-28swrast: add RGTC supportDave Airlie
2011-01-28mesa: Fix available APIs for AMD_conservative_depthChad Versace
2011-01-26mesa: fix compilationZack Rusin
2011-01-26mesa: Allow extensions in MESA_EXTENSION_OVERRIDE to be prefixed with '+'Chad Versace
2011-01-26mesa: Simplify logic in get_extension_override()Chad Versace
2011-01-26mesa: Add AMD_conservative_depth to extension listChad Versace
2011-01-23mesa: add ARB_framebuffer_sRGB as alias of the EXT variantMarek Olšák
2011-01-16mesa/swrast: implement EXT_texture_sRGB_decodeDave Airlie
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul
2011-01-15Merge branch 'draw-instanced'Brian Paul
2011-01-14mesa: Add extension enable bit for GL_ARB_ES2_compatibility.Eric Anholt
2011-01-13mesa: Change OES_standard_derivatives to be stand-alone extensionChad Versace
2011-01-12mesa: Move loop variable declarations outside for loop in extensions.c.Vinson Lee
2011-01-12mesa: Move declaration before code in extensions.c.Vinson Lee
2011-01-12mesa: Change OES_point_sprite to depend on ARB_point_spriteChad Versace
2011-01-12mesa: Change dependencies of some OES extension stringsChad Versace
2011-01-12mesa: Add/remove extensions in extension stringChad Versace
2011-01-12mesa: Refactor handling of extension stringsChad Versace
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2010-12-18mesa/swrast/st: add ARB_occlusion_query2 support.Dave Airlie
2010-12-16Remove OES_compressed_paletted_texture from the ES2 extension list.Kenneth Graunke
2010-12-13mesa, st/mesa: disable GL_ARB_geometry_shader4Brian Paul
2010-12-10mesa: enable GL_ARB_draw_instanced for software driversBrian Paul
2010-12-08mesa: Do not advertise GL_OES_texture_3D.Chia-I Wu
2010-10-28mesa: add extension table entry for GL_EXT_gpu_shader4Brian Paul
2010-10-27swrast: Enable GL_EXT_separate_shader_objects in software pathsIan Romanick
2010-10-27mesa: Add infrastructure to track GL_EXT_separate_shader_objectsIan Romanick
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13glsl: add support for shader stencil exportDave Airlie
2010-10-08main: Enable GL_ARB_explicit_attrib_location for swrastIan Romanick
2010-10-07gles2: Add GL_EXT_texture_format_BGRA8888 supportKristian Høgsberg
2010-10-01mesa: Add ARB_texture_compression_rgtc as an alias for EXT_texture_compressio...Ian Romanick
2010-10-01mesa: Enable GL_ARB_texture_rg in software pathsIan Romanick
2010-09-27Remove GL_EXT_cull_vertexIan Romanick
2010-09-27Remove GL_MESA_packed_depth_stencilIan Romanick
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick
2010-09-27mesa: Force GL_ARB_copy_buffer to always be enabledIan Romanick
2010-09-23mesa: Remove EXT_convolution.Eric Anholt
2010-09-23mesa: Remove SGI_color_matrix.Eric Anholt
2010-09-23mesa: Remove SGI_color_table.Eric Anholt
2010-09-23mesa: Remove EXT_histogram.Eric Anholt
2010-09-23mesa: Remove the non-required ARB_imaging extension.Eric Anholt
2010-09-21mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul
2010-09-05mesa: don't expose unsupported GL_ARB_geometry_shader4 for nowLuca Barbieri