From: Brian Date: Wed, 8 Aug 2007 00:19:34 +0000 (-0600) Subject: remove dst!=src assertion X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=204d35c0efa2e1e96cc318185acfe01c4a8edfbb;p=mesa.git remove dst!=src assertion --- diff --git a/src/mesa/pipe/softpipe/sp_region.c b/src/mesa/pipe/softpipe/sp_region.c index a0ced3eb869..58749492ec1 100644 --- a/src/mesa/pipe/softpipe/sp_region.c +++ b/src/mesa/pipe/softpipe/sp_region.c @@ -185,7 +185,6 @@ sp_region_copy(struct pipe_context *pipe, GLuint src_offset, GLuint srcx, GLuint srcy, GLuint width, GLuint height) { - assert( dst != src ); assert( dst->cpp == src->cpp ); _mesa_copy_rect(pipe->region_map(pipe, dst) + dst_offset,