glsl: Fix semantic checks on precision qualifiers
authorChad Versace <chad.versace@intel.com>
Mon, 17 Jan 2011 23:28:39 +0000 (15:28 -0800)
committerChad Versace <chad.versace@intel.com>
Tue, 18 Jan 2011 22:43:49 +0000 (14:43 -0800)
commit45e8e6c6b1b7f3bc00a578fa6809c9bc719c171a
tree59eb59b398e9d348fd328e8158f3115f05e1214c
parent42dbc2530b5a2263012f3fa0e48517a1b8db1c52
glsl: Fix semantic checks on precision qualifiers

The check for
   Precision qualifiers only apply to floating point and integer types.
was incomplete. It rejected only type 'bool' and structures.
src/glsl/ast_to_hir.cpp