Skip to content

mesa/st: Set blend.dither before pipe->clear()

Alyssa Rosenzweig requested to merge alyssa/mesa:dither-clear into main

This passes through the dither state like we do for quad-based clears. Drivers that are able to dither fast clears MAY respect this hint. However, as dithering is completely implementation defined and implementations may ignore dithering altogether, this may be ignored. Existing drivers should have no behaviour change.

Signed-off-by: Alyssa Rosenzweig alyssa@collabora.com

Merge request reports