aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Pohjolainen <[email protected]>2016-08-29 15:21:51 +0300
committerTopi Pohjolainen <[email protected]>2016-09-08 08:53:45 +0300
commitb863f4a39a82a168577cd8417d20bd9ac3cc1c21 (patch)
treedd69de731bdec5913c168319674735b74ca367d0
parent0ad84b4366bd868a75146c3c2babdbbce8995b90 (diff)
intel/blorp: Allow single slice converter to suppress number of layers
Signed-off-by: Topi Pohjolainen <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
-rw-r--r--src/intel/blorp/blorp_blit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/intel/blorp/blorp_blit.c b/src/intel/blorp/blorp_blit.c
index f5cb16a2c2a..2b6adc39f01 100644
--- a/src/intel/blorp/blorp_blit.c
+++ b/src/intel/blorp/blorp_blit.c
@@ -1271,9 +1271,6 @@ static void
surf_convert_to_single_slice(const struct isl_device *isl_dev,
struct brw_blorp_surface_info *info)
{
- /* This only makes sense for a single level and array slice */
- assert(info->view.levels == 1 && info->view.array_len == 1);
-
/* Just bail if we have nothing to do. */
if (info->surf.dim == ISL_SURF_DIM_2D &&
info->view.base_level == 0 && info->view.base_array_layer == 0 &&