<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Allow constant-index-expression sampler array indexing with GLSL-ES < 300"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=84225#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Allow constant-index-expression sampler array indexing with GLSL-ES < 300"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=84225">bug 84225</a>
              from <span class="vcard"><a class="email" href="mailto:lemody@gmail.com" title="Tapani Pälli <lemody@gmail.com>"> <span class="fn">Tapani Pälli</span></a>
</span></b>
        <pre>We've had some discussion about this issue with Curro. It would make sense to
make a small patch like Kalyan's to just enabled dynamic indexing and then (if
absolutely necessary) some additional validation added later during
compilation/linking.

The minimal change would be to just change error to warning with:

--- 8< --------------------------------
if (!state->is_version(130, 300)) {
}
--- 8< --------------------------------

This way we don't need to write potentially a lot of complicate code just
because of one silly app.</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>