Skip to content

iris: Add support for damage region

José Roberto de Souza requested to merge zehortigoza/mesa:damage-region into main

What does this MR do and why?

Newer compositor sends the damaged region of the screen, with this we can reduce the rendering area discarding vertices outside of damaged area.

TODO: still need to grab perf numbers

Merge request reports