mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-20 04:30:22 +01:00
gallium/util: s/boolean/unsigned/
This commit is contained in:
parent
b0b8832e6f
commit
157d52143a
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue