freedreno/a5xx: Set MIN_LAYERSZ on 3D textures like we do on a6xx.
These fields (TILE_ALL and MIN_LAYERSZ) seem to be the same on a5xx as a6xx, having looked at some UBWC vs non-UBWC texturator cases. Setting MIN_LAYERSZ does fix the 3D fail we see in the CTS. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5127>
This commit is contained in:
@@ -9,7 +9,6 @@ dEQP-GLES2.functional.texture.specification.basic_copytexsubimage2d.2d_luminance
|
||||
dEQP-GLES2.functional.texture.specification.basic_copytexsubimage2d.2d_rgb
|
||||
dEQP-GLES2.functional.texture.specification.basic_copytexsubimage2d.2d_rgba
|
||||
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_mag_reverse_dst_y
|
||||
dEQP-GLES3.functional.texture.specification.texstorage3d.size.3d_57x63x11_2_levels
|
||||
dEQP-GLES3.functional.transform_feedback.array.interleaved.lines.lowp_float
|
||||
dEQP-GLES3.functional.transform_feedback.array.interleaved.lines.mediump_int
|
||||
dEQP-GLES3.functional.transform_feedback.array.interleaved.points.highp_mat3x2
|
||||
|
||||
Reference in New Issue
Block a user