Re: [Mesa-dev] [PATCH] glsl: Fixed vectorize pass vs. texture lookups
Thanks Aras! Reviewed-by: Matt Turner and pushed. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev
[Mesa-dev] [PATCH] glsl: Fixed vectorize pass vs. texture lookups
Attached patch fixes GLSL vectorization optimization going wrong on some texture lookups, see https://bugs.freedesktop.org/show_bug.cgi?id=82574 -- Aras Pranckevičius work: http://unity3d.com home: http://aras-p.info From 9c592e2d0216e1b17f303be3ae1505b209abd5b3 Mon Sep 17 00:00:00 2001 From: Ar