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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user