summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_program.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@kemper.freedesktop.org>2008-03-13 18:08:18 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2008-03-13 18:10:26 +0000
commitfa9e7e9a8debb68611909ac2ffab527c6c39a3e5 (patch)
tree1f95cc353cc5e80948d305a3c437e95dc5f3ec3c /src/mesa/state_tracker/st_program.h
parentb0d5519b449feda7b048bc59d4fede54e43f5ae1 (diff)
gallium: remove semantic info from pipe_shader_state
Brian's patch to clean up the shader interfaces.
Diffstat (limited to 'src/mesa/state_tracker/st_program.h')
-rw-r--r--src/mesa/state_tracker/st_program.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_program.h b/src/mesa/state_tracker/st_program.h
index 78786dcbb6..9ef2a07eaa 100644
--- a/src/mesa/state_tracker/st_program.h
+++ b/src/mesa/state_tracker/st_program.h
@@ -85,6 +85,8 @@ struct st_vertex_program
/** maps a TGSI input index back to a Mesa VERT_ATTRIB_x */
GLuint index_to_input[PIPE_MAX_SHADER_INPUTS];
+ GLuint num_inputs;
+
struct pipe_shader_state state;
struct pipe_shader_state *driver_shader;