i965: Delete hw_stencil flag.

This was only used by i915.

Acked-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Kenneth Graunke 2013-06-21 15:34:20 -07:00
parent 4299e35888
commit a4e31956ac
2 changed files with 0 additions and 3 deletions

View file

@ -612,8 +612,6 @@ intelInitContext(struct intel_context *intel,
_mesa_meta_init(ctx);
intel->hw_stencil = mesaVis->stencilBits && mesaVis->depthBits == 24;
intelInitExtensions(ctx);
INTEL_DEBUG = driParseDebugString(getenv("INTEL_DEBUG"), debug_control);

View file

@ -224,7 +224,6 @@ struct intel_context
GLuint stats_wm;
bool hw_stencil;
bool no_rast;
bool always_flush_batch;
bool always_flush_cache;