diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 2 | ||||
-rw-r--r-- | docs/relnotes/17.2.0.html | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/features.txt b/docs/features.txt index 5f63632e82c..b62b5be42c2 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -297,7 +297,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_ARB_shader_draw_parameters DONE (i965, nvc0, radeonsi) GL_ARB_shader_group_vote DONE (nvc0, radeonsi) GL_ARB_shader_stencil_export DONE (i965/gen9+, radeonsi, softpipe, llvmpipe, swr) - GL_ARB_shader_viewport_layer_array DONE (i965/gen6+, radeonsi) + GL_ARB_shader_viewport_layer_array DONE (i965/gen6+, nvc0, radeonsi) GL_ARB_sparse_buffer DONE (radeonsi/CIK+) GL_ARB_sparse_texture not started GL_ARB_sparse_texture2 not started diff --git a/docs/relnotes/17.2.0.html b/docs/relnotes/17.2.0.html index 5d9d7db44c9..c96b18a91fe 100644 --- a/docs/relnotes/17.2.0.html +++ b/docs/relnotes/17.2.0.html @@ -44,7 +44,9 @@ Note: some of the new features are only available with certain drivers. </p> <ul> -TBD +<li>GL_ARB_shader_viewport_layer_array on nvc0 (GM200+)</li> +<li>GL_AMD_vertex_shader_layer on nvc0 (GM200+)</li> +<li>GL_AMD_vertex_shader_viewport_index on nvc0 (GM200+)</li> </ul> <h2>Bug fixes</h2> |