mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
i965: Delete hw_stencil flag.
This was only used by i915. Acked-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
4299e35888
commit
a4e31956ac
2 changed files with 0 additions and 3 deletions
|
|
@ -612,8 +612,6 @@ intelInitContext(struct intel_context *intel,
|
||||||
|
|
||||||
_mesa_meta_init(ctx);
|
_mesa_meta_init(ctx);
|
||||||
|
|
||||||
intel->hw_stencil = mesaVis->stencilBits && mesaVis->depthBits == 24;
|
|
||||||
|
|
||||||
intelInitExtensions(ctx);
|
intelInitExtensions(ctx);
|
||||||
|
|
||||||
INTEL_DEBUG = driParseDebugString(getenv("INTEL_DEBUG"), debug_control);
|
INTEL_DEBUG = driParseDebugString(getenv("INTEL_DEBUG"), debug_control);
|
||||||
|
|
|
||||||
|
|
@ -224,7 +224,6 @@ struct intel_context
|
||||||
|
|
||||||
GLuint stats_wm;
|
GLuint stats_wm;
|
||||||
|
|
||||||
bool hw_stencil;
|
|
||||||
bool no_rast;
|
bool no_rast;
|
||||||
bool always_flush_batch;
|
bool always_flush_batch;
|
||||||
bool always_flush_cache;
|
bool always_flush_cache;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue