diff options
author | Stéphane Marchesin <[email protected]> | 2012-04-12 18:30:59 -0700 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2012-04-12 18:30:59 -0700 |
commit | 05265bee8554241d98e741643d62ad2f8d270192 (patch) | |
tree | 40a9597be99f05156d055e9b806a68c2ca9062e7 /src/gallium/drivers/i915/i915_context.h | |
parent | 0d2bc18e4dd37892f2de0cf0cf4b9ed44cbc0cbc (diff) |
Revert "i915g: Remove unused poly stipple state."
This reverts commit be6a02266d1a934c6eff9aaf12fc618588b2d586.
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 5790a2d0d26..b019c9f342a 100644 --- a/src/gallium/drivers/i915/i915_context.h +++ b/src/gallium/drivers/i915/i915_context.h @@ -239,6 +239,7 @@ struct i915_context { struct pipe_clip_state clip; struct pipe_resource *constants[PIPE_SHADER_TYPES]; struct pipe_framebuffer_state framebuffer; + struct pipe_poly_stipple poly_stipple; struct pipe_scissor_state scissor; struct pipe_sampler_view *fragment_sampler_views[PIPE_MAX_SAMPLERS]; struct pipe_sampler_view *vertex_sampler_views[PIPE_MAX_SAMPLERS]; |