i965: Remove hw_stipple flag.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 21 Jun 2013 22:33:45 +0000 (15:33 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 28 Jun 2013 20:35:26 +0000 (13:35 -0700)
This was only used by i915.

Acked-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/intel_context.c
src/mesa/drivers/dri/i965/intel_context.h

index f500c083f59868293705e9a60bd45b21871411bf..0761e8610656b654c3870772db8b7f55a3cc4ac1 100644 (file)
@@ -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);
 
index 5a4209fb3d2d1dfd46a46bd4c501c9680dc10dfb..97685ce62651940b7f373bdff9ab605ab05eb3ff 100644 (file)
@@ -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;