summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_mesa_to_tgsi.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-14 19:50:45 -0800
committerKeith Whitwell <keithw@vmware.com>2009-11-15 11:23:29 -0800
commit9953fe4cb48b02a0d75735b88173f0ed170a77f2 (patch)
tree2b89e45acda8eced47f5db35da372bad1b14101b /src/mesa/state_tracker/st_mesa_to_tgsi.h
parent0ffdd1c1e897c448cbc359aea3e3a3ba098bbfe5 (diff)
mesa/st: don't calculate unused output_flags data either
Diffstat (limited to 'src/mesa/state_tracker/st_mesa_to_tgsi.h')
-rw-r--r--src/mesa/state_tracker/st_mesa_to_tgsi.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_mesa_to_tgsi.h b/src/mesa/state_tracker/st_mesa_to_tgsi.h
index 384831762d..dc0362fe79 100644
--- a/src/mesa/state_tracker/st_mesa_to_tgsi.h
+++ b/src/mesa/state_tracker/st_mesa_to_tgsi.h
@@ -52,8 +52,7 @@ st_translate_mesa_program(
GLuint numOutputs,
const GLuint outputMapping[],
const ubyte outputSemanticName[],
- const ubyte outputSemanticIndex[],
- const GLbitfield outputFlags[] );
+ const ubyte outputSemanticIndex[] );
void
st_free_tokens(const struct tgsi_token *tokens);