[Bug 84225] Allow constant-index-expression sampler array indexing with GLSL-ES < 300
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Apr 1 05:18:51 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=84225
--- Comment #9 from Tapani Pälli <lemody at gmail.com> ---
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.
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20150401/84c8e4bc/attachment.html>
More information about the intel-3d-bugs
mailing list