summaryrefslogtreecommitdiff
path: root/src/mesa/main/extensions.c
AgeCommit message (Expand)Author
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
2010-09-02mesa: fix some printf warnings with castsBrian Paul
2010-07-07mesa: initial support for new GL 3.0 texture formatsBrian Paul
2010-07-01mesa: extension flags and version testing for GL 3.x featuresBrian Paul
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
2010-06-05mesa: add ARB_texture_swizzle as alias of EXT_texture_swizzle, update relnotesMarek Olšák
2010-05-11mesa: remove unused headerBrian Paul
2010-05-10mesa: more transform feedback infrastructureBrian Paul
2010-04-22mesa: Compute extension string according to APIKristian Høgsberg
2010-04-22es2: Move over es2 code to compute extensionsKristian Høgsberg
2010-04-06mesa: Add OES_EGL_image to extension list.Chia-I Wu
2010-04-04mesa: don't turn on GL_EXT_transform_feedback yetBrian Paul
2010-04-04mesa: new extension flag for GL_EXT/ARB_draw_instancedBrian Paul
2010-03-30mesa: add EXT_transform_feedback to extension listBrian Paul