tu: Expose VK_KHR_dynamic_rendering_local_read
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31261>
This commit is contained in:
@@ -515,7 +515,7 @@ Khronos extensions that are not part of any Vulkan version:
|
||||
VK_KHR_deferred_host_operations DONE (anv, hasvk, lvp, radv)
|
||||
VK_KHR_display DONE (anv, nvk, pvr, radv, tu, v3dv)
|
||||
VK_KHR_display_swapchain not started
|
||||
VK_KHR_dynamic_rendering_local_read DONE (lvp, nvk, radv)
|
||||
VK_KHR_dynamic_rendering_local_read DONE (lvp, nvk, radv, tu)
|
||||
VK_KHR_external_fence_fd DONE (anv, hasvk, nvk, panvk, pvr, radv, tu, v3dv, vn)
|
||||
VK_KHR_external_fence_win32 not started
|
||||
VK_KHR_external_memory_fd DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn)
|
||||
|
@@ -158,6 +158,7 @@ get_device_extensions(const struct tu_physical_device *device,
|
||||
.KHR_draw_indirect_count = true,
|
||||
.KHR_driver_properties = true,
|
||||
.KHR_dynamic_rendering = true,
|
||||
.KHR_dynamic_rendering_local_read = true,
|
||||
.KHR_external_fence = true,
|
||||
.KHR_external_fence_fd = true,
|
||||
.KHR_external_memory = true,
|
||||
@@ -461,6 +462,9 @@ tu_get_features(struct tu_physical_device *pdevice,
|
||||
features->computeDerivativeGroupQuads = pdevice->info->chip >= 7;
|
||||
features->computeDerivativeGroupLinear = pdevice->info->chip >= 7;
|
||||
|
||||
/* VK_KHR_dynamic_rendering_local_read */
|
||||
features->dynamicRenderingLocalRead = true;
|
||||
|
||||
/* VK_KHR_index_type_uint8 */
|
||||
features->indexTypeUint8 = true;
|
||||
|
||||
|
Reference in New Issue
Block a user