summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2021-03-12 14:44:29 -0500
committerMarge Bot <eric+marge@anholt.net>2021-03-17 23:15:12 +0000
commit3c72c867422495b1b6e1f5c9cca543ec9ad8a8f5 (patch)
treee61cedbee43322f99237e1d9f7b25143d0f0cb62 /docs
parentc49d88f6b2d1187b34839192b2f213825195ca19 (diff)
zink: Wire up ARB_post_depth_coverage
Just a matter of passing the bits through in the right place. Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9637>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt2
-rw-r--r--docs/relnotes/new_features.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 6117b17a034..4830127016a 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -304,7 +304,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve
GL_ARB_fragment_shader_interlock DONE (i965)
GL_ARB_gpu_shader_int64 DONE (i965/gen8+, nvc0, radeonsi, softpipe, llvmpipe, zink)
GL_ARB_parallel_shader_compile DONE (all drivers)
- GL_ARB_post_depth_coverage DONE (i965, nvc0, radeonsi, llvmpipe)
+ GL_ARB_post_depth_coverage DONE (i965, nvc0, radeonsi, llvmpipe, zink)
GL_ARB_robustness_isolation not started
GL_ARB_sample_locations DONE (nvc0)
GL_ARB_seamless_cubemap_per_texture DONE (etnaviv/SEAMLESS_CUBE_MAP, freedreno, i965, nvc0, r600, radeonsi, softpipe, swr, virgl)
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index c98a11086b4..52b8245f72a 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -5,3 +5,4 @@ Zink exposes GL 4.6 and ES 3.1
GL_EXT_depth_bounds_test on softpipe, zink
GL_EXT_texture_filter_minmax on nvc0 (gm200+)
GL_ARB_texture_filter_minmax on nvc0 (gm200+)
+GL_ARB_post_depth_coverage on zink