diff options
author | Zack Rusin <[email protected]> | 2010-06-02 12:57:58 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2010-06-08 06:28:11 -0400 |
commit | 3a7fc2e4f3de23ab384ca679444971693a35a4c7 (patch) | |
tree | 979fe074d63e0166683b569704e7d33132977ef7 /src/gallium/include/pipe/p_state.h | |
parent | 2c22b8e61dc4adab658c6198feea30c006aa6c58 (diff) |
gallium: rename draw_auto to draw_stream_output, plus fix a comment
Brian spotted those
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 771bff524bd..5ed1cca67a5 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -352,7 +352,6 @@ struct pipe_stream_output_state int output_buffer[PIPE_MAX_SHADER_OUTPUTS]; /**< which register to grab each output from */ int register_index[PIPE_MAX_SHADER_OUTPUTS]; - /**< format for each output */ /**< TGSI_WRITEMASK signifying which components to output */ ubyte register_mask[PIPE_MAX_SHADER_OUTPUTS]; /**< number of outputs */ |