[Mesa-dev] [Bug 105161] Validation of KHR_blend_equation_advanced stricter than NVidia

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Feb 22 13:04:30 UTC 2018


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

--- Comment #8 from Allan Sandfeld Jensen <kde at carewolf.com> ---
That would fix the parsing in compatibility shaders. It doesn't make it work.

I found after digging into mesa code that I needed:

#extension GL_ARB_fragment_coord_conventions : enable

Otherwise the layout qualifiers are only passed, but not passed on. I am not
sure if that is a bug, but there was nothing in the spec that suggested you
need to manually activate that extension as well to get it the layout qualifier
to work.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180222/b62faedd/attachment.html>


More information about the mesa-dev mailing list