diff options
author | Glenn Kennard <[email protected]> | 2015-10-16 01:53:47 +0200 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2015-11-11 08:36:08 +1000 |
commit | c878d61124397706072e0f7f5a694a8bf644cc91 (patch) | |
tree | 83ffb12a1727567f25b4422ece48d9e81ca4b9a9 /docs/GL3.txt | |
parent | a1fc78911e9a6439db94d6ae91d5672c76e5fb1c (diff) |
r600g: Implement ARB_texture_view
Signed-off-by: Glenn Kennard <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Signed-off-by: Dave Airlie <[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 7abdcd8dea1..845672b07d5 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -169,7 +169,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, nv50, nvc0, radeonsi, llvmpipe, softpipe) + GL_ARB_texture_view DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe) GL_ARB_vertex_attrib_binding DONE (all drivers) |