Module: Mesa Branch: master Commit: 7d0c17fe74ec0a264fb0441e6774f6708e940614 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d0c17fe74ec0a264fb0441e6774f6708e940614
Author: Tom Stellard <[email protected]> Date: Sun Jun 24 19:24:39 2012 -0400 r600g: Only emit start_cs_cmd atom once for compute command streams --- src/gallium/drivers/r600/evergreen_compute.c | 2 -- 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 4389021..1f2ba40 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; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
