summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2019-07-05 17:30:08 -0400
committerMarek Olšák <marek.olsak@amd.com>2019-07-19 20:16:19 -0400
commit79d56e6a4a5337b8b671b999b14743051291e431 (patch)
tree295251b0eebf258f4053a32245a2af0ca8744027 /docs
parenta57f0f8a6baa118603a0241c38b9c26024da6049 (diff)
downloadmesa-79d56e6a4a5337b8b671b999b14743051291e431.tar.gz
radeonsi/gfx10: implement ARB_post_depth_coverage
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt2
-rw-r--r--docs/relnotes/19.2.0.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 2312dac7a24..831a9a6884b 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 DONE (i965)
GL_ARB_gpu_shader_int64 DONE (i965/gen8+, nvc0, radeonsi, softpipe, llvmpipe)
GL_ARB_parallel_shader_compile DONE (all drivers)
- GL_ARB_post_depth_coverage DONE (i965, nvc0)
+ GL_ARB_post_depth_coverage DONE (i965, nvc0, radeonsi)
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, radeonsi, r600, softpipe, swr, virgl)
diff --git a/docs/relnotes/19.2.0.html b/docs/relnotes/19.2.0.html
index 971958517a1..20eb8d3d04f 100644
--- a/docs/relnotes/19.2.0.html
+++ b/docs/relnotes/19.2.0.html
@@ -39,6 +39,7 @@ TBD.
<h2>New features</h2>
<ul>
+<li>GL_ARB_post_depth_coverage on radeonsi (Navi)</li>
<li>EGL_EXT_platform_device</li>
<li>VK_EXT_queue_family_foreign for radv</li>
<li>VK_EXT_shader_demote_to_helper_invocation on Intel.</li>