mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
r600g: remove a CP DMA workaround that's not needed anymore
Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Tested-by: Grazvydas Ignotas <notasas@gmail.com> Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de>
This commit is contained in:
parent
5ea5ed6050
commit
c92a3ae7e9
1 changed files with 0 additions and 6 deletions
|
|
@ -519,12 +519,6 @@ static void r600_copy_buffer(struct pipe_context *ctx, struct pipe_resource *dst
|
|||
} else {
|
||||
util_resource_copy_region(ctx, dst, 0, dstx, 0, 0, src, 0, src_box);
|
||||
}
|
||||
|
||||
/* The index buffer (VGT) doesn't seem to see the result of the copying.
|
||||
* Can we somehow flush the index buffer cache? Starting a new IB seems
|
||||
* to do the trick. */
|
||||
if (rctx->b.chip_class <= R700)
|
||||
rctx->b.gfx.flush(ctx, RADEON_FLUSH_ASYNC, NULL);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue