On Thu, Jun 14, 2012 at 6:09 PM, Marek Olšák <[email protected]> wrote: > It helps on R7xx.
For the series: Reviewed-by: Alex Deucher <[email protected]> > --- > src/gallium/drivers/r600/r600_hw_context.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/gallium/drivers/r600/r600_hw_context.c > b/src/gallium/drivers/r600/r600_hw_context.c > index a022436..0fed95c 100644 > --- a/src/gallium/drivers/r600/r600_hw_context.c > +++ b/src/gallium/drivers/r600/r600_hw_context.c > @@ -1453,7 +1453,8 @@ void r600_context_streamout_end(struct r600_context > *ctx) > } > > /* Flush streamout caches. */ > - ctx->surface_sync_cmd.flush_flags |= flush_flags; > + ctx->surface_sync_cmd.flush_flags |= > + S_0085F0_SMX_ACTION_ENA(1) | flush_flags; > r600_atom_dirty(ctx, &ctx->surface_sync_cmd.atom); > > ctx->num_cs_dw_streamout_end = 0; > -- > 1.7.9.5 > > _______________________________________________ > 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
