[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:06:04 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=105161
--- Comment #9 from Allan Sandfeld Jensen <kde at carewolf.com> ---
The problem is the check in linker.cpp (link_fs_inout_layout_qualifiers):
if (linked_shader->Stage != MESA_SHADER_FRAGMENT ||
(prog->data->Version < 150 &&
!prog->ARB_fragment_coord_conventions_enable))
return;
--
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/1d573a64/attachment.html>
More information about the mesa-dev
mailing list