mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
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:
parent
dafae910d4
commit
3746ff89bc
2 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue