It's probably a result of refactoring. Reviewed-by: Marek Olšák <[email protected]>
Marek On Tue, Sep 2, 2014 at 1:18 AM, Dave Airlie <[email protected]> wrote: > From: Dave Airlie <[email protected]> > > Did this code mean to do something else, you tell me! > > Signed-off-by: Dave Airlie <[email protected]> > --- > src/gallium/drivers/r300/r300_render.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/src/gallium/drivers/r300/r300_render.c > b/src/gallium/drivers/r300/r300_render.c > index 6e5b381..4c951d1 100644 > --- a/src/gallium/drivers/r300/r300_render.c > +++ b/src/gallium/drivers/r300/r300_render.c > @@ -784,8 +784,6 @@ static void r300_draw_vbo(struct pipe_context* pipe, > struct r300_context* r300 = r300_context(pipe); > struct pipe_draw_info info = *dinfo; > > - info.indexed = info.indexed; > - > if (r300->skip_rendering || > !u_trim_pipe_prim(info.mode, &info.count)) { > return; > -- > 1.9.3 > > _______________________________________________ > 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
