mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
radeonsi: fix build failure after blitter changes
This commit is contained in:
parent
cb922b63eb
commit
f9a498d1bc
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ static void r600_hw_copy_region(struct pipe_context *ctx,
|
|||
|
||||
r600_blitter_begin(ctx, R600_COPY);
|
||||
util_blitter_copy_texture(rctx->blitter, dst, dst_level, dstx, dsty, dstz,
|
||||
src, src_level, src_box, TRUE);
|
||||
src, src_level, src_box);
|
||||
r600_blitter_end(ctx);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue