diff options
| author | Ella Stanforth <ella.stanforth@imgtec.com> | 2024-06-05 12:53:09 +0100 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-10-14 17:22:00 +0000 |
| commit | 85b170ab411f80d9deac4d1a6b221ab42be54267 (patch) | |
| tree | 68ba8fc81aeeaf414731cb8bdb9d51a358729e9e /docs | |
| parent | 38c3c89b0d969c7a633e0b2fc1634c36547a2f8d (diff) | |
pvr: implement buffer device address
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37726>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/features.txt | 2 | ||||
| -rw-r--r-- | docs/relnotes/new_features.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index acb89291fe6..694aca28a07 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -462,7 +462,7 @@ Vulkan 1.1 -- all DONE: anv, hk, lvp, nvk, panvk/v10+, pvr, radv, tu, vn Vulkan 1.2 -- all DONE: anv, hk, nvk, panvk/v10+, pvr, tu, vn VK_KHR_8bit_storage DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu/a750+, v3dv, vn) - VK_KHR_buffer_device_address DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn) + VK_KHR_buffer_device_address DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn) VK_KHR_create_renderpass2 DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn) VK_KHR_depth_stencil_resolve DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn) VK_KHR_draw_indirect_count DONE (anv, dzn, hasvk, lvp, nvk, panvk/v10+, radv, tu, vn) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 705fb6eca03..2e93d4eea95 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -83,3 +83,4 @@ VK_KHR_device_group_creation on pvr VK_KHR_map_memory2 on pvr VK_EXT_map_memory_placed on pvr VK_KHR_device_group on pvr +VK_KHR_buffer_device_address on pvr |