mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 04:50:34 +01:00
remove dst!=src assertion
This commit is contained in:
parent
b4784862b4
commit
204d35c0ef
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue