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 a0ced3e..5874949 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,