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 <srol...@vmware.com> _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev