projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
489f637
)
r300g: remove one flush
author
Marek Olšák
<maraeo@gmail.com>
Tue, 1 Jun 2010 22:44:09 +0000
(
00:44
+0200)
committer
Marek Olšák
<maraeo@gmail.com>
Wed, 2 Jun 2010 02:59:00 +0000
(
04:59
+0200)
Looks like it's not needed now.
src/gallium/drivers/r300/r300_transfer.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/r300_transfer.c
b/src/gallium/drivers/r300/r300_transfer.c
index
363fb69
..
22dff41
100644
(file)
--- a/
src/gallium/drivers/r300/r300_transfer.c
+++ b/
src/gallium/drivers/r300/r300_transfer.c
@@
-78,11
+78,6
@@
static void r300_copy_into_tiled_texture(struct pipe_context *ctx,
subsrc.face = 0;
subsrc.level = 0;
- /* XXX this flush prevents the following DRM error from occuring:
- * [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation !
- * Reproducible with perf/copytex. */
- ctx->flush(ctx, 0, NULL);
-
ctx->resource_copy_region(ctx, tex, transfer->sr,
transfer->box.x, transfer->box.y, transfer->box.z,
&r300transfer->detiled_texture->b.b, subsrc,