mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
i915g: blitter handles overlapping blits
No need to assert. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
55d2d7fb3a
commit
8c420db1c4
1 changed files with 0 additions and 1 deletions
|
|
@ -66,7 +66,6 @@ i915_surface_copy(struct pipe_context *pipe,
|
|||
assert(src_box->z == 0);
|
||||
src_offset = i915_texture_offset(src_tex, src_level, src_box->z);
|
||||
|
||||
assert( dst != src );
|
||||
assert( util_format_get_blocksize(dpt->format) == util_format_get_blocksize(spt->format) );
|
||||
assert( util_format_get_blockwidth(dpt->format) == util_format_get_blockwidth(spt->format) );
|
||||
assert( util_format_get_blockheight(dpt->format) == util_format_get_blockheight(spt->format) );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue