From 8a92c2b23c7b6fbd869119e33f4ed7ce3ac0faf5 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 12 Feb 2010 09:43:18 -0700 Subject: cell: declare stencil_value variable --- src/gallium/drivers/cell/ppu/cell_gen_fragment.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/gallium/drivers/cell/ppu/cell_gen_fragment.c b/src/gallium/drivers/cell/ppu/cell_gen_fragment.c index b58fe3764b..8915dd1dd5 100644 --- a/src/gallium/drivers/cell/ppu/cell_gen_fragment.c +++ b/src/gallium/drivers/cell/ppu/cell_gen_fragment.c @@ -1555,6 +1555,7 @@ gen_stencil_depth_test(struct spe_function *f, int stencil_writemask_reg; int zmask_reg; int newS_reg; + unsigned stencil_value; /* Stenciling is quite complex: up to six different configurable stencil * operations/calculations can be required (three each for front-facing -- cgit v1.2.3