Skip to content

freedreno/a6xx: split up gmem/tile alignment requirements

Jonathan Marek requested to merge flto/mesa:freedreno-layout into master

This is mostly about the freedreno/a6xx: split up gmem/tile alignment requirements part, which will be needed for a650 (it has a NPOT tile alignment, but resources are still aligned to 64/128, this will also keep the NPOT tile alignment contained to calculate_tiles)

Merge request reports