projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
333ec94
)
softpipe: fix typo
author
Keith Whitwell
<keithw@vmware.com>
Fri, 24 Jul 2009 19:18:52 +0000
(20:18 +0100)
committer
Keith Whitwell
<keithw@vmware.com>
Fri, 24 Jul 2009 19:18:52 +0000
(20:18 +0100)
src/gallium/drivers/softpipe/sp_quad_stencil.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_quad_stencil.c
b/src/gallium/drivers/softpipe/sp_quad_stencil.c
index 706dd2f756be2ac199cf4113f7b282c766222011..d9ee80e59a3717b84947d94de56fa05089e0cea9 100644
(file)
--- a/
src/gallium/drivers/softpipe/sp_quad_stencil.c
+++ b/
src/gallium/drivers/softpipe/sp_quad_stencil.c
@@
-330,7
+330,7
@@
stencil_test_quad(struct quad_stage *qs, struct quad_header *quads[],
}
if (quad->inout.mask)
- quads[pass++] = q;
+ quads[pass++] = q
uad
;
}
if (pass)