diff options
author | Jason Ekstrand <[email protected]> | 2019-02-27 16:08:20 -0600 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2019-04-19 19:56:42 +0000 |
commit | 6e230d7607f9b3e082d00859bd7725c4dc87e5cf (patch) | |
tree | b16be9b8611f6700676a6637c7544991d8e884e3 /docs/relnotes | |
parent | d6c9bd6e01b4d593f362a3b5518a71acf2e83ca1 (diff) |
anv: Implement VK_EXT_descriptor_indexing
Now that everything is in place to do bindless for all resource types
except input attachments and UBOs, VK_EXT_descriptor_indexing is
"trivial".
Reviewed-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/19.1.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/19.1.0.html b/docs/relnotes/19.1.0.html index 36d6dbe27c3..e42fd5ab3bf 100644 --- a/docs/relnotes/19.1.0.html +++ b/docs/relnotes/19.1.0.html @@ -46,6 +46,7 @@ TBD. <li>GL_KHR_parallel_shader_compile on all drivers.</li> <li>VK_EXT_buffer_device_address on Intel and RADV.</li> <li>VK_NV_compute_shader_derivatives on Intel.</li> +<li>VK_EXT_descriptor_indexing on Intel.</li> </ul> <h2>Bug fixes</h2> |