Skip to content
Snippets Groups Projects
Commit 3746ff89 authored by Ville Syrjälä's avatar Ville Syrjälä
Browse files

i915: Kill intel_context::hw_stencil


ctx.hw_stencil is not used anywhere so kill it.

Reviewed-by: default avatarEric Anholt <eric@anholt.net>
Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
parent dafae910
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment