ast_function: Remove bogus cases from generate_constructor_matrix.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 1 Sep 2010 21:49:53 +0000 (14:49 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 2 Sep 2010 01:57:50 +0000 (18:57 -0700)
commitee88c4664016b11359c391cc62296bcbfcc5decd
tree73e77c3d10dce10aa547f55754bb897680cd1dea
parent36192b772eda190c4d78e8a4979c4e3c6377ae61
ast_function: Remove bogus cases from generate_constructor_matrix.

There are no integer matrix types, so switching on them is silly.
src/glsl/ast_function.cpp