On Mon, Nov 26, 2012 at 2:52 PM, Ian Romanick <[email protected]> wrote: > From: Ian Romanick <[email protected]> > > NOTE: This is a candidate for the 9.0 branch. > > Signed-off-by: Ian Romanick <[email protected]> > --- > src/mesa/drivers/dri/i965/brw_context.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/mesa/drivers/dri/i965/brw_context.c > b/src/mesa/drivers/dri/i965/brw_context.c > index f439cf2..13d5c31 100644 > --- a/src/mesa/drivers/dri/i965/brw_context.c > +++ b/src/mesa/drivers/dri/i965/brw_context.c > @@ -362,8 +362,8 @@ brwCreateContext(int api, > > intel->batch.need_workaround_flush = true; > > - ctx->VertexProgram._MaintainTnlProgram = true; > - ctx->FragmentProgram._MaintainTexEnvProgram = true; > + ctx->VertexProgram._MaintainTnlProgram = ctx->API != API_OPENGL_CORE; > + ctx->FragmentProgram._MaintainTexEnvProgram = ctx->API != API_OPENGL_CORE; > > brw_draw_init( brw ); > > -- > 1.7.11.7 > > _______________________________________________ > mesa-dev mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/mesa-dev
Changes look good to me. Both patches are Reviewed-by: Anuj Phogat <[email protected]> _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
