mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
v3d: Disable PIPE_CAP_BLIT_BASED_TEXTURE_TRANSFER.
This reduces the runtime of dEQP-GLES3.functional.shaders.precision.* from 11.5s to 3.3s. This brings CTS runs down to 4 hours on one of my target devices.
This commit is contained in:
parent
6d5d89d25a
commit
ccce940947
1 changed files with 3 additions and 0 deletions
|
|
@ -131,6 +131,9 @@ v3d_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
|
|||
case PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT:
|
||||
return 1;
|
||||
|
||||
case PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFER:
|
||||
return 0;
|
||||
|
||||
case PIPE_CAP_GENERATE_MIPMAP:
|
||||
return v3d_has_feature(screen, DRM_V3D_PARAM_SUPPORTS_TFU);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue