From 30e749c8f1cae530fbb7d24e1c5e7097f7cd1821 Mon Sep 17 00:00:00 2001 From: Anuj Phogat Date: Thu, 11 May 2017 15:57:46 -0700 Subject: i965/cnl: Update few assertions Signed-off-by: Anuj Phogat Reviewed-by: Jason Ekstrand --- src/intel/compiler/brw_compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/intel') diff --git a/src/intel/compiler/brw_compiler.h b/src/intel/compiler/brw_compiler.h index 95cbfb7c33e..78873744ce5 100644 --- a/src/intel/compiler/brw_compiler.h +++ b/src/intel/compiler/brw_compiler.h @@ -1156,7 +1156,7 @@ brw_stage_has_packed_dispatch(const struct gen_device_info *devinfo, * to do a full test run with brw_fs_test_dispatch_packing() hooked up to * the NIR front-end before changing this assertion. */ - assert(devinfo->gen <= 9); + assert(devinfo->gen <= 10); switch (stage) { case MESA_SHADER_FRAGMENT: { -- cgit v1.2.3