mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
u_blitter: remove invalid assertion
This commit is contained in:
parent
6b46754bc0
commit
e3dcb53e6e
1 changed files with 0 additions and 2 deletions
|
|
@ -741,8 +741,6 @@ void util_blitter_copy_region(struct blitter_context *blitter,
|
|||
if (dst == src) {
|
||||
assert(!is_overlap(srcx, srcx + width, srcy, srcy + height,
|
||||
dstx, dstx + width, dsty, dsty + height));
|
||||
} else {
|
||||
assert(dst->format == src->format);
|
||||
}
|
||||
assert(src->target < PIPE_MAX_TEXTURE_TYPES);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue