Skip to content

radv: Implement binning for gfx10

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:gfx10-binning into master

This adds some cleanups for gfx9 as well, from radeonsi.

There are some differences between amdvlk and radeonsi though, wrt a multiplier of 4 for depth bytes per pixel. I followed radeonsi for now, can benchmark things as a follow up.

Merge request reports