Mesa (master): llvmpipe: Initialize variable.

Vinson Lee vlee at kemper.freedesktop.org
Tue Oct 19 17:17:05 UTC 2010


Module: Mesa
Branch: master
Commit: 36dde032a4f7d6a8b68c1adc8e829816e2e8826e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=36dde032a4f7d6a8b68c1adc8e829816e2e8826e

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Oct 19 10:14:11 2010 -0700

llvmpipe: Initialize variable.

---

 src/gallium/drivers/llvmpipe/lp_rast_debug.c |    1 +
 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 5c9dc50..64ac616 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++) {




More information about the mesa-commit mailing list