diff options
author | Anuj Phogat <[email protected]> | 2017-05-11 15:57:46 -0700 |
---|---|---|
committer | Anuj Phogat <[email protected]> | 2017-06-09 16:02:59 -0700 |
commit | 30e749c8f1cae530fbb7d24e1c5e7097f7cd1821 (patch) | |
tree | 776f5b186358a20e4ad6a423e20b78ed8aa1cd21 /src/intel | |
parent | 56b4d82729a045d8e06953a96bb4da2aa813d198 (diff) |
i965/cnl: Update few assertions
Signed-off-by: Anuj Phogat <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/compiler/brw_compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: { |