From: Brian Paul Date: Tue, 7 Oct 2008 20:50:06 +0000 (-0600) Subject: cell: memset() key to zero X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=be3c070b6a86255feb752b7574daff8cb6091b96;p=mesa.git cell: memset() key to zero --- diff --git a/src/gallium/drivers/cell/ppu/cell_state_emit.c b/src/gallium/drivers/cell/ppu/cell_state_emit.c index b00c41f47d6..69c1e4d342d 100644 --- a/src/gallium/drivers/cell/ppu/cell_state_emit.c +++ b/src/gallium/drivers/cell/ppu/cell_state_emit.c @@ -49,6 +49,7 @@ lookup_fragment_ops(struct cell_context *cell) /* * Build key */ + memset(&key, 0, sizeof(key)); key.blend = *cell->blend; key.dsa = *cell->depth_stencil;