diff options
| -rw-r--r-- | src/gallium/drivers/cell/ppu/cell_gen_fragment.c | 1 | 
1 files changed, 1 insertions, 0 deletions
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  | 
