i965/cnl: Update few assertions
[mesa.git] / src / intel / compiler / brw_compiler.h
index 95cbfb7c33ea85213c544e86ff4a292415b36c48..78873744ce5f13571324307dd2f1c9b79079b327 100644 (file)
@@ -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: {