index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_extensions.c
Age
Commit message (
Expand
)
Author
2010-09-27
Remove GL_EXT_cull_vertex
Ian Romanick
2010-09-27
mesa: Force GL_SGIS_generate_mipmap to always be enabled
Ian Romanick
2010-09-27
mesa: Force GL_ARB_copy_buffer to always be enabled
Ian Romanick
2010-09-23
mesa: Remove EXT_convolution.
Eric Anholt
2010-09-22
intel: Fix GL_ARB_shading_language_120 commit
Kristian Høgsberg
2010-09-21
mesa: don't advertise bogus GL_ARB_shading_language_120 extension
Brian Paul
2010-08-23
intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.
Eric Anholt
2010-05-26
i965: Add support for EXT_timer_query on Ironlake.
Eric Anholt
2010-04-06
mesa: Add OES_EGL_image to extension list.
Chia-I Wu
2010-03-05
APPLE_object_purgeable: intel
Chris Wilson
2010-02-23
i965: Enable GL_ARB_fragment_coord_conventions now that the GLSL is fixed.
Eric Anholt
2010-01-26
i965: Add support for EXT_draw_buffers2.
Eric Anholt
2010-01-23
i965: add support for ARB_half_float_vertex
Dave Airlie
2009-12-22
intel: Replace some gen3 IS_* checks with context structure usage.
Eric Anholt
2009-12-22
intel: Replace IS_965 checks with context structure usage.
Eric Anholt
2009-12-02
Merge branch 'mesa_7_7_branch'
Jakob Bornecrantz
2009-12-02
Merge commit 'mesa_7_6_branch' into mesa_7_7_branch
Jakob Bornecrantz
2009-12-01
intel: Remove GL_NV_point_sprite from extension list
Ian Romanick
2009-11-19
intel: Remove non-GEM support.
Eric Anholt
2009-11-12
intel: Don't check for context pointer to be NULL during extension init
Ian Romanick
2009-11-12
intel: Remove unused enable_imaging parameter to intelInitExtensions
Ian Romanick
2009-10-23
mesa: Enable remap table in core.
Chia-I Wu
2009-10-01
i915: Add stub ARB_occlusion_query support under a driconf debug option.
Eric Anholt
2009-10-01
i915: Add optional support for ARB_fragment_shader under a driconf option.
Eric Anholt
2009-10-01
i915: Enable ARB_vertex_shader for both i915 and i830.
Eric Anholt
2009-09-08
intel: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2009-09-08
i965: Add support for ARB_depth_clamp.
Eric Anholt
2009-09-03
intel: Add support for ARB_sync.
Eric Anholt
2009-08-28
intel: Add support for GL_ARB_map_buffer_range.
Eric Anholt
2009-08-27
intel: Add support for ARB_copy_buffer.
Eric Anholt
2009-08-14
i965: Add support for GL_ARB_seamless_cube_map
Ian Romanick
2009-08-04
intel: Add support for EXT_provoking_vertex.
Eric Anholt
2009-07-29
i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.
Eric Anholt
2009-07-29
i915: Add ARB_point_sprite since we already expose NV_point_sprite.
Eric Anholt
2009-06-29
intel: Enable EXT_gpu_program_parameters.
Eric Anholt
2009-06-22
intel: enable GL_ARB_vertex_array_object extension
Brian Paul
2009-06-15
enable ARB_half_float_pixel for intel drivers
Roland Scheidegger
2009-05-13
intel: enable GL_APPLE_vertex_array_object
Brian Paul
2009-03-28
i965: add support for signed rgba texture format
Roland Scheidegger
2009-03-12
i965: add support for ATI_envmap_bumpmap
Roland Scheidegger
2009-02-13
intel: turn on GL_ARB_shading_language_120
Brian Paul
2009-01-28
intel: Fix up some extension string issues
Ian Romanick
2009-01-28
Make GL_ARB_draw_buffers mandatory
Ian Romanick
2009-01-28
Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory
Ian Romanick
2009-01-28
Make GL_ARB_vertex_buffer_object mandatory
Ian Romanick
2009-01-28
Make GL_ARB_multisample mandatory
Ian Romanick
2009-01-28
Make GL_ARB_texture_compression mandatory
Ian Romanick
2009-01-28
i965: implement GL_EXT_texture_swizzle
Brian Paul
2009-01-26
intel: move intelInitExtensions() and related code into new intel_extensions.c
Brian Paul