diff options
author | Marek Olšák <[email protected]> | 2019-07-05 17:30:08 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-07-19 20:16:19 -0400 |
commit | 79d56e6a4a5337b8b671b999b14743051291e431 (patch) | |
tree | 295251b0eebf258f4053a32245a2af0ca8744027 /docs/relnotes | |
parent | a57f0f8a6baa118603a0241c38b9c26024da6049 (diff) |
radeonsi/gfx10: implement ARB_post_depth_coverage
Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/19.2.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
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> |