ir_to_mesa: Don't assertion fail on remaining GLSL 1.30 ops.
authorEric Anholt <eric@anholt.net>
Tue, 27 Sep 2011 21:26:02 +0000 (14:26 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 28 Sep 2011 19:09:09 +0000 (12:09 -0700)
commit1d59de1456ba55d32bbe0c0ae45a9358e31e1cd2
tree892b3a4203c010d63651d6be3987b2b18f073b61
parentf02ed012c9d3346ffdea9ecbf03c5818e40a24c7
ir_to_mesa: Don't assertion fail on remaining GLSL 1.30 ops.

For hardware drivers, we only have ir_to_mesa called for the purposes
of potential swrast fallbacks (basically never on a 1.30 driver),
which we don't really care about.  This will allow 1.30 to be
implemented without rewriting swrast for it.

Reviewed-by: Chad Versace <chad@chad-versace.us>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/program/ir_to_mesa.cpp