glsl: move stream layout max validation
authorTimothy Arceri <timothy.arceri@collabora.com>
Sat, 14 Nov 2015 03:32:38 +0000 (14:32 +1100)
committerTimothy Arceri <t_arceri@yahoo.com.au>
Fri, 20 Nov 2015 20:27:21 +0000 (07:27 +1100)
commitdb3c36aedfa2e92c2cf1c17a096c1b5e7cd51c42
tree3cf1511c52d8db589f0bf1ac4ba0103112db8999
parent17e224e8ec9c190fb856a60a22d8e19b8f20837e
glsl: move stream layout max validation

This validation is moved later so we can validate the
max value when compile time constant support is added in a
later patch.

Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/glsl/ast_to_hir.cpp
src/glsl/ast_type.cpp