<div dir="ltr"><a href="https://gitlab.freedesktop.org/jekstrand/mesa/commit/e4928d31f13d5501f03979159711c0f4d08005aa">https://gitlab.freedesktop.org/jekstrand/mesa/commit/e4928d31f13d5501f03979159711c0f4d08005aa</a><br></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Jul 9, 2018 at 11:16 AM Dylan Baker <<a href="mailto:dylan@pnwbakers.com">dylan@pnwbakers.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Quoting Dylan Baker (2018-06-29 08:28:09)<br>
> Quoting Jason Ekstrand (2018-05-24 14:56:14)<br>
> > From: Francisco Jerez <<a href="mailto:currojerez@riseup.net" target="_blank">currojerez@riseup.net</a>><br>
> > <br>
> > ---<br>
> >  src/intel/compiler/brw_shader.cpp | 3 ++-<br>
> >  1 file changed, 2 insertions(+), 1 deletion(-)<br>
> > <br>
> > diff --git a/src/intel/compiler/brw_shader.cpp b/src/intel/compiler/brw_shader.cpp<br>
> > index 141b64e..61211ef 100644<br>
> > --- a/src/intel/compiler/brw_shader.cpp<br>
> > +++ b/src/intel/compiler/brw_shader.cpp<br>
> > @@ -984,7 +984,8 @@ backend_instruction::writes_accumulator_implicitly(const struct gen_device_info<br>
> >     return writes_accumulator ||<br>
> >            (devinfo->gen < 6 &&<br>
> >             ((opcode >= BRW_OPCODE_ADD && opcode < BRW_OPCODE_NOP) ||<br>
> > -            (opcode >= FS_OPCODE_DDX_COARSE && opcode <= FS_OPCODE_LINTERP)));<br>
> > +            (opcode >= FS_OPCODE_DDX_COARSE && opcode <= FS_OPCODE_LINTERP))) ||<br>
> > +          (devinfo->gen < 7 && opcode == FS_OPCODE_LINTERP);<br>
> >  }<br>
> >  <br>
> >  bool<br>
> > -- <br>
> > 2.5.0.400.gff86faf<br>
> > <br>
> > _______________________________________________<br>
> > mesa-dev mailing list<br>
> > <a href="mailto:mesa-dev@lists.freedesktop.org" target="_blank">mesa-dev@lists.freedesktop.org</a><br>
> > <a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
> <br>
> Hi Jason,<br>
> <br>
> This doesn't apply to the 18.1 branch. At the very least<br>
> d3cd6b7215c11054b587fb0fd621c53c6d62c64b from your series is also needed,<br>
> although there are still conflicts after that which are taking a bit more time<br>
> to track down, I can look into it later, but I'd like to get the 18.1.3 release<br>
> done first. If you'd like to drop this instead let me know.<br>
> <br>
> Dylan<br>
<br>
Ping.<br>
</blockquote></div>