mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
r300g: attempt to fix texture corruption on RV505
This commit is contained in:
parent
d84bf6d44d
commit
9ed7325848
1 changed files with 2 additions and 0 deletions
|
|
@ -80,6 +80,8 @@ static void r300_copy_into_tiled_texture(struct pipe_context *ctx,
|
|||
&r300transfer->detiled_texture->b.b, subsrc,
|
||||
0, 0, 0,
|
||||
transfer->box.width, transfer->box.height);
|
||||
|
||||
ctx->flush(ctx, 0, NULL);
|
||||
}
|
||||
|
||||
struct pipe_transfer*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue