diff options
author | Jordan Justen <[email protected]> | 2012-05-27 10:48:47 -0700 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2012-06-27 10:35:14 -0700 |
commit | 3588098ed85bbd6bacac5a8dd3774569f1314783 (patch) | |
tree | df48ca61b9318d6507b6a13f5b65c0ec8b539ff4 /docs | |
parent | 8fb1e4a4628caee9e80dcbc47f8f9c772db09419 (diff) |
i965: enable ARB_instanced_arrays extension
Set the step_rate value when drawing to implement
ARB_instanced_arrays for gen >= 4.
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 91ede50ca19..36d24725d05 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -81,7 +81,7 @@ GL_ARB_shader_bit_encoding DONE GL_ARB_texture_rgb10_a2ui DONE (r600) GL_ARB_texture_swizzle DONE (same as EXT version) (i965, r300, r600, swrast) GL_ARB_timer_query ~60% done (the EXT variant) -GL_ARB_instanced_arrays DONE (r300, r600) +GL_ARB_instanced_arrays DONE (i965, r300, r600) GL_ARB_vertex_type_2_10_10_10_rev DONE (r600) |