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

--- Comment #6 from Henri Verbeet <hverb...@gmail.com> 2010-08-21 06:07:25 PDT 
---
For what it's worth, this happens because of the array parameter in the
function declaration "void order_ps_input(in vec4 OUT[12])" being mishandled by
the GLSL compiler, as mentioned earlier on IRC to Eric and Ian. "void
order_ps_input(in vec4[12] OUT)" does work as expected. That's also an easy
workaround if you don't mind patching Wine source.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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