mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-12-13 19:32:15 +00:00
radeonsi: fix build failure after blitter changes
This commit is contained in:
parent
cb922b63eb
commit
f9a498d1bc
@ -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…
Reference in New Issue
Block a user