From 94c035f61d38e198382c90b1a113817dc018ea36 Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Thu, 11 Feb 2010 18:18:11 +0100 Subject: cell: adapt to stencil ref changes not betting this compiles, some of the code handling stencil test seems incomplete and/or never called? --- src/gallium/drivers/cell/ppu/cell_context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/cell/ppu/cell_context.h') diff --git a/src/gallium/drivers/cell/ppu/cell_context.h b/src/gallium/drivers/cell/ppu/cell_context.h index 905cd5db39..a77cc5b906 100644 --- a/src/gallium/drivers/cell/ppu/cell_context.h +++ b/src/gallium/drivers/cell/ppu/cell_context.h @@ -114,6 +114,7 @@ struct cell_context struct spe_function logic_op; struct pipe_blend_color blend_color; + struct pipe_stencil_ref stencil_ref; struct pipe_clip_state clip; struct pipe_buffer *constants[2]; struct pipe_framebuffer_state framebuffer; -- cgit v1.2.3