summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_extensions.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-27intel: Enable GL_EXT_separate_shader_objects in Intel driversIan Romanick1-0/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-10-11intel_extensions: Add ability to set GLSL version via environmentChad Versace1-1/+18
2010-10-08intel: Enable GL_ARB_explicit_attrib_locationIan Romanick1-0/+1
2010-10-01i965: Enable GL_ARB_texture_rgIan Romanick1-0/+1
2010-09-27Remove GL_EXT_cull_vertexIan Romanick1-2/+0
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick1-1/+0
2010-09-27mesa: Force GL_ARB_copy_buffer to always be enabledIan Romanick1-2/+0
2010-09-23mesa: Remove EXT_convolution.Eric Anholt1-2/+0
2010-09-22intel: Fix GL_ARB_shading_language_120 commitKristian Høgsberg1-0/+3
2010-09-21mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul1-1/+0
2010-08-23intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.Eric Anholt1-1/+3
2010-05-26i965: Add support for EXT_timer_query on Ironlake.Eric Anholt1-0/+7
2010-04-06mesa: Add OES_EGL_image to extension list.Chia-I Wu1-0/+4
2010-03-05APPLE_object_purgeable: intelChris Wilson1-0/+3
2010-02-23i965: Enable GL_ARB_fragment_coord_conventions now that the GLSL is fixed.Eric Anholt1-0/+1
2010-01-26i965: Add support for EXT_draw_buffers2.Eric Anholt1-0/+2
2010-01-23i965: add support for ARB_half_float_vertexDave Airlie1-0/+1
2009-12-22intel: Replace some gen3 IS_* checks with context structure usage.Eric Anholt1-2/+1
2009-12-22intel: Replace IS_965 checks with context structure usage.Eric Anholt1-1/+1
2009-12-02Merge branch 'mesa_7_7_branch'Jakob Bornecrantz1-1/+0
2009-12-02Merge commit 'mesa_7_6_branch' into mesa_7_7_branchJakob Bornecrantz1-1/+0
2009-12-01intel: Remove GL_NV_point_sprite from extension listIan Romanick1-1/+0
2009-11-19intel: Remove non-GEM support.Eric Anholt1-11/+3
2009-11-12intel: Don't check for context pointer to be NULL during extension initIan Romanick1-7/+6
2009-11-12intel: Remove unused enable_imaging parameter to intelInitExtensionsIan Romanick1-4/+2
2009-10-23mesa: Enable remap table in core.Chia-I Wu1-1/+2
2009-10-01i915: Add stub ARB_occlusion_query support under a driconf debug option.Eric Anholt1-0/+5
2009-10-01i915: Add optional support for ARB_fragment_shader under a driconf option.Eric Anholt1-1/+9
2009-10-01i915: Enable ARB_vertex_shader for both i915 and i830.Eric Anholt1-4/+4
2009-09-08intel: Add support for ARB_draw_elements_base_vertex.Eric Anholt1-0/+2
2009-09-08i965: Add support for ARB_depth_clamp.Eric Anholt1-0/+1
2009-09-03intel: Add support for ARB_sync.Eric Anholt1-0/+2
2009-08-28intel: Add support for GL_ARB_map_buffer_range.Eric Anholt1-0/+2
2009-08-27intel: Add support for ARB_copy_buffer.Eric Anholt1-0/+2
2009-08-14i965: Add support for GL_ARB_seamless_cube_mapIan Romanick1-0/+1
2009-08-04intel: Add support for EXT_provoking_vertex.Eric Anholt1-0/+2
2009-07-29i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.Eric Anholt1-0/+2
2009-07-29i915: Add ARB_point_sprite since we already expose NV_point_sprite.Eric Anholt1-0/+1
2009-06-29intel: Enable EXT_gpu_program_parameters.Eric Anholt1-0/+2
2009-06-22intel: enable GL_ARB_vertex_array_object extensionBrian Paul1-0/+2
2009-06-15enable ARB_half_float_pixel for intel driversRoland Scheidegger1-0/+1
2009-05-13intel: enable GL_APPLE_vertex_array_objectBrian Paul1-0/+2
2009-03-28i965: add support for signed rgba texture formatRoland Scheidegger1-0/+1
2009-03-12i965: add support for ATI_envmap_bumpmapRoland Scheidegger1-0/+2
2009-02-13intel: turn on GL_ARB_shading_language_120Brian Paul1-4/+0
2009-01-28intel: Fix up some extension string issuesIan Romanick1-1/+18
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick1-1/+0
2009-01-28Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick1-2/+0
2009-01-28Make GL_ARB_vertex_buffer_object mandatoryIan Romanick1-2/+0