s/Tungsten Graphics/VMware/
[mesa.git] / src / mesa / drivers / dri / i965 / intel_extensions.c
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-21 Ian Romanickmesa: GL_EXT_packed_depth_stencil is not optional
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-12-05 Ian Romanickmesa: Use a single enable for GL_EXT_texture_array...
2013-12-02 Kenneth Graunkei965: Skip the register write check on Broadwell.
2013-11-25 Chris Forbesi965: Enable ARB_draw_indirect (and ARB_multi_draw_indi...
2013-11-23 Jordan Justenintel: enable GL_AMD_vertex_shader_layer extension...
2013-11-21 Kenneth Graunkei965: Enable the AMD_performance_monitor extension...
2013-11-07 Francisco Jerezi965/gen7: Expose ARB_shader_atomic_counters.
2013-11-07 Kenneth GraunkeRevert "i965: Add support for GL_AMD_performance_monito...
2013-11-07 Chris Forbesi965: Enable ARB_vertex_type_10f_11f_11f_rev on Gen6+.
2013-11-01 Anuj Phogati965: Enable ARB_sample_shading on intel hardware ...
2013-10-31 Kenneth Graunkei965: Enable the ARB_transform_feedback_instanced exten...
2013-10-31 Kenneth Graunkei965: Enable the ARB_transform_feedback3 extension...
2013-10-31 Kenneth Graunkei965: Enable ARB_transform_feedback2 on Gen7+ if regist...
2013-10-23 Eric Anholti965: Add support for GL_ARB_texture_buffer_range.
2013-10-22 Kenneth Graunkei965: Implement ARB_texture_mirror_clamp_to_edge.
2013-10-18 Kenneth Graunkei965: Enable OpenGL 3.3 and GLSL 3.30.
2013-10-12 Paul Berryi965: Turn on GLSL 1.50 and GL 3.2 support for i965...
2013-10-05 Chris Forbesi965: Enable ARB_conservative_depth for Gen7+.
2013-10-05 Chris Forbesi965: enable ARB_texture_query_levels on Gen6+
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...