[Bug 92743] Centroid shouldn't have to match between the FS and the VS

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Feb 16 21:46:48 UTC 2016


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

--- Comment #11 from Timothy Arceri <t_arceri at yahoo.com.au> ---
Smooth matching fix pushed:

commit    07e6a37332d2d3908ee1f1160ee25ed9c127b770
glsl: set user defined varyings to smooth by default in ES

This is usually handled by the backends in order to handle the
various interactions with the gl_*Color built-ins.

The problem is this means linking will fail if one side on the
interface adds the smooth qualifier to the varying and the other
side just uses the default even though they match.

This fixes various deqp tests. The spec is not clear what to for
desktop GL so leave it as is for now.

Reviewed-by: Iago Toral Quiroga <itoral at igalia.com>
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92743

Marta are you still working on the other fix for this bug?

-- 
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/intel-3d-bugs/attachments/20160216/26155862/attachment-0001.html>


More information about the intel-3d-bugs mailing list