[Mesa-dev] [Bug 29684] [glsl] wine shaders break with mesa GLSL

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Aug 21 06:07:25 PDT 2010


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

--- Comment #6 from Henri Verbeet <hverbeet at 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.


More information about the mesa-dev mailing list