Skip to content

vulkan/wsi: Allow for larger linear images

Faith Ekstrand requested to merge gfxstrand/mesa:wsi/large-images into main

What does this MR do and why?

vulkan/wsi: Allow for larger linear images

For images of size 32768 × 32768 (which NVK allows), the linear image ends up being 4GB which overflows the uint32_t size as well as some of our alignment calculations.

Merge request reports