aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_extensions.c
Commit message (Expand)AuthorAgeFilesLines
* 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