glsl: Mark functions static
authorMatt Turner <mattst88@gmail.com>
Sun, 9 Jul 2017 21:12:31 +0000 (14:12 -0700)
committerMatt Turner <mattst88@gmail.com>
Mon, 21 Aug 2017 21:45:44 +0000 (14:45 -0700)
commitca73c3358c91434e68ab31c23d13986d87c661cd
treee3fe5a12f3be5dfaceb699418c1822d495a2d4c8
parentd37d9f84ac563f106b7209a319492babad560b9f
glsl: Mark functions static

Cuts 3224 bytes of .text

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/compiler/glsl/ast_function.cpp
src/compiler/glsl/ast_to_hir.cpp
src/compiler/glsl/glsl_parser_extras.cpp
src/compiler/glsl/ir_validate.cpp
src/compiler/glsl/link_uniform_initializers.cpp
src/compiler/glsl/link_varyings.cpp
src/compiler/glsl/linker.cpp
src/compiler/glsl/lower_if_to_cond_assign.cpp
src/compiler/glsl/lower_vector.cpp
src/compiler/glsl/main.cpp
src/compiler/glsl/standalone.cpp