remove dst!=src assertion
authorBrian <brian@i915.localnet.net>
Wed, 8 Aug 2007 00:19:34 +0000 (18:19 -0600)
committerBrian <brian@i915.localnet.net>
Wed, 8 Aug 2007 00:24:29 +0000 (18:24 -0600)
src/mesa/pipe/softpipe/sp_region.c

index a0ced3eb869b604c0b87a7bea1122a9af1023c1e..58749492ec1dcca851f814db4ac7d9483897c00b 100644 (file)
@@ -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,