[Mesa-dev] [Bug 93878] [llvmpipe][softpipe] piglit arb_gpu_shader_fp64-double-gettransformfeedbackvarying regression

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 27 01:53:50 PST 2016


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

Samuel Iglesias <siglesias at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|mesa-dev at lists.freedesktop. |siglesias at igalia.com
                   |org                         |
             Status|NEW                         |ASSIGNED

--- Comment #1 from Samuel Iglesias <siglesias at igalia.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20160127/abc2336f/attachment.html>


More information about the mesa-dev mailing list