diff options
author | Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> | 2019-10-08 15:52:04 -0700 |
---|---|---|
committer | Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> | 2019-10-08 16:34:00 -0700 |
commit | 4327837be9aed5d26dd93677cdb747fa6198362e (patch) | |
tree | 8b0745d1c112f00a5b67ae8f52d1707834f40914 /docs | |
parent | 9560c9b498032341413f9e2870c8770ef1fff6e9 (diff) | |
download | mesa-4327837be9aed5d26dd93677cdb747fa6198362e.tar.gz mesa-4327837be9aed5d26dd93677cdb747fa6198362e.tar.bz2 mesa-4327837be9aed5d26dd93677cdb747fa6198362e.zip |
docs: Update recently enabled VK extensions on Intel
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/new_features.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 120093d8966..19a958ae4a3 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -2,4 +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_float_controls on Intel. +VK_EXT_shader_subgroup_ballot on Intel. +VK_EXT_shader_subgroup_vote on Intel. |