etnaviv: etna_resource_copy_region(..): drop assert
authorChristian Gmeiner <christian.gmeiner@gmail.com>
Fri, 27 Sep 2019 11:08:24 +0000 (13:08 +0200)
committerChristian Gmeiner <christian.gmeiner@gmail.com>
Fri, 27 Sep 2019 18:22:08 +0000 (18:22 +0000)
We are using util_resource_copy_region(..) as fallback which supports
different formats for src and dst. Improves the experience when running
deqp or piglit with a debug build.

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Jonathan Marek <jonathan@marek.ca>
src/gallium/drivers/etnaviv/etnaviv_clear_blit.c

index df12e609ac9795aa2ac25385d080093efc743fb0..4a3f62ac13391364c21b09e6a64371c3c3d46172 100644 (file)
@@ -114,9 +114,6 @@ etna_resource_copy_region(struct pipe_context *pctx, struct pipe_resource *dst,
 {
    struct etna_context *ctx = etna_context(pctx);
 
-   /* The resource must be of the same format. */
-   assert(src->format == dst->format);
-
    /* 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
     * to the tile size