Skip to content

iris: Add fast clear support.

Rafael Antognolli requested to merge rantogno/mesa:iris/fast-clear into master

This series adds support for fast clearing color and depth surfaces. It already stores the clear color (and depth) into a clear_color_bo that can be used later to simply "fixup" the surface state. Later for gen11+, we can avoid that step since the surface state can simply point to that BO.

Merge request reports