diff --git a/src/intel/compiler/brw_compiler.h b/src/intel/compiler/brw_compiler.h index c8e6f05c38f..a7d8cb2dcfc 100644 --- a/src/intel/compiler/brw_compiler.h +++ b/src/intel/compiler/brw_compiler.h @@ -1645,7 +1645,7 @@ brw_stage_has_packed_dispatch(ASSERTED const struct intel_device_info *devinfo, * enabled by setting the macro below to true. */ #define ENABLE_FS_TEST_DISPATCH_PACKING false - assert(devinfo->ver <= 12); + assert(devinfo->ver <= 20); switch (stage) { case MESA_SHADER_FRAGMENT: {