projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb33dd6
)
draw: fix a silly error
author
Zack Rusin
<zackr@vmware.com>
Thu, 17 Jun 2010 15:13:18 +0000
(11:13 -0400)
committer
Zack Rusin
<zackr@vmware.com>
Thu, 17 Jun 2010 15:13:18 +0000
(11:13 -0400)
src/gallium/auxiliary/draw/draw_gs_tmp.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_gs_tmp.h
b/src/gallium/auxiliary/draw/draw_gs_tmp.h
index 4687e8823c70a08f7d172f699024c1041c63984c..e906f08aeb8445ed6bee5548e190954ea24a05a9 100644
(file)
--- a/
src/gallium/auxiliary/draw/draw_gs_tmp.h
+++ b/
src/gallium/auxiliary/draw/draw_gs_tmp.h
@@
-114,7
+114,7
@@
static void FUNC( struct draw_geometry_shader *shader,
break;
case PIPE_PRIM_LINE_STRIP_ADJACENCY:
for (i = 1; i + 2 < count; i++) {
- LINE( shader, i - 1, i, i + 1, i + 2 );
+ LINE
_ADJ
( shader, i - 1, i, i + 1, i + 2 );
}
break;