Skip to content

write-after-clear: Show multi-layer clear bug in iris

Nanley Chery requested to merge nchery/piglit:bug/layered-fc into master

In iris, multi-layer clears on color surfaces are currently skipped when the driver realizes that the first layer doesn't need to be cleared. The driver should also be taking into account the fact that other layers are involved in the clear operation.

Merge request reports