<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 - glLinkProgram() should fail when a varying is never written to in a previous stage"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93339">93339</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>glLinkProgram() should fail when a varying is never written to in a previous stage
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </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>glsl-compiler
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>idr@freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>bugs@linkmauve.fr
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=120455" name="attach_120455" title="Testcase exhibiting this bug, red patterns randomly happen when line 55 is commented.">attachment 120455</a> <a href="attachment.cgi?id=120455&action=edit" title="Testcase exhibiting this bug, red patterns randomly happen when line 55 is commented.">[details]</a></span>
Testcase exhibiting this bug, red patterns randomly happen when line 55 is
commented.

If a varying is declared in one stage and read from in the next stage, without
having been written to, the link step don’t fail and will generate a working
program object, but that varying will read from seemingly uninitialized video
memory (at least on i965, llvmpipe seems to read from 0-initialized memory
instead).

I haven’t looked at the specification, but I can’t see any usecase for this
specific behaviour, which should imo be reported to the user before they can
use the program object.</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>