etnaviv: remove bogus assert
[mesa.git] / src / gallium / drivers / etnaviv / etnaviv_clear_blit.c
index e350b96244ce378e27d2a8c0f3ddcb1e79433a72..225073dd66ad155e978fc3439044bddef661d6d4 100644 (file)
@@ -285,8 +285,6 @@ etna_resource_copy_region(struct pipe_context *pctx, struct pipe_resource *dst,
 
    /* The resource must be of the same format. */
    assert(src->format == dst->format);
-   /* Resources with nr_samples > 1 are not allowed. */
-   assert(src->nr_samples <= 1 && dst->nr_samples <= 1);
 
    /* XXX we can use the RS as a literal copy engine here
     * the only complexity is tiling; the size of the boxes needs to be aligned