diff options
-rw-r--r-- | src/intel/blorp/blorp_genX_exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/blorp/blorp_genX_exec.h b/src/intel/blorp/blorp_genX_exec.h index 5e1312aa305..ec08b92aad0 100644 --- a/src/intel/blorp/blorp_genX_exec.h +++ b/src/intel/blorp/blorp_genX_exec.h @@ -1391,7 +1391,7 @@ blorp_emit_surface_states(struct blorp_batch *batch, } } -#if GEN_GEN >= 7 && GEN_GEN <= 10 +#if GEN_GEN >= 7 if (has_indirect_clear_color) { /* Updating a surface state object may require that the state cache be * invalidated. From the SKL PRM, Shared Functions -> State -> State |