zink: reenable unsynchronized texture subdata without HIC

now that the mapping issue is fixed, this should work everywhere

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36076>
This commit is contained in:
Mike Blumenkrantz
2025-07-11 12:00:53 -04:00
committed by Marge Bot
parent 841080ed42
commit 750dd55a4a
+1 -1
View File
@@ -5634,7 +5634,7 @@ zink_context_create(struct pipe_screen *pscreen, void *priv, unsigned flags)
.is_resource_busy = zink_context_is_resource_busy,
.driver_calls_flush_notify = !screen->driver_workarounds.track_renderpasses,
.unsynchronized_get_device_reset_status = true,
.unsynchronized_texture_subdata = screen->info.have_EXT_host_image_copy,
.unsynchronized_texture_subdata = true,
.parse_renderpass_info = screen->driver_workarounds.track_renderpasses,
.dsa_parse = zink_tc_parse_dsa,
.fs_parse = zink_tc_parse_fs,