Skip to content

freedreno: Fix attempts to push UBO contents past the constlen on pre-a6xx.

Emma Anholt requested to merge anholt/mesa:fd-a3xx-ubo into master

The binning variant likely won't have any UBO load code in it, so we were writing past constlen (and sometimes asserting about it) when loading more than one ubo block.

Merge request reports