ast_to_hir: Allow matrix-from-matrix constructors in GLSL ES.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 1 Sep 2010 20:12:10 +0000 (13:12 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 8 Sep 2010 00:30:38 +0000 (17:30 -0700)
commitb4ec3f268c4a81c4b9047813423bdf49f0cb1cb5
tree8f4a88e3285b9ec43bb19dd8f8c672055dc9588c
parent883ac22810578c82f76ae3d4f02dfdc5d5c2e8fe
ast_to_hir: Allow matrix-from-matrix constructors in GLSL ES.

Everything but 1.10 supports this, so just change the check to ==.
src/glsl/ast_function.cpp