Build mesa 6239 failed
Commit f1873956db by Iago Toral Quiroga on 11/21/2017 10:33 AM:
i965/vec4: fix splitting of interleaved attributes\n\nWhen we split an instruction that reads an uniform value\n(vstride 0) we need to respect the vstride on the second\nhalf of the instruction (that is, the second half should\nread the same region as the first).\n\nWe were doing this already, but we didn't account for\nstages that have interleaved input attributes which also\nhave a vstride of 0 and need the same treatment.\n\nFixes the following on Haswell:\nKHR-GL45.enhanced_layouts.varying_locations\nKHR-GL45.enhanced_layouts.varying_array_locations\nKHR-GL45.enhanced_layouts.varying_structure_locations\n\nReviewed-by: Matt Turner <matts...@gmail.com>\nAcked-by: Andres Gomez <ago...@igalia.com>
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev