<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - LLVM error on fragment shader"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=79504#c14">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - LLVM error on fragment shader"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=79504">bug 79504</a>
              from <span class="vcard"><a class="email" href="mailto:lemody@gmail.com" title="Tapani Pälli <lemody@gmail.com>"> <span class="fn">Tapani Pälli</span></a>
</span></b>
        <pre>FYI I've sent a fix to tackle the Mesa problem. However the test application
here is still broken anyway, it uses GLSL 330 which does not have support for
implicit int->uint type conversion. This means the switch case labels need to
be changed as unsigned or you should explicitly convert yourself (int typei =
int(type); and use typei as the switch init-expression instead of type).</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>