Skip to content

freedreno: Use the resource size rather than BO size for VFD_FETCH[].SIZE.

Emma Anholt requested to merge anholt/mesa:fd-vb-size-clamp into main

We should be using the API size to clamp, rather than what we allocated the BO into.

Fixes: #13 (closed)

(noticed this old issue had been accidentally tagged by something while I was looking for another issue)

Merge request reports