i965: Remove hw_stipple flag. 88/7288/1
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 f500c08..0761e86 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 5a4209f..97685ce 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;