diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-02-26 08:43:07 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-02-26 08:43:07 -0700 |
commit | ecd50ef58b034e604ff6b2fedbb0815953e510ea (patch) | |
tree | 1590d0b070785cc502d23f603595f984dad3819d /src/gallium/include/pipe/p_state.h | |
parent | 232a41e19faa860f083e414cb1eb38c0617e9241 (diff) |
gallium: remove input_map[] from pipe_shader_state
Diffstat (limited to 'src/gallium/include/pipe/p_state.h')
-rw-r--r-- | src/gallium/include/pipe/p_state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 15c88881eb..ddf3c1c79b 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -162,7 +162,6 @@ struct pipe_shader_state const struct tgsi_token *tokens; ubyte num_inputs; ubyte num_outputs; - ubyte input_map[PIPE_MAX_SHADER_INPUTS]; /* XXX this may be temporary */ ubyte input_semantic_name[PIPE_MAX_SHADER_INPUTS]; /**< TGSI_SEMANTIC_x */ ubyte input_semantic_index[PIPE_MAX_SHADER_INPUTS]; ubyte output_semantic_name[PIPE_MAX_SHADER_OUTPUTS]; /**< TGSI_SEMANTIC_x */ |