Reviewed-by: Marek Olšák <[email protected]> Marek
On Tue, Nov 5, 2013 at 12:49 PM, Fabio Pedretti <[email protected]> wrote: > --- > src/gallium/drivers/r600/evergreen_compute.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/src/gallium/drivers/r600/evergreen_compute.c > b/src/gallium/drivers/r600/evergreen_compute.c > index ea77f5e..ffdc5c3 100644 > --- a/src/gallium/drivers/r600/evergreen_compute.c > +++ b/src/gallium/drivers/r600/evergreen_compute.c > @@ -392,7 +392,6 @@ static void compute_emit_cs(struct r600_context *ctx, > const uint *block_layout, > const uint *grid_layout) > { > struct radeon_winsys_cs *cs = ctx->b.rings.gfx.cs; > - unsigned flush_flags = 0; > int i; > > /* make sure that the gfx ring is only one active */ > -- > 1.8.3.2 > > _______________________________________________ > mesa-dev mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
