<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - BindFragDataLocationIndexed on array fragment shader output."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96765">96765</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>BindFragDataLocationIndexed on array fragment shader output.
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>11.2
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Mesa core
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>corentin@wallez.net
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>While trying to make Chromium use the 3.3 core profile of Mesa 11.2, the
following bug showed up.

When trying to use an array fragment varying variable as the secondary fragment
color (index = 0) the driver seems to decide to set it to another location
instead. Causing nothing to be rendered. The same code with non-array variables
provides the expected result.

Repro case at
<a href="https://github.com/Kangz/GLDriverBugs/blob/master/blend_func_extended_array/Main.cpp">https://github.com/Kangz/GLDriverBugs/blob/master/blend_func_extended_array/Main.cpp</a>
running it shows that SecondaryFragData[0] is set to location 1 index 0 instead
of location 0 index 1.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>