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
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