i915: Kill intel_context::hw_stencil

ctx.hw_stencil is not used anywhere so kill it.

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
This commit is contained in:
Ville Syrjälä 2014-07-06 15:10:44 +03:00
parent dafae910d4
commit 3746ff89bc
2 changed files with 0 additions and 2 deletions

View file

@ -507,7 +507,6 @@ intelInitContext(struct intel_context *intel,
_mesa_meta_init(ctx);
intel->hw_stencil = mesaVis && mesaVis->stencilBits && mesaVis->depthBits == 24;
intel->hw_stipple = 1;
intel->RenderIndex = ~0;

View file

@ -226,7 +226,6 @@ struct intel_context
GLfloat polygon_offset_scale; /* dependent on depth_scale, bpp */
bool hw_stencil;
bool hw_stipple;
bool no_rast;
bool always_flush_batch;