diff options
author | Roland Scheidegger <[email protected]> | 2010-02-11 18:16:09 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2010-02-11 18:16:09 +0100 |
commit | 388109c04dc92ed81d1dbe6209120c95bdbc83cd (patch) | |
tree | 293a3b675b9b9edf88981a578adeef7fb1a02fae /src/gallium/drivers/i915/i915_context.h | |
parent | 263406addb90ca7599ddfb210944ab0dd63b973c (diff) |
i915g: adapt to stencil ref changes
Diffstat (limited to 'src/gallium/drivers/i915/i915_context.h')
-rw-r--r-- | src/gallium/drivers/i915/i915_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i915/i915_context.h b/src/gallium/drivers/i915/i915_context.h index 1479d2201a9..da769e7b290 100644 --- a/src/gallium/drivers/i915/i915_context.h +++ b/src/gallium/drivers/i915/i915_context.h @@ -232,6 +232,7 @@ struct i915_context struct i915_fragment_shader *fs; struct pipe_blend_color blend_color; + struct pipe_stencil_ref stencil_ref; struct pipe_clip_state clip; /* XXX unneded */ struct pipe_buffer *constants[PIPE_SHADER_TYPES]; |