<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - shader-db crashes when running piglit shaders"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106052#c19">Comment # 19</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - shader-db crashes when running piglit shaders"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106052">bug 106052</a>
              from <span class="vcard"><a class="email" href="mailto:imirkin@alum.mit.edu" title="Ilia Mirkin <imirkin@alum.mit.edu>"> <span class="fn">Ilia Mirkin</span></a>
</span></b>
        <pre>(In reply to <a href="mailto:ben@besd.de">ben@besd.de</a> from <a href="show_bug.cgi?id=106052#c18">comment #18</a>)
<span class="quote">> well... Mesa implements OpenGl
> so OpenGL is the standard.
> The version requirements are there for a reason.</span >

The reason tends to be "only planning on adding to driver that supports version
N, don't feel like thinking about earlier versions". In general, we disregard
those where they don't make sense.

<span class="quote">> The shaders I'm talking about were looking for gpu_shader5 but mesa as of
> now only enables that in OpenGL 4.0 it should in 3.2 (GLSL 150)</span >

A test that requested a compat GL 3.2 context would likely have similar issues
to what you're seeing now with Mesa.

(All that said, ARB_gpu_shader5 should probably not be exposed in a GL context
below 3.2 on Mesa -- it could potentially work with lower with
ARB_geometry_shader4, but that's not supported in Mesa.)</pre>
        </div>
      </p>


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

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