From 3a7fc2e4f3de23ab384ca679444971693a35a4c7 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Wed, 2 Jun 2010 12:57:58 -0400 Subject: gallium: rename draw_auto to draw_stream_output, plus fix a comment Brian spotted those --- src/gallium/include/pipe/p_context.h | 2 +- src/gallium/include/pipe/p_state.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gallium/include') diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h index 3a792b0fe0..74180888f6 100644 --- a/src/gallium/include/pipe/p_context.h +++ b/src/gallium/include/pipe/p_context.h @@ -105,7 +105,7 @@ struct pipe_context { /** * Draw the stream output buffer at index 0 */ - void (*draw_auto)( struct pipe_context *pipe, unsigned mode ); + void (*draw_stream_output)( struct pipe_context *pipe, unsigned mode ); /*@}*/ /** diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 771bff524b..5ed1cca67a 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 */ -- cgit v1.2.3