Skip to content

nv50: fix code uploads bigger than 0x10000 bytes

Karol Herbst requested to merge karolherbst/mesa:nv50/9571 into main

The hardware has a max limit on how much data we can upload in one go via the 2D engine. Just split the uploads up.

Merge request reports