projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c71a19
)
llvmpipe: fix typo
author
Keith Whitwell
<keithw@vmware.com>
Fri, 24 Jul 2009 19:18:52 +0000
(20:18 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Sat, 29 Aug 2009 08:21:18 +0000
(09:21 +0100)
src/gallium/drivers/llvmpipe/lp_quad_stencil.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_quad_stencil.c
b/src/gallium/drivers/llvmpipe/lp_quad_stencil.c
index 0acfa7cb68ad70c27855ee41d605ca98136b70a8..150d6d3998047fb42238c6ccf29ec4aa0c429acd 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_quad_stencil.c
+++ b/
src/gallium/drivers/llvmpipe/lp_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)