diff options
author | Chris Forbes <[email protected]> | 2012-11-22 16:23:25 +1300 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-11-26 16:48:29 -0800 |
commit | 93c689a2dfa29cf3a4647432f0690bf76514b5bd (patch) | |
tree | 2e012f33a09b6a04a7faf7f2bd1c4be3b71b9013 /docs/GL3.txt | |
parent | 4a64efc01bef924d4b22d0878b1fef89e5e5bbac (diff) |
i965: Enable ARB_vertex_type_2_10_10_10_rev on Gen4+.
v2 (Kayden): Move the enable into an existing intel->gen >= 4 block
(as suggested by Ian).
Signed-off-by: Chris Forbes <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'docs/GL3.txt')
-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 9b87e8b02d2..aebba0bdf21 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -81,7 +81,7 @@ GL_ARB_texture_rgb10_a2ui DONE (i965, r600) GL_ARB_texture_swizzle DONE (same as EXT version) (i965, r300, r600, swrast) GL_ARB_timer_query DONE (i965) GL_ARB_instanced_arrays DONE (i965, r300, r600) -GL_ARB_vertex_type_2_10_10_10_rev DONE (r600) +GL_ARB_vertex_type_2_10_10_10_rev DONE (i965, r600) GL 4.0: |