glsl: add component to ast_type_qualifier::validate_flags
authorTimothy Arceri <timothy.arceri@collabora.com>
Sat, 30 Jul 2016 04:53:20 +0000 (14:53 +1000)
committerTimothy Arceri <timothy.arceri@collabora.com>
Sat, 30 Jul 2016 23:24:45 +0000 (09:24 +1000)
commit2262fe40816c883a614aa66f6646bfde1ca29cdc
treed291032b3c037c330a5e2eb7b2cc58c4d6e7fb80
parentbbe839379a4cb8b034430b3a2ba63e2f326f7c09
glsl: add component to ast_type_qualifier::validate_flags

This was added with ARB_enhanced_layouts.

V2: Add an extra format specifier for the new qualifier.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/compiler/glsl/ast_type.cpp