aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_extensions.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: GL_ARB_texture_storage is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_ARB_shading_language_100 is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_ARB_shader_objects is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_NV_blend_square is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_fog_coord is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_secondary_color is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_framebuffer_object is not optionalIan Romanick2013-06-281-1/+0
* i965: Merge the two GEN >= 6 extension enable blocksIan Romanick2013-06-281-7/+6
* i965: Move GEN >= 4 extensions into the "always on" listIan Romanick2013-06-281-43/+35
* i965: Move GEN >= 3 extensions into the "always on" listIan Romanick2013-06-281-17/+16
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-1/+188
* intel: move intelInitExtensions() and related code into new intel_extensions.cBrian Paul2009-01-261-0/+1