https://bugs.freedesktop.org/show_bug.cgi?id=89590

Tapani Pälli <lem...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|mesa-dev@lists.freedesktop. |lem...@gmail.com
                   |org                         |

--- Comment #1 from Tapani Pälli <lem...@gmail.com> ---
Problem is in the lower_const_arrays_to_uniforms pass that assigns overlapping
names for uniforms from different stages. In this case zs[4] and colours[2] are
will be both called 'constarray__0' and bad things happen when using wrong
uniform storage.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to