[Mesa-dev] [PATCH 5/5] gallium: change pipe_draw_info::mode to be pipe_prim_type
Roland Scheidegger
sroland at vmware.com
Thu May 26 15:40:50 UTC 2016
Am 26.05.2016 um 16:09 schrieb Brian Paul:
> Makes debugging with gdb a little nicer.
> ---
> src/gallium/include/pipe/p_state.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h
> index eacf9bb..396f563 100644
> --- a/src/gallium/include/pipe/p_state.h
> +++ b/src/gallium/include/pipe/p_state.h
> @@ -617,7 +617,7 @@ struct pipe_draw_info
> {
> boolean indexed; /**< use index buffer */
>
> - unsigned mode; /**< the mode of the primitive */
> + enum pipe_prim_type mode; /**< the mode of the primitive */
> unsigned start; /**< the index of the first vertex */
> unsigned count; /**< number of vertices */
>
>
For the series: Reviewed-by: Roland Scheidegger <sroland at vmware.com>
More information about the mesa-dev
mailing list