summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ast_function.cpp
diff options
context:
space:
mode:
authorAndres Gomez <[email protected]>2016-08-02 14:26:23 +0300
committerAndres Gomez <[email protected]>2016-08-05 14:27:11 +0300
commit8f98a120f39fc228cf4d8d7cfe82fd9757c5d3ed (patch)
tree985eae9a78f15ef5df420f182b260333e0e14d07 /src/compiler/glsl/ast_function.cpp
parent1443c10d74b04ea9b377a304c4b577b85929d776 (diff)
glsl: apply_implicit_conversion is static again
Reviewed-by: Timothy Arceri <[email protected]> Signed-off-by: Andres Gomez <[email protected]>
Diffstat (limited to 'src/compiler/glsl/ast_function.cpp')
-rw-r--r--src/compiler/glsl/ast_function.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/compiler/glsl/ast_function.cpp b/src/compiler/glsl/ast_function.cpp
index 9b1fa45d1ae..6493c4f86b9 100644
--- a/src/compiler/glsl/ast_function.cpp
+++ b/src/compiler/glsl/ast_function.cpp
@@ -31,10 +31,6 @@
static ir_rvalue *
convert_component(ir_rvalue *src, const glsl_type *desired_type);
-bool
-apply_implicit_conversion(const glsl_type *to, ir_rvalue * &from,
- struct _mesa_glsl_parse_state *state);
-
static unsigned
process_parameters(exec_list *instructions, exec_list *actual_parameters,
exec_list *parameters,