summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/evergreen_compute.c
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-06-24 19:24:39 -0400
committerTom Stellard <[email protected]>2012-07-09 13:41:17 +0000
commit7d0c17fe74ec0a264fb0441e6774f6708e940614 (patch)
treed200ab435027cd4d782b41bc0f05c8a08455adbd /src/gallium/drivers/r600/evergreen_compute.c
parent0a21b561c7e476c0c17e346da9fcd0734db0da1f (diff)
r600g: Only emit start_cs_cmd atom once for compute command streams
Diffstat (limited to 'src/gallium/drivers/r600/evergreen_compute.c')
-rw-r--r--src/gallium/drivers/r600/evergreen_compute.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/evergreen_compute.c b/src/gallium/drivers/r600/evergreen_compute.c
index 4389021dab7..1f2ba40531c 100644
--- a/src/gallium/drivers/r600/evergreen_compute.c
+++ b/src/gallium/drivers/r600/evergreen_compute.c
@@ -396,8 +396,6 @@ static void compute_emit_cs(struct r600_context *ctx)
COMPUTE_DBG("...\n");
- r600_emit_atom(ctx, &ctx->start_cs_cmd.atom);
-
ctx->streamout_start = TRUE;
ctx->streamout_append_bitmask = ~0;