<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Isaac AntiBirth under wine has invisible entities tu to clipping plane issue"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=107942#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Isaac AntiBirth under wine has invisible entities tu to clipping plane issue"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=107942">bug 107942</a>
              from <span class="vcard"><a class="email" href="mailto:t_arceri@yahoo.com.au" title="Timothy Arceri <t_arceri@yahoo.com.au>"> <span class="fn">Timothy Arceri</span></a>
</span></b>
        <pre>This is a game bug. Compilation of this (and other) shaders are failing because
the game is using features of later glsl versions but its not setting the
required version in the shader. When the version is not specified I believe the
spec says it should default to glsl 1.10.

For example a more correct work around would be to add the following to the top
of the shader:

#version 130

This should really be reported to the developer. And we should also create some
CTS tests to make sure the binary drivers don't allow this behavior. This is a
long standing difference where the behaviors of the binary drivers causes games
to end up not working on Mesa.</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>