From 388109c04dc92ed81d1dbe6209120c95bdbc83cd Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Thu, 11 Feb 2010 18:16:09 +0100 Subject: i915g: adapt to stencil ref changes --- src/gallium/drivers/i915/i915_context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/i915/i915_context.h') diff --git a/src/gallium/drivers/i915/i915_context.h b/src/gallium/drivers/i915/i915_context.h index 1479d2201a..da769e7b29 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]; -- cgit v1.2.3