summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/extensions.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove GL_SGI_texture_color_table supportBrian Paul2011-02-281-2/+0
* glsl: Enable GL_OES_texture_3D extension for ES2.Kenneth Graunke2011-02-281-2/+1
* swrast: add RGTC supportDave Airlie2011-02-281-0/+1
* mesa: Fix available APIs for AMD_conservative_depthChad Versace2011-01-281-1/+1
* mesa: fix compilationZack Rusin2011-01-261-5/+10
* mesa: Allow extensions in MESA_EXTENSION_OVERRIDE to be prefixed with '+'Chad Versace2011-01-261-0/+5
* mesa: Simplify logic in get_extension_override()Chad Versace2011-01-261-62/+41
* mesa: Add AMD_conservative_depth to extension listChad Versace2011-01-261-0/+1
* mesa: add ARB_framebuffer_sRGB as alias of the EXT variantMarek Olšák2011-01-231-0/+1
* mesa/swrast: implement EXT_texture_sRGB_decodeDave Airlie2011-01-161-0/+2
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-0/+1
* Merge branch 'draw-instanced'Brian Paul2011-01-151-0/+1
|\
| * mesa: enable GL_ARB_draw_instanced for software driversBrian Paul2010-12-101-0/+1
* | mesa: Add extension enable bit for GL_ARB_ES2_compatibility.Eric Anholt2011-01-141-0/+1
* | mesa: Change OES_standard_derivatives to be stand-alone extensionChad Versace2011-01-131-1/+2
* | mesa: Move loop variable declarations outside for loop in extensions.c.Vinson Lee2011-01-121-8/+15
* | mesa: Move declaration before code in extensions.c.Vinson Lee2011-01-121-6/+16
* | mesa: Change OES_point_sprite to depend on ARB_point_spriteChad Versace2011-01-121-1/+1
* | mesa: Change dependencies of some OES extension stringsChad Versace2011-01-121-5/+5
* | mesa: Add/remove extensions in extension stringChad Versace2011-01-121-5/+5
* | mesa: Refactor handling of extension stringsChad Versace2011-01-121-490/+403
* | mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* | mesa/swrast/st: add ARB_occlusion_query2 support.Dave Airlie2010-12-181-0/+1
* | Remove OES_compressed_paletted_texture from the ES2 extension list.Kenneth Graunke2010-12-161-2/+0
* | mesa, st/mesa: disable GL_ARB_geometry_shader4Brian Paul2010-12-131-1/+2
* | mesa: Do not advertise GL_OES_texture_3D.Chia-I Wu2010-12-081-0/+4
|/
* mesa: add extension table entry for GL_EXT_gpu_shader4Brian Paul2010-10-281-0/+1
* swrast: Enable GL_EXT_separate_shader_objects in software pathsIan Romanick2010-10-271-0/+1
* mesa: Add infrastructure to track GL_EXT_separate_shader_objectsIan Romanick2010-10-271-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-22/+22
* glsl: add support for shader stencil exportDave Airlie2010-10-131-0/+1
* main: Enable GL_ARB_explicit_attrib_location for swrastIan Romanick2010-10-081-1/+2
* gles2: Add GL_EXT_texture_format_BGRA8888 supportKristian Høgsberg2010-10-071-0/+4
* mesa: Add ARB_texture_compression_rgtc as an alias for EXT_texture_compressio...Ian Romanick2010-10-011-1/+2
* mesa: Enable GL_ARB_texture_rg in software pathsIan Romanick2010-10-011-0/+1
* Remove GL_EXT_cull_vertexIan Romanick2010-09-271-1/+0
* Remove GL_MESA_packed_depth_stencilIan Romanick2010-09-271-1/+0
* mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick2010-09-271-3/+3
* mesa: Force GL_ARB_copy_buffer to always be enabledIan Romanick2010-09-271-2/+2
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-3/+0
* mesa: Remove SGI_color_matrix.Eric Anholt2010-09-231-3/+0
* mesa: Remove SGI_color_table.Eric Anholt2010-09-231-3/+0
* mesa: Remove EXT_histogram.Eric Anholt2010-09-231-3/+0
* mesa: Remove the non-required ARB_imaging extension.Eric Anholt2010-09-231-4/+1
* mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul2010-09-211-7/+0
* mesa: don't expose unsupported GL_ARB_geometry_shader4 for nowLuca Barbieri2010-09-051-1/+2
* mesa: fix some printf warnings with castsBrian Paul2010-09-021-1/+1
* mesa: initial support for new GL 3.0 texture formatsBrian Paul2010-07-071-2/+4
* mesa: extension flags and version testing for GL 3.x featuresBrian Paul2010-07-011-1/+17
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-0/+4