summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_context.h
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2010-02-11 18:18:11 +0100
committerRoland Scheidegger <sroland@vmware.com>2010-02-11 18:18:11 +0100
commit94c035f61d38e198382c90b1a113817dc018ea36 (patch)
tree0dafe05eac86fa05f77614b75d00e2ae8493d429 /src/gallium/drivers/cell/ppu/cell_context.h
parent0b659dee69f82905677eadc3be5eb728a774ce9b (diff)
cell: adapt to stencil ref changes
not betting this compiles, some of the code handling stencil test seems incomplete and/or never called?
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_context.h')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_context.h1
1 files changed, 1 insertions, 0 deletions
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;