Skip to content

nvc0/surface: dont submit a kick when the scissor state doesnt care

What does this MR do and why?

nvc0/surface: dont submit a kick when the scissor state doesnt care

Bit dirty but does the trick

Signed-off-by: Yusuf Khan <yusisamerican@gmail.com>

Small micro-optimization to this edge-case, mostly just a roundabout way of asking:

  1. Why we need to send a submit here when we want race-free state-tracking and 2. What would have to change in nvc0/nv50 to not send a endless numbers of submits everytime we want to draw a vbo.

Merge request reports