remove dst!=src assertion

This commit is contained in:
Brian 2007-08-07 18:19:34 -06:00
parent b4784862b4
commit 204d35c0ef

View 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,