diff options
author | Nanley Chery <[email protected]> | 2018-05-16 11:11:04 -0700 |
---|---|---|
committer | Nanley Chery <[email protected]> | 2018-05-18 09:53:06 -0700 |
commit | 0ab25f05ab046532f57d683d460de5c35b74a78a (patch) | |
tree | c69ca9fa98c3d1f57acc8b471eb7ab80e98be66e /src/mesa/drivers/dri/i965/intel_mipmap_tree.c | |
parent | f88caf2321bbe809b9882fbc86f5aff718f68a75 (diff) |
i965: isl: Move the MCS gen7+ assertion into ISL
This is useful for every user of ISL. Drop the comment along the way to
match similar functions in ISL.
Reviewed-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_mipmap_tree.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.c b/src/mesa/drivers/dri/i965/intel_mipmap_tree.c index b783cf3abf1..5f19e23b018 100644 --- a/src/mesa/drivers/dri/i965/intel_mipmap_tree.c +++ b/src/mesa/drivers/dri/i965/intel_mipmap_tree.c @@ -1808,8 +1808,6 @@ intel_miptree_alloc_aux(struct brw_context *brw, aux_surf_ok = isl_surf_get_hiz_surf(&brw->isl_dev, &mt->surf, &aux_surf); break; case ISL_AUX_USAGE_MCS: - assert(brw->screen->devinfo.gen >= 7); /* MCS only used on Gen7+ */ - /* From the Ivy Bridge PRM, Vol 2 Part 1 p326: * * When MCS buffer is enabled and bound to MSRT, it is required that |