mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
Revert "panvk: disable imageCubeArray on bifrost"
This reverts commit 7d2c61c266f61e3a002345bf4a61cc9363cdffd4. Reviewed-by: Eric R. Smith <eric.smith@collabora.com> Reviewed-by: Benjamin Lee <benjamin.lee@collabora.com> Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32612>
This commit is contained in:
parent
3c40aba8b6
commit
fd5779c198
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ get_features(const struct panvk_physical_device *device,
|
|||
.depthBiasClamp = true,
|
||||
.robustBufferAccess = true,
|
||||
.fullDrawIndexUint32 = true,
|
||||
.imageCubeArray = arch >= 10,
|
||||
.imageCubeArray = true,
|
||||
.independentBlend = true,
|
||||
.sampleRateShading = true,
|
||||
.logicOp = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue