Skip to content

blorp: Handle stencil buffer compression on blitter engine

Sagar Ghuge requested to merge sagarghuge/mesa:review/stc_ccs_on_blitter into main

What does this MR do and why?

XY_BLOCK_COPY_BLT and XY_FAST_COLOR_BLT instruction supports AUX_CCS
surface mode. Stencil buffer compression is stencil data with CCS so we
can easily support that on the blitter engine.

Merge request reports