diff options
author | Lyude <[email protected]> | 2017-05-24 15:42:41 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2017-06-02 23:19:42 -0400 |
commit | 98fc0243ef7b0ce1e11061738756b0827c0d3c42 (patch) | |
tree | 78375f25e3a9b4e3bb760ffdbe2923444926e74e /docs/relnotes | |
parent | 4dafc4c99afef8bd8cfd69b9c8c8db59c429ea8c (diff) |
nvc0: Add support for ARB_post_depth_coverage
Reviewed-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/17.2.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/17.2.0.html b/docs/relnotes/17.2.0.html index 426bb72a51e..135d1e81ddc 100644 --- a/docs/relnotes/17.2.0.html +++ b/docs/relnotes/17.2.0.html @@ -44,6 +44,7 @@ Note: some of the new features are only available with certain drivers. </p> <ul> +<li>GL_ARB_post_depth_coverage on nvc0 (GM200+)</li> <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> |