diff options
Diffstat (limited to 'src/intel/blorp/blorp.c')
-rw-r--r-- | src/intel/blorp/blorp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/blorp/blorp.c b/src/intel/blorp/blorp.c index fe5dccdeb59..9c88658e8ac 100644 --- a/src/intel/blorp/blorp.c +++ b/src/intel/blorp/blorp.c @@ -294,6 +294,7 @@ blorp_hiz_op(struct blorp_batch *batch, struct blorp_surf *surf, blorp_params_init(¶ms); params.hiz_op = op; + params.full_surface_hiz_op = true; for (uint32_t a = 0; a < num_layers; a++) { const uint32_t layer = start_layer + a; |