diff options
author | Bas Nieuwenhuizen <[email protected]> | 2019-01-24 02:06:27 +0100 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2019-02-06 22:37:38 +0100 |
commit | 13ab63bb62b6c47172de06b5d72ae43babd892df (patch) | |
tree | b731ce36c10c887735c6706a2747a843b83261db /docs/relnotes | |
parent | 3259e7b036f1708626e6036f6eb5e3f81260d7f8 (diff) |
radv: Implement VK_EXT_buffer_device_address.
v2: Also update the release notes.
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/19.1.0.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/19.1.0.html b/docs/relnotes/19.1.0.html index e6ea7c01fb2..69f8abbf17e 100644 --- a/docs/relnotes/19.1.0.html +++ b/docs/relnotes/19.1.0.html @@ -40,7 +40,7 @@ TBD. <ul> <li>GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension).</li> -<li>VK_EXT_buffer_device_address on Intel.</li> +<li>VK_EXT_buffer_device_address on Intel and RADV.</li> </ul> <h2>Bug fixes</h2> |