projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0b8832
)
gallium/util: s/boolean/unsigned/
author
Brian Paul
<brianp@vmware.com>
Fri, 19 Jun 2009 15:39:56 +0000
(09:39 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 19 Jun 2009 15:39:56 +0000
(09:39 -0600)
src/gallium/auxiliary/util/u_prim.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_prim.h
b/src/gallium/auxiliary/util/u_prim.h
index d7c3995dbf053f940c44718a9e2dc9d8309d8b34..a9b533eea700458bf512607aa8b5fd9f29c4ce7f 100644
(file)
--- 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: