diff options
| author | Roland Scheidegger <roland.scheidegger@broadcom.com> | 2025-09-04 16:16:26 +0200 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-09-30 01:13:29 +0000 |
| commit | 7e0c0ba08c5a6810deb7a06405efa51c555f9b5e (patch) | |
| tree | 9edaa50b0051dd48a500dcc4cc080d61fb514665 /docs | |
| parent | dca33aa0a034df46179a30d84ff4c73c690a7e2a (diff) | |
lavapipe: implement VK_EXT_sample_locations
Seems to pass all relevant lavapipe vk cts tests
zink-lavapipe fails, but it's broken in zink, update ci expectation
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37603>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 56211d6a099..e5b24fe9cf8 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -655,7 +655,7 @@ Khronos extensions that are not part of any Vulkan version: VK_EXT_queue_family_foreign DONE (anv, hasvk, hk, nvk, lvp, panvk, pvr, radv, tu, v3dv, vn) VK_EXT_rasterization_order_attachment_access DONE (lvp, tu, vn) VK_EXT_robustness2 DONE (anv, hasvk, hk, lvp, nvk, panvk/v10+, radv, tu, vn) - VK_EXT_sample_locations DONE (anv, hasvk, hk, nvk, radv, tu/a650+, vn) + VK_EXT_sample_locations DONE (anv, hasvk, hk, nvk, radv, tu/a650+, vn, lavapipe) VK_EXT_shader_atomic_float DONE (anv, hasvk, lvp, radv, tu, vn) VK_EXT_shader_atomic_float2 DONE (anv, lvp, radv, vn) VK_EXT_shader_float8 DONE (radv/gfx12+) |