[Mesa-dev] [Bug 89759] WebGL OGL ES GLSL conformance test with mesa drivers fails

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Mar 25 07:32:32 PDT 2015


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

Ilia Mirkin <imirkin at alum.mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Drivers/DRI/nouveau         |Mesa core
           Assignee|nouveau at lists.freedesktop.o |mesa-dev at lists.freedesktop.
                   |rg                          |org
         QA Contact|nouveau at lists.freedesktop.o |mesa-dev at lists.freedesktop.
                   |rg                          |org

--- Comment #1 from Ilia Mirkin <imirkin at alum.mit.edu> ---
These also fail on r600. This is probably a st/mesa-level or glsl ir-level
issue. Haven't gotten any confirmation from anyone using i965, but I'm
reassigning this to mesa core.

I suspect that the following is the cause of the trouble:

    b[1] = a[1];
    c[1] += d[1];
    a[1] += 1.0;

If the += 1 gets reordered to before the b[1] = a[1], then we're in trouble. I
get cyan as the output, with 182 for the first component, which means that

    if(b[1] == 1.0) q += 2.0;

is failing. Haven't quite figured out how to convert these webgl tests into
piglits quite yet, although this one should be easy since it's not
input-dependent.

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


More information about the mesa-dev mailing list