glsl: Reject structure constructors that have too many arguments.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 2 Sep 2010 02:44:25 +0000 (19:44 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 2 Sep 2010 03:39:09 +0000 (20:39 -0700)
commitcfe0dd5622a9b26e6df18801413ad8dc336f0c56
tree60c592e8f5635966059f1fb0fc5d50d4891b6749
parente466b182bbf21f62fe6542091f4af3275555db80
glsl: Reject structure constructors that have too many arguments.

Fixes piglit test constructor-27.vert.
src/glsl/ast_function.cpp