<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 - McNopper Compute Shader Example40 broken on Intel"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94858">94858</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>McNopper Compute Shader Example40 broken on Intel
          </td>
        </tr>

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

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

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

        <tr>
          <th>OS</th>
          <td>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>Drivers/DRI/i965
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>haagch@frickel.club
          </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=122788" name="attach_122788" title="apitrace">attachment 122788</a> <a href="attachment.cgi?id=122788&action=edit" title="apitrace">[details]</a></span>
apitrace

I've been running these examples: <a href="https://github.com/McNopper/OpenGL">https://github.com/McNopper/OpenGL</a>

There don't seem to be build instructions... This works for me:

cd GLUS
cmake .
make
cd ..
cd Example40
gcc src/*.c -I ../GLUS/src/ -lGLEW -lGL -lm -L ../GLUS/ -l:libGLUS.a -lglfw
MESA_GL_VERSION_OVERRIDE=4.3 MESA_GLSL_VERSION_OVERRIDE=430 ./a.out

Intel renders this brokenness: <a href="https://www.youtube.com/watch?v=BCIh5MTDRNo">https://www.youtube.com/watch?v=BCIh5MTDRNo</a>
radeonsi renders this, probably correctly:
<a href="https://www.youtube.com/watch?v=Xlz36lyMFcg">https://www.youtube.com/watch?v=Xlz36lyMFcg</a>

Both videos are actually created with mesa git from the same attached apitrace
on this hardware:

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor
Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Wimbledon XT [Radeon HD 7970M] (rev ff)

There are no shader compile errors and mesa and apitrace report no GL errors I
can see so I assume intel should be able to render it correctly.</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>