> There's no need to intersect the partial_update region with the > scissor, since rendering outside of the partial_update area is > explicitly undefined.
I think the idea is less about need and more about an extra optimization. *Because* that outside rendering is explicitly undefined, it's valid for us to scissor it out and save bandwidth later, even if the app is too lazy to scissor itself. (Well-behaved apps should *also* scissor explicitly but you know, undefined means we can do whatever is fastest).
signature.asc
Description: PGP signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev