Module: Mesa Branch: master Commit: 157d52143a2b541ca9552de2e3323261fc0238cb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=157d52143a2b541ca9552de2e3323261fc0238cb
Author: Brian Paul <[email protected]> Date: Fri Jun 19 09:39:56 2009 -0600 gallium/util: s/boolean/unsigned/ --- src/gallium/auxiliary/util/u_prim.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/auxiliary/util/u_prim.h b/src/gallium/auxiliary/util/u_prim.h index d7c3995..a9b533e 100644 --- a/src/gallium/auxiliary/util/u_prim.h +++ b/src/gallium/auxiliary/util/u_prim.h @@ -119,7 +119,7 @@ static INLINE boolean u_trim_pipe_prim( unsigned pipe_prim, unsigned *nr ) } -static INLINE boolean u_reduced_prim( unsigned pipe_prim ) +static INLINE unsigned u_reduced_prim( unsigned pipe_prim ) { switch (pipe_prim) { case PIPE_PRIM_POINTS: _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
