summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast_debug.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-10-19 10:14:11 -0700
committerVinson Lee <vlee@vmware.com>2010-10-19 10:14:11 -0700
commit36dde032a4f7d6a8b68c1adc8e829816e2e8826e (patch)
tree67f89318b77c5c95fe7c85af8c87e687376ecbd0 /src/gallium/drivers/llvmpipe/lp_rast_debug.c
parent22725eb3e87921632a24579d63bb20c35a122afa (diff)
llvmpipe: Initialize variable.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast_debug.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast_debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast_debug.c b/src/gallium/drivers/llvmpipe/lp_rast_debug.c
index 5c9dc50866..64ac616f62 100644
--- 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++) {