mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
intel/isl/gen6: Allow arrayed stencil
Nothing prevents arrayed stencil surfaces even though hardware doesn't support mipmapping. Reviewed-by: Nanley Chery <nanley.g.chery@intel.com> Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
This commit is contained in:
parent
e3f5b8ac16
commit
0d1af164e1
1 changed files with 0 additions and 1 deletions
|
|
@ -447,7 +447,6 @@ isl_choose_array_pitch_span(const struct isl_device *dev,
|
|||
* the storage for LODs other than LOD 0 is not needed.
|
||||
*/
|
||||
assert(info->levels == 1);
|
||||
assert(phys_level0_sa->array_len == 1);
|
||||
return ISL_ARRAY_PITCH_SPAN_COMPACT;
|
||||
} else {
|
||||
if ((ISL_DEV_GEN(dev) == 5 || ISL_DEV_GEN(dev) == 6) &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue