zink: enable compute pbos for turnip

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30026>
This commit is contained in:
Mike Blumenkrantz
2024-07-03 13:25:49 -04:00
committed by Marge Bot
parent 0208927bcf
commit 158369c38a
-2
View File
@@ -855,8 +855,6 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
case PIPE_CAP_TEXTURE_TRANSFER_MODES: {
enum pipe_texture_transfer_mode mode = PIPE_TEXTURE_TRANSFER_BLIT;
if (!screen->is_cpu &&
/* this needs substantial perf tuning */
screen->info.driver_props.driverID != VK_DRIVER_ID_MESA_TURNIP &&
screen->info.have_KHR_8bit_storage &&
screen->info.have_KHR_16bit_storage &&
screen->info.have_KHR_shader_float16_int8)