diff options
author | Rhys Perry <[email protected]> | 2018-04-21 11:43:16 +0100 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2018-04-21 10:02:55 -0400 |
commit | cc35b76e99779e6360fdd25fb39fbf1092f938be (patch) | |
tree | b46e49bb9e3e2ca7b6d12a8e65808c85a84f76a3 /docs | |
parent | 6754c2e83d79f93b3a4c8c1c55ca4c5e3b965645 (diff) |
docs/features: mark GL_ARB_post_depth_coverage as DONE for nvc0
This was done a while ago but never marked on features.txt. Note that
this is only supported on GM200+.
Signed-off-by: Rhys Perry <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index b1eb9e91a2a..e786bbecf44 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -303,7 +303,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_ARB_fragment_shader_interlock not started GL_ARB_gpu_shader_int64 DONE (i965/gen8+, nvc0, radeonsi, softpipe, llvmpipe) GL_ARB_parallel_shader_compile not started, but Chia-I Wu did some related work in 2014 - GL_ARB_post_depth_coverage DONE (i965) + GL_ARB_post_depth_coverage DONE (i965, nvc0) GL_ARB_robustness_isolation not started GL_ARB_sample_locations not started GL_ARB_seamless_cubemap_per_texture DONE (i965, nvc0, radeonsi, r600, softpipe, swr) |