glsl: Fix matrix constructors with vector parameters
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 20 Nov 2010 01:16:12 +0000 (17:16 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Sat, 20 Nov 2010 01:17:25 +0000 (17:17 -0800)
commitbb756bb0a6935b7e0d8fd2f9d61c0437fef7d770
tree71099cdef00d5abbd01a0d6aec76ccb409f75cef
parent63684a9ae7a66f68df1f2c68cd9358e5622122a3
glsl: Fix matrix constructors with vector parameters

When the semantics of write masks in assignments were changed, this
code was not correctly updated.

Fixes piglit test glsl-mat-from-vec-ctor-01.
src/glsl/ast_function.cpp