mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-21 10:50:23 +01:00
lvp: promote VK_EXT_robustness2 to VK_KHR_robustness2
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39340>
This commit is contained in:
parent
559ef7342f
commit
28cda1732a
3 changed files with 5 additions and 3 deletions
|
|
@ -572,7 +572,7 @@ Khronos extensions that are not part of any Vulkan version:
|
|||
VK_KHR_ray_tracing_maintenance1 DONE (anv/gfx12.5+, lvp, radv/gfx10.3+, tu/a740+, vn)
|
||||
VK_KHR_ray_tracing_pipeline DONE (anv/gfx12.5+, lvp, radv/gfx10.3+, vn)
|
||||
VK_KHR_ray_tracing_position_fetch DONE (anv, lvp, radv/gfx10.3+, vn)
|
||||
VK_KHR_robustness2 DONE (anv, hasvk, hk, nvk, panvk/v10+, pvr, radv, tu, vn)
|
||||
VK_KHR_robustness2 DONE (anv, hasvk, hk, lvp, nvk, panvk/v10+, pvr, radv, tu, vn)
|
||||
VK_KHR_shader_bfloat16 DONE (anv/gfx12.5+, radv/gfx12+, vn)
|
||||
VK_KHR_shader_clock DONE (anv, hasvk, lvp, nvk, panvk, radv, tu, vn)
|
||||
VK_KHR_shader_maximal_reconvergence DONE (anv, hk, kk, lvp, nvk, panvk/v10+, radv, vn)
|
||||
|
|
|
|||
|
|
@ -29,3 +29,4 @@ VK_KHR_robustness2 on HoneyKrisp
|
|||
VK_KHR_robustness2 on hasvk
|
||||
VK_KHR_robustness2 on NVK
|
||||
VK_KHR_robustness2 on Turnip
|
||||
VK_KHR_robustness2 on lavapipe
|
||||
|
|
|
|||
|
|
@ -181,6 +181,7 @@ static const struct vk_device_extension_table lvp_device_extensions_supported =
|
|||
.KHR_ray_tracing_pipeline = true,
|
||||
.KHR_ray_tracing_position_fetch = true,
|
||||
.KHR_relaxed_block_layout = true,
|
||||
.KHR_robustness2 = true,
|
||||
.KHR_sampler_mirror_clamp_to_edge = true,
|
||||
.KHR_sampler_ycbcr_conversion = true,
|
||||
.KHR_separate_depth_stencil_layouts = true,
|
||||
|
|
@ -740,7 +741,7 @@ lvp_get_features(const struct lvp_physical_device *pdevice,
|
|||
/* VK_EXT_dynamic_rendering_unused_attachments */
|
||||
.dynamicRenderingUnusedAttachments = true,
|
||||
|
||||
/* VK_EXT_robustness2 */
|
||||
/* VK_KHR_robustness2 */
|
||||
.robustBufferAccess2 = true,
|
||||
.robustImageAccess2 = true,
|
||||
.nullDescriptor = true,
|
||||
|
|
@ -1229,7 +1230,7 @@ lvp_get_properties(const struct lvp_physical_device *device, struct vk_propertie
|
|||
.graphicsPipelineLibraryFastLinking = VK_TRUE,
|
||||
.graphicsPipelineLibraryIndependentInterpolationDecoration = VK_TRUE,
|
||||
|
||||
/* VK_EXT_robustness2 */
|
||||
/* VK_KHR_robustness2 */
|
||||
.robustStorageBufferAccessSizeAlignment = 1,
|
||||
.robustUniformBufferAccessSizeAlignment = 1,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue