zink: enable compute pbos for turnip
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30026>
This commit is contained in:
committed by
Marge Bot
parent
0208927bcf
commit
158369c38a
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user