r600g: Only emit start_cs_cmd atom once for compute command streams
authorTom Stellard <thomas.stellard@amd.com>
Sun, 24 Jun 2012 23:24:39 +0000 (19:24 -0400)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 9 Jul 2012 13:41:17 +0000 (13:41 +0000)
src/gallium/drivers/r600/evergreen_compute.c

index 4389021..1f2ba40 100644 (file)
@@ -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;