glsl: Move type_contains_sampler() into glsl_type for later reuse.
authorPaul Berry <stereotype441@gmail.com>
Mon, 11 Jul 2011 23:44:13 +0000 (16:44 -0700)
committerPaul Berry <stereotype441@gmail.com>
Mon, 18 Jul 2011 17:48:27 +0000 (10:48 -0700)
commitddc1c96390b685bb95f7431e862c3a64fcefa085
tree2f4ea93355172c65be347efde33a76d7aff0df73
parent9b3ec69cf4b079fbe16293d8fbe13016f0d74951
glsl: Move type_contains_sampler() into glsl_type for later reuse.

The new location, as a member function of glsl_type, is more
consistent with queries like is_sampler(), is_boolean(), is_float(),
etc.  Placing the function inside glsl_type also makes it available to
any code that uses glsl_types.
src/glsl/glsl_types.cpp
src/glsl/glsl_types.h
src/glsl/ir.cpp