diff options
author | Ilia Mirkin <[email protected]> | 2014-08-20 20:19:38 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-09-12 00:57:45 -0400 |
commit | 95058bdec31d3faa76be01731a26939f3039a66b (patch) | |
tree | a209c3a2a20cd43158d7fc9729cc1b5d39ea99ef /docs/GL3.txt | |
parent | d82bd7eb060cf2fbb7282da38f28f6e7ea705e12 (diff) |
nv50,nvc0: enable ARB_texture_view
Signed-off-by: Ilia Mirkin <[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 f02ad67f3f5..5adc7598c0c 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -168,7 +168,7 @@ GL 4.3, GLSL 4.30: GL_ARB_texture_buffer_range DONE (nv50, nvc0, i965, r600, radeonsi, llvmpipe) GL_ARB_texture_query_levels DONE (all drivers that support GLSL 1.30) GL_ARB_texture_storage_multisample DONE (all drivers that support GL_ARB_texture_multisample) - GL_ARB_texture_view DONE (i965) + GL_ARB_texture_view DONE (i965, nv50, nvc0) GL_ARB_vertex_attrib_binding DONE (all drivers) |