diff options
author | Samuel Pitoiset <[email protected]> | 2019-10-07 10:26:22 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2019-10-09 08:43:14 +0200 |
commit | cbd6f0a0c2d04b4621f8d9002f7f28e5521d18c1 (patch) | |
tree | 5d7334b660e7ebaf74b7d85cb5533897bdeef5d3 /docs | |
parent | 0b7ecfdda5900135c26e8b94285b8addc1055f09 (diff) |
radv: implement VK_KHR_shader_clock
NIR->LLVM and ACO already support nir_intrinsic_shader_clock.
Signed-off-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/new_features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 19a958ae4a3..f51a9669bad 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -2,7 +2,7 @@ GL_ARB_gl_spirv on i965, iris. GL_ARB_spirv_extensions on i965, iris. GL_EXT_demote_to_helper_invocation on iris, i965. OpenGL 4.6 on i965, iris. -VK_KHR_shader_clock on Intel. +VK_KHR_shader_clock on Intel, RADV. VK_KHR_shader_float_controls on Intel. VK_EXT_shader_subgroup_ballot on Intel. VK_EXT_shader_subgroup_vote on Intel. |