summaryrefslogtreecommitdiff
path: root/src/mesa/shader/programopt.h
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2008-06-12 18:53:52 -0400
committerZack Rusin <zack@tungstengraphics.com>2008-06-12 19:04:28 -0400
commit3911ef032745b18071f48a6ad343ece14202049c (patch)
tree89778ffbe0346b99c831506191cce20244b26573 /src/mesa/shader/programopt.h
parente961a5da77cbcdb0e32400ec707c16fcfe9d7083 (diff)
glsl: make sure we replace all output reads with temporaries
test in if.glsl
Diffstat (limited to 'src/mesa/shader/programopt.h')
-rw-r--r--src/mesa/shader/programopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/programopt.h b/src/mesa/shader/programopt.h
index 47ff2f0c7b..11572e64f5 100644
--- a/src/mesa/shader/programopt.h
+++ b/src/mesa/shader/programopt.h
@@ -40,6 +40,6 @@ extern void
_mesa_count_texture_instructions(struct gl_program *prog);
extern void
-_mesa_remove_varying_reads(struct gl_program *prog);
+_mesa_remove_output_reads(struct gl_program *prog, enum register_file type);
#endif /* PROGRAMOPT_H */