<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:kenneth@whitecape.org" title="Kenneth Graunke <kenneth@whitecape.org>"> <span class="fn">Kenneth Graunke</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [BDW] ARB_gpu_shader5 not enabled on GEN8"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88357">bug 88357</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>REOPENED
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [BDW] ARB_gpu_shader5 not enabled on GEN8"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88357#c21">Comment # 21</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [BDW] ARB_gpu_shader5 not enabled on GEN8"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88357">bug 88357</a>
              from <span class="vcard"><a class="email" href="mailto:kenneth@whitecape.org" title="Kenneth Graunke <kenneth@whitecape.org>"> <span class="fn">Kenneth Graunke</span></a>
</span></b>
        <pre>That must be a problem on your end - Broadwell supported GLSL 1.50 the day I
upstreamed the code.

Note that you have to run it like this:

glslparsertest
tests/spec/arb_gpu_shader5/compiler/indirect-projGradOffset-shadow.frag pass
1.50

adding "1.50" on the command line lets glslparsertest know that it needs to
make a OpenGL Core Profile context.  Otherwise, you get a compatibility (3.0)
context that only supports GLSL 1.30.

It works here.</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>