i965: Enable ARB_texture_gather on Gen7
[mesa.git] / src / mesa / drivers / dri / i965 / intel_extensions.c
2013-10-02 Chris Forbesi965: Enable ARB_texture_gather on Gen7
2013-09-26 Kenneth Graunkei965: Add support for GL_AMD_performance_monitor on...
2013-09-13 Ian Romanickmesa: Rename MESA_shader_integer_mix to EXT_shader_inte...
2013-09-09 Matt Turneri965: Enable MESA_shader_integer_mix.
2013-09-08 Ian Romanicki965: Enable AMD_seamless_cubemap_per_texture
2013-08-02 Topi Pohjolaineni965: enable image external sampling for imported dma...
2013-07-18 Kenneth Graunkei965: Enable the GL_ARB_shading_language_420pack extens...
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Shorten context base class dereference chains.
2013-07-09 Kenneth Graunkei965: Move intel_context::bufmgr to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::optionCache to brw_context.
2013-07-09 Kenneth Graunkei965: Replace #include "intel_context.h" with brw_conte...
2013-07-03 Kenneth Graunkei965: Move contents of intel_extensions.h to intel_cont...
2013-07-01 Anuj Phogati965: Enable ext_framebuffer_multisample_blit_scaled...
2013-06-28 Ian Romanickmesa: GL_EXT_shadow_funcs is not optional with GL_ARB_s...
2013-06-28 Ian Romanickmesa: GL_ARB_texture_storage_multisample is not optiona...
2013-06-28 Ian Romanickmesa: GL_ARB_texture_storage is not optional
2013-06-28 Ian Romanickmesa: GL_ARB_shading_language_100 is not optional
2013-06-28 Ian Romanickmesa: GL_ARB_shader_objects is not optional
2013-06-28 Ian Romanickmesa: GL_NV_blend_square is not optional
2013-06-28 Ian Romanickmesa: GL_EXT_fog_coord is not optional
2013-06-28 Ian Romanickmesa: GL_EXT_secondary_color is not optional
2013-06-28 Ian Romanickmesa: GL_EXT_framebuffer_object is not optional
2013-06-28 Ian Romanicki965: Merge the two GEN >= 6 extension enable blocks
2013-06-28 Ian Romanicki965: Move GEN >= 4 extensions into the "always on...
2013-06-28 Ian Romanicki965: Move GEN >= 3 extensions into the "always on...
2013-06-26 Eric Anholti965: Move the remaining intel code to the i965 directory.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-12 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-01-26 Brian Paulintel: move intelInitExtensions() and related code...