diff --git a/src/panfrost/lib/midgard.xml b/src/panfrost/lib/midgard.xml index dfcbf73de26..6fb896d5b4d 100644 --- a/src/panfrost/lib/midgard.xml +++ b/src/panfrost/lib/midgard.xml @@ -521,7 +521,7 @@ - + diff --git a/src/panfrost/lib/pan_blit.c b/src/panfrost/lib/pan_blit.c index 9967e211d37..af91bc91675 100644 --- a/src/panfrost/lib/pan_blit.c +++ b/src/panfrost/lib/pan_blit.c @@ -270,6 +270,7 @@ panfrost_load_midg( cfg.stencil_front.stencil_fail = MALI_STENCIL_OP_REPLACE; cfg.stencil_front.depth_fail = MALI_STENCIL_OP_REPLACE; cfg.stencil_front.depth_pass = MALI_STENCIL_OP_REPLACE; + cfg.stencil_front.mask = 0xFF; cfg.stencil_back = cfg.stencil_front;