projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
137c510
)
draw: Fix return type of draw_translate_vinfo_size.
author
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 19:55:21 +0000
(12:55 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 19:55:21 +0000
(12:55 -0700)
Fixes typo from commit
b609cfc7c9c38f26e7e6d6f7dd5dd6d38f4ed209
.
src/gallium/auxiliary/draw/draw_vertex.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_vertex.h
b/src/gallium/auxiliary/draw/draw_vertex.h
index 3af31ffe1264f3d129fedbc62dbd56ec9bbaa5ce..e63cf5f4f98129824bdb7a1e6a999a8efb690de3 100644
(file)
--- a/
src/gallium/auxiliary/draw/draw_vertex.h
+++ b/
src/gallium/auxiliary/draw/draw_vertex.h
@@
-166,7
+166,7
@@
static INLINE enum pipe_format draw_translate_vinfo_format(enum attrib_emit emit
}
}
-static INLINE
enum attrib_emit
draw_translate_vinfo_size(enum attrib_emit emit)
+static INLINE
unsigned
draw_translate_vinfo_size(enum attrib_emit emit)
{
switch (emit) {
case EMIT_OMIT: