Skip to content

crocus/gen6: fix depth blit blorp regression.

Dave Airlie requested to merge airlied/mesa:crocus-gen6-depth-regression into main

The tesseract fix broke depth blits using blorp as depth blits on gen6 are done using the color engine. Just disable aux up front on the destination for this case.

Merge request reports