projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22725eb
)
llvmpipe: Initialize variable.
author
Vinson Lee
<vlee@vmware.com>
Tue, 19 Oct 2010 17:14:11 +0000
(10:14 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 19 Oct 2010 17:14:11 +0000
(10:14 -0700)
src/gallium/drivers/llvmpipe/lp_rast_debug.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_rast_debug.c
b/src/gallium/drivers/llvmpipe/lp_rast_debug.c
index 5c9dc50866b29cd588ae9bb8a1707e07141b2e16..64ac616f629fbb416fd9e4679f6f226e16e5bc6a 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_rast_debug.c
+++ b/
src/gallium/drivers/llvmpipe/lp_rast_debug.c
@@
-240,6
+240,7
@@
do_debug_bin( struct tile *tile,
memset(tile->data, ' ', sizeof tile->data);
tile->coverage = 0;
tile->overdraw = 0;
+ tile->state = NULL;
for (block = bin->head; block; block = block->next) {
for (k = 0; k < block->count; k++, j++) {