[Bug 63579] Savage 2 Edges render white [r600g]

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 16 00:20:53 PDT 2013


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

--- Comment #7 from Erik Faye-Lund <kusmabite at gmail.com> ---
Is the shader really incorrect? I notice that it declares "#version 120" in the
first line, and the GLSL 1.2 spec explicitly states that there is no
line-continuation character
(http://www.opengl.org/registry/doc/GLSLangSpec.Full.1.20.8.pdf - section
3.1... "There is no line continuation character.").

Yes, this has changed in later GLSL-versions (the change happend between the
4.10 spec and the 4.20 spec), so I believe the line-continuation parsing should
only be enabled in the presenece of a "#version NNN" where NNN >= 420.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130416/77b72ce4/attachment.html>


More information about the dri-devel mailing list