On Fri, Oct 5, 2018 at 12:55 PM Ian Romanick <i...@freedesktop.org> wrote: > > On 10/04/2018 11:25 PM, Ilia Mirkin wrote: > > This happens in situations where we might do > > > > vec.wzyx[i] = ... > > Ouch. > > I haven't looked on the piglit list yet, but is there a piglit test for > this?
Not yet, but will be tonight. The specific WebGL test is actually problematic because it's [0] (due to loop unrolling) and not [i] -- the latter should work I believe (but if it doesn't, I'll send a separate fix for it). I'm going to send tests to cover both cases. Thanks for taking a look! -ilia _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev