diff options
author | Keith Whitwell <[email protected]> | 2010-02-01 20:32:32 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-02-01 20:33:53 +0000 |
commit | d51b04320d79234f86fc2b881dab33e646400e76 (patch) | |
tree | fa57fe5d926541aabbc6072c6c11901ab5480ce6 /src/mesa/state_tracker/st_program.h | |
parent | 12ffee5d58de487cd03e274f7d6f7118d9ad8206 (diff) |
st/mesa: remove dead stfp input_map array
Was being calculated and not used. Also was probably incorrect...
Diffstat (limited to 'src/mesa/state_tracker/st_program.h')
-rw-r--r-- | src/mesa/state_tracker/st_program.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/state_tracker/st_program.h b/src/mesa/state_tracker/st_program.h index 6b9a9226df5..a094d1c93dd 100644 --- a/src/mesa/state_tracker/st_program.h +++ b/src/mesa/state_tracker/st_program.h @@ -55,9 +55,6 @@ struct st_fragment_program GLuint input_to_slot[FRAG_ATTRIB_MAX]; /**< Maps FRAG_ATTRIB_x to slot */ GLuint num_input_slots; - /** map FP input back to VP output */ - GLuint input_map[PIPE_MAX_SHADER_INPUTS]; - ubyte input_semantic_name[PIPE_MAX_SHADER_INPUTS]; ubyte input_semantic_index[PIPE_MAX_SHADER_INPUTS]; |