Skip to content

intel/blorp: allow shrinking a surface with an aux buffer used for CCS

Fixes the following tests:

dEQP-VK.api.copy_and_blit.*.image_to_image.dimensions.*

This is needed because blorp can't copy RGB surfaces and fakes it by using an 1-component format that's 3 times wider, which exceeds the size limit, thus requiring a shrink.

Edited by Arcady Goldmints-Orlov

Merge request reports