From 4299e3588811d71301f17a1d7edaa0df7e2e615a Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Fri, 21 Jun 2013 15:33:45 -0700 Subject: [PATCH] i965: Remove hw_stipple flag. This was only used by i915. Acked-by: Eric Anholt --- src/mesa/drivers/dri/i965/intel_context.c | 1 - src/mesa/drivers/dri/i965/intel_context.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/intel_context.c b/src/mesa/drivers/dri/i965/intel_context.c index f500c08..0761e86 100644 --- a/src/mesa/drivers/dri/i965/intel_context.c +++ b/src/mesa/drivers/dri/i965/intel_context.c @@ -613,7 +613,6 @@ intelInitContext(struct intel_context *intel, _mesa_meta_init(ctx); intel->hw_stencil = mesaVis->stencilBits && mesaVis->depthBits == 24; - intel->hw_stipple = 1; intelInitExtensions(ctx); diff --git a/src/mesa/drivers/dri/i965/intel_context.h b/src/mesa/drivers/dri/i965/intel_context.h index 5a4209f..97685ce 100644 --- a/src/mesa/drivers/dri/i965/intel_context.h +++ b/src/mesa/drivers/dri/i965/intel_context.h @@ -225,7 +225,6 @@ struct intel_context GLuint stats_wm; bool hw_stencil; - bool hw_stipple; bool no_rast; bool always_flush_batch; bool always_flush_cache; -- 2.7.4