aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_extensions.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Add support for ARB_sampler_objects.Eric Anholt2011-04-231-0/+1
* i965: Add support for NV_conditional_render.Eric Anholt2011-04-231-0/+1
* i965: Add support for ARB_texture_compression_rgtc.Eric Anholt2011-04-231-0/+1
* intel: Add support for ARB_color_buffer_float.Eric Anholt2011-04-201-0/+1
* intel: Add support for ARB_texture_float.Eric Anholt2011-04-201-0/+3
* mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)Dave Airlie2011-02-051-0/+1
* i965: add support for EXT_texture_sRGB_decodeDave Airlie2011-01-161-0/+1
* intel: Expose GL_ARB_ES2_compatibility.Eric Anholt2011-01-141-0/+2
* intel: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+2
* intel: expose ARB_framebuffer_object in the i915 driver.Eric Anholt2011-01-071-1/+1
* intel: Enable GL_EXT_separate_shader_objects in Intel driversIan Romanick2010-10-271-0/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* intel_extensions: Add ability to set GLSL version via environmentChad Versace2010-10-111-1/+18
* intel: Enable GL_ARB_explicit_attrib_locationIan Romanick2010-10-081-0/+1
* i965: Enable GL_ARB_texture_rgIan Romanick2010-10-011-0/+1
* Remove GL_EXT_cull_vertexIan Romanick2010-09-271-2/+0
* mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick2010-09-271-1/+0
* mesa: Force GL_ARB_copy_buffer to always be enabledIan Romanick2010-09-271-2/+0
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-2/+0
* intel: Fix GL_ARB_shading_language_120 commitKristian Høgsberg2010-09-221-0/+3
* mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul2010-09-211-1/+0
* intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.Eric Anholt2010-08-231-1/+3
* i965: Add support for EXT_timer_query on Ironlake.Eric Anholt2010-05-261-0/+7
* mesa: Add OES_EGL_image to extension list.Chia-I Wu2010-04-061-0/+4
* APPLE_object_purgeable: intelChris Wilson2010-03-051-0/+3
* i965: Enable GL_ARB_fragment_coord_conventions now that the GLSL is fixed.Eric Anholt2010-02-231-0/+1
* i965: Add support for EXT_draw_buffers2.Eric Anholt2010-01-261-0/+2
* i965: add support for ARB_half_float_vertexDave Airlie2010-01-231-0/+1
* intel: Replace some gen3 IS_* checks with context structure usage.Eric Anholt2009-12-221-2/+1
* intel: Replace IS_965 checks with context structure usage.Eric Anholt2009-12-221-1/+1
* Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2009-12-021-1/+0
|\
| * Merge commit 'mesa_7_6_branch' into mesa_7_7_branchJakob Bornecrantz2009-12-021-1/+0
| |\
| | * intel: Remove GL_NV_point_sprite from extension listIan Romanick2009-12-011-1/+0
* | | intel: Remove non-GEM support.Eric Anholt2009-11-191-11/+3
|/ /
* | intel: Don't check for context pointer to be NULL during extension initIan Romanick2009-11-121-7/+6
* | intel: Remove unused enable_imaging parameter to intelInitExtensionsIan Romanick2009-11-121-4/+2
* | mesa: Enable remap table in core.Chia-I Wu2009-10-231-1/+2
* | i915: Add stub ARB_occlusion_query support under a driconf debug option.Eric Anholt2009-10-011-0/+5
* | i915: Add optional support for ARB_fragment_shader under a driconf option.Eric Anholt2009-10-011-1/+9
* | i915: Enable ARB_vertex_shader for both i915 and i830.Eric Anholt2009-10-011-4/+4
* | intel: Add support for ARB_draw_elements_base_vertex.Eric Anholt2009-09-081-0/+2
* | i965: Add support for ARB_depth_clamp.Eric Anholt2009-09-081-0/+1
|/
* intel: Add support for ARB_sync.Eric Anholt2009-09-031-0/+2
* intel: Add support for GL_ARB_map_buffer_range.Eric Anholt2009-08-281-0/+2
* intel: Add support for ARB_copy_buffer.Eric Anholt2009-08-271-0/+2
* i965: Add support for GL_ARB_seamless_cube_mapIan Romanick2009-08-141-0/+1
* intel: Add support for EXT_provoking_vertex.Eric Anholt2009-08-041-0/+2
* i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.Eric Anholt2009-07-291-0/+2
* i915: Add ARB_point_sprite since we already expose NV_point_sprite.Eric Anholt2009-07-291-0/+1
* intel: Enable EXT_gpu_program_parameters.Eric Anholt2009-06-291-0/+2