On 26 March 2015 at 11:07, Ilia Mirkin <[email protected]> wrote: > The copy propagation pass didn't properly deal with arrays, which caused > it to merge b[1] and a[1] even though a[1] is modified after the initial > assignment. > > Test taken verbatim from > > https://www.khronos.org/registry/webgl/conformance-suites/1.0.2/conformance/ogles/GL/functions/array_float_frag.frag > > Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Dave Airlie <[email protected]> _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
