Skip to content

v3d: use job's nr_cbufs field

Juan A. Suárez requested to merge jasuarez/mesa:review/v3d-use-nrcbufs into master

Instead of computing the number of color buffers in the start binning function, just use the job's nr_cbufs, which already contains that value.

This is something I forgot to include when submitted !7816 (merged).

Merge request reports