aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_extensions.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Enable GL_ARB_texture_view on Broadwell.Kenneth Graunke2014-05-071-4/+1
* i965: Enable INTEL_performance_query for Gen5+.Petri Latvala2014-05-021-1/+3
* mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objectsIan Romanick2014-05-021-1/+0
* i965: Enable ARB_texture_view on Gen7Chris Forbes2014-04-101-0/+4
* i965: Stop advertising GL_MESA_ycbcr_texture.Kenneth Graunke2014-04-091-1/+0
* i965: Enable ARB_vertex_type_10f_11f_11f_rev for Gen4/5 also.Chris Forbes2014-03-221-1/+1
* i965: Add support for GL_ARB_buffer_storage.Eric Anholt2014-03-141-0/+1
* i965: Implement ARB_stencil_texturing on Gen8+.Kenneth Graunke2014-03-041-0/+4
* mesa: GL_ARB_half_float_pixel is not optionalIan Romanick2014-02-111-1/+0
* i965: Enable ARB_texture_gather for one component on Gen6.Chris Forbes2014-02-081-1/+1
* i965/cs: Allow ARB_compute_shader to be enabled via env var.Paul Berry2014-02-051-0/+3
* mesa: GL_EXT_framebuffer_blit is not optionalIan Romanick2014-01-271-1/+0
* i965: Enable ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-201-0/+6
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* mesa: GL_EXT_packed_depth_stencil is not optionalIan Romanick2013-12-201-1/+0
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-5/+5
* mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_arrayIan Romanick2013-12-041-1/+0
* i965: Skip the register write check on Broadwell.Kenneth Graunke2013-12-021-1/+5
* i965: Enable ARB_draw_indirect (and ARB_multi_draw_indirect) on Gen7+Chris Forbes2013-11-251-0/+1
* intel: enable GL_AMD_vertex_shader_layer extension for gen7+Jordan Justen2013-11-231-0/+1
* i965: Enable the AMD_performance_monitor extension on Gen5+.Kenneth Graunke2013-11-211-0/+61
* i965/gen7: Expose ARB_shader_atomic_counters.Francisco Jerez2013-11-071-0/+3
* Revert "i965: Add support for GL_AMD_performance_monitor on Ironlake."Kenneth Graunke2013-11-071-3/+0
* i965: Enable ARB_vertex_type_10f_11f_11f_rev on Gen6+.Chris Forbes2013-11-081-0/+1
* i965: Enable ARB_sample_shading on intel hardware >= gen6Anuj Phogat2013-11-011-0/+1
* i965: Enable the ARB_transform_feedback_instanced extension on Gen7+.Kenneth Graunke2013-10-311-0/+1
* i965: Enable the ARB_transform_feedback3 extension on Gen7+.Kenneth Graunke2013-10-311-0/+1
* i965: Enable ARB_transform_feedback2 on Gen7+ if register writes work.Kenneth Graunke2013-10-311-1/+61
* i965: Add support for GL_ARB_texture_buffer_range.Eric Anholt2013-10-231-0/+1
* i965: Implement ARB_texture_mirror_clamp_to_edge.Kenneth Graunke2013-10-211-0/+1
* i965: Enable OpenGL 3.3 and GLSL 3.30.Kenneth Graunke2013-10-181-1/+1
* i965: Turn on GLSL 1.50 and GL 3.2 support for i965 gen7.Paul Berry2013-10-121-1/+3
* i965: Enable ARB_conservative_depth for Gen7+.Chris Forbes2013-10-061-0/+1
* i965: enable ARB_texture_query_levels on Gen6+Chris Forbes2013-10-051-0/+1
* i965: Enable ARB_texture_gather on Gen7Chris Forbes2013-10-031-0/+4
* i965: Add support for GL_AMD_performance_monitor on Ironlake.Kenneth Graunke2013-09-261-0/+3
* mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mixIan Romanick2013-09-131-1/+1
* i965: Enable MESA_shader_integer_mix.Matt Turner2013-09-091-0/+1
* i965: Enable AMD_seamless_cubemap_per_textureIan Romanick2013-09-081-0/+1
* i965: enable image external sampling for imported dma-buffersTopi Pohjolainen2013-08-021-0/+1
* i965: Enable the GL_ARB_shading_language_420pack extension on Gen6+.Kenneth Graunke2013-07-181-0/+1
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-5/+4
* i965: Shorten context base class dereference chains.Kenneth Graunke2013-07-091-2/+1
* i965: Move intel_context::bufmgr to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965: Move intel_context::optionCache to brw_context.Kenneth Graunke2013-07-091-2/+3
* i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke2013-07-091-1/+1
* i965: Move contents of intel_extensions.h to intel_context.h.Kenneth Graunke2013-07-031-1/+0
* i965: Enable ext_framebuffer_multisample_blit_scaled on intel h/wAnuj Phogat2013-07-011-0/+1
* mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadowIan Romanick2013-06-281-1/+0
* mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_...Ian Romanick2013-06-281-1/+0