Skip to content

st/mesa, iris - stencil blit fixes

Kenneth Graunke requested to merge kwg/mesa:st-stencil-blits into master

This fixes get_blit_mask to handle DEPTH_STENCIL -> STENCIL blits, and then fixes iris to actually handle those properly. A few Piglit tests, and frameretrace, were hitting assertions in st/mesa on ReadPixels calls when using iris.

Merge request reports