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:48:42 -0800
committerKeith Whitwell <keithw@vmware.com>2009-11-15 11:23:29 -0800
commit0ffdd1c1e897c448cbc359aea3e3a3ba098bbfe5 (patch)
tree1c9ef8740c75b4619680ce87fee0f8e94d544ee7 /src/mesa/state_tracker/st_mesa_to_tgsi.h
parentb44b70dc114ddcfb4d359759928df4d7b9efaafb (diff)
mesa/st: don't calculate unused input_flags data
Diffstat (limited to 'src/mesa/state_tracker/st_mesa_to_tgsi.h')
-rw-r--r--src/mesa/state_tracker/st_mesa_to_tgsi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_mesa_to_tgsi.h b/src/mesa/state_tracker/st_mesa_to_tgsi.h
index c0d1ff59e1..384831762d 100644
--- a/src/mesa/state_tracker/st_mesa_to_tgsi.h
+++ b/src/mesa/state_tracker/st_mesa_to_tgsi.h
@@ -49,7 +49,6 @@ st_translate_mesa_program(
const ubyte inputSemanticName[],
const ubyte inputSemanticIndex[],
const GLuint interpMode[],
- const GLbitfield inputFlags[],
GLuint numOutputs,
const GLuint outputMapping[],
const ubyte outputSemanticName[],