mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
panfrost: Set .array_size on Bifrost
Fixes dEQP-GLES2.functional.texture.mipmap.cube.generate.rgba8888_nicest Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7408>
This commit is contained in:
parent
eaf0be88f6
commit
6dc6b8ad9f
1 changed files with 1 additions and 0 deletions
|
|
@ -474,6 +474,7 @@ panfrost_new_texture_bifrost(
|
|||
cfg.swizzle = swizzle;
|
||||
cfg.texel_ordering = panfrost_modifier_to_layout(modifier);
|
||||
cfg.levels = last_level - first_level;
|
||||
cfg.array_size = array_size;
|
||||
cfg.surfaces = payload->gpu;
|
||||
|
||||
/* We specify API-level LOD clamps in the sampler descriptor
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue