https://bugs.freedesktop.org/show_bug.cgi?id=93878
Samuel Iglesias <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|[email protected]. |[email protected]
|org |
Status|NEW |ASSIGNED
--- Comment #1 from Samuel Iglesias <[email protected]> ---
According to ARB_gpu_shader_fp64 spec, doubles don't support interpolation:
"This extension does not support interpolation of double-precision
values; doubles used as fragment shader inputs must be qualified as
"flat"."
Mesa was assigning the flat qualifier to the doubles
before 781d278 because there was no consumer stage (these programs only
have a vertex shader attached to it) but not because there were doubles. I am
going to write a patch to make explicit the double's case to fix these
regressions.
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug._______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev