Thanks for tracking this down! Reviewed-by: Jason Ekstrand <[email protected]>
I'm not sure how we missed this when CS was brought up. Oh well. On Thu, Mar 16, 2017 at 1:24 AM, Topi Pohjolainen < [email protected]> wrote: > just as earlier gens do. > > CC: Jason Ekstrand <[email protected]> > Cc: "17.0 13.0" <[email protected]> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=96743 > > Signed-off-by: Topi Pohjolainen <[email protected]> > --- > src/mesa/drivers/dri/i965/brw_misc_state.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/mesa/drivers/dri/i965/brw_misc_state.c > b/src/mesa/drivers/dri/i965/brw_misc_state.c > index 84f0c18..1cf6b04 100644 > --- a/src/mesa/drivers/dri/i965/brw_misc_state.c > +++ b/src/mesa/drivers/dri/i965/brw_misc_state.c > @@ -843,8 +843,9 @@ brw_emit_select_pipeline(struct brw_context *brw, > enum brw_pipeline pipeline) > > brw->ctx.NewDriverState |= BRW_NEW_CC_STATE; > } > + } > > - } else if (brw->gen >= 6) { > + if (brw->gen >= 6) { > /* From "BXML » GT » MI » vol1a GPU Overview » [Instruction] > * PIPELINE_SELECT [DevBWR+]": > * > -- > 2.9.3 > >
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
