glsl_type: Remove vector and matrix constructor generators
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 26 Jun 2010 00:58:16 +0000 (17:58 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 29 Jun 2010 18:15:26 +0000 (11:15 -0700)
commit12681610f54b40324e9e342dc25976c223614b81
tree9d364ac5ef5e88bf0cea3b486793db28e93303a6
parent699b247661b1c70e890e478dba88253cad035969
glsl_type: Remove vector and matrix constructor generators

All scalar, vector, and matrix constructors are generated in-line
during AST-to-HIR translation.  There is no longer any need to
generate function versions of the constructors.
src/glsl/ast_to_hir.cpp
src/glsl/glsl_types.cpp
src/glsl/glsl_types.h