Module: Mesa
Branch: gallium-dynamicstencilref
Commit: 8a92c2b23c7b6fbd869119e33f4ed7ce3ac0faf5
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a92c2b23c7b6fbd869119e33f4ed7ce3ac0faf5

Author: Brian Paul <[email protected]>
Date:   Fri Feb 12 09:43:18 2010 -0700

cell: declare stencil_value variable

---

 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 b58fe37..8915dd1 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

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to