r600g: Only emit start_cs_cmd atom once for compute command streams

This commit is contained in:
Tom Stellard 2012-06-24 19:24:39 -04:00
parent 0a21b561c7
commit 7d0c17fe74
1 changed files with 0 additions and 2 deletions

View 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;