Age | Commit message (Expand) | Author |
2011-02-28 | mesa: remove GL_SGI_texture_color_table support | Brian Paul |
2011-02-28 | glsl: Enable GL_OES_texture_3D extension for ES2. | Kenneth Graunke |
2011-02-28 | swrast: add RGTC support | Dave Airlie |
2011-01-28 | mesa: Fix available APIs for AMD_conservative_depth | Chad Versace |
2011-01-26 | mesa: fix compilation | Zack Rusin |
2011-01-26 | mesa: Allow extensions in MESA_EXTENSION_OVERRIDE to be prefixed with '+' | Chad Versace |
2011-01-26 | mesa: Simplify logic in get_extension_override() | Chad Versace |
2011-01-26 | mesa: Add AMD_conservative_depth to extension list | Chad Versace |
2011-01-23 | mesa: add ARB_framebuffer_sRGB as alias of the EXT variant | Marek Olšák |
2011-01-16 | mesa/swrast: implement EXT_texture_sRGB_decode | Dave Airlie |
2011-01-15 | mesa: begin implementation of GL_ARB_draw_buffers_blend | Brian Paul |
2011-01-15 | Merge branch 'draw-instanced' | Brian Paul |
2011-01-14 | mesa: Add extension enable bit for GL_ARB_ES2_compatibility. | Eric Anholt |
2011-01-13 | mesa: Change OES_standard_derivatives to be stand-alone extension | Chad Versace |
2011-01-12 | mesa: Move loop variable declarations outside for loop in extensions.c. | Vinson Lee |
2011-01-12 | mesa: Move declaration before code in extensions.c. | Vinson Lee |
2011-01-12 | mesa: Change OES_point_sprite to depend on ARB_point_sprite | Chad Versace |
2011-01-12 | mesa: Change dependencies of some OES extension strings | Chad Versace |
2011-01-12 | mesa: Add/remove extensions in extension string | Chad Versace |
2011-01-12 | mesa: Refactor handling of extension strings | Chad Versace |
2011-01-07 | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee |
2010-12-18 | mesa/swrast/st: add ARB_occlusion_query2 support. | Dave Airlie |
2010-12-16 | Remove OES_compressed_paletted_texture from the ES2 extension list. | Kenneth Graunke |
2010-12-13 | mesa, st/mesa: disable GL_ARB_geometry_shader4 | Brian Paul |
2010-12-10 | mesa: enable GL_ARB_draw_instanced for software drivers | Brian Paul |
2010-12-08 | mesa: Do not advertise GL_OES_texture_3D. | Chia-I Wu |
2010-10-28 | mesa: add extension table entry for GL_EXT_gpu_shader4 | Brian Paul |
2010-10-27 | swrast: Enable GL_EXT_separate_shader_objects in software paths | Ian Romanick |
2010-10-27 | mesa: Add infrastructure to track GL_EXT_separate_shader_objects | Ian Romanick |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-10-13 | glsl: add support for shader stencil export | Dave Airlie |
2010-10-08 | main: Enable GL_ARB_explicit_attrib_location for swrast | Ian Romanick |
2010-10-07 | gles2: Add GL_EXT_texture_format_BGRA8888 support | Kristian Høgsberg |
2010-10-01 | mesa: Add ARB_texture_compression_rgtc as an alias for EXT_texture_compressio... | Ian Romanick |
2010-10-01 | mesa: Enable GL_ARB_texture_rg in software paths | Ian Romanick |
2010-09-27 | Remove GL_EXT_cull_vertex | Ian Romanick |
2010-09-27 | Remove GL_MESA_packed_depth_stencil | Ian Romanick |
2010-09-27 | mesa: Force GL_SGIS_generate_mipmap to always be enabled | Ian Romanick |
2010-09-27 | mesa: Force GL_ARB_copy_buffer to always be enabled | Ian Romanick |
2010-09-23 | mesa: Remove EXT_convolution. | Eric Anholt |
2010-09-23 | mesa: Remove SGI_color_matrix. | Eric Anholt |
2010-09-23 | mesa: Remove SGI_color_table. | Eric Anholt |
2010-09-23 | mesa: Remove EXT_histogram. | Eric Anholt |
2010-09-23 | mesa: Remove the non-required ARB_imaging extension. | Eric Anholt |
2010-09-21 | mesa: don't advertise bogus GL_ARB_shading_language_120 extension | Brian Paul |
2010-09-05 | mesa: don't expose unsupported GL_ARB_geometry_shader4 for now | Luca Barbieri |
2010-09-02 | mesa: fix some printf warnings with casts | Brian Paul |
2010-07-07 | mesa: initial support for new GL 3.0 texture formats | Brian Paul |
2010-07-01 | mesa: extension flags and version testing for GL 3.x features | Brian Paul |
2010-06-28 | mesa: initial support for ARB_geometry_shader4 | Zack Rusin |