From d84a180417d1eabd680554970f1eaaa93abcd41e Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 17 Nov 2011 14:45:54 -0800 Subject: i965: Base HW depth format setup based on MESA_FORMAT, not bpp. This will make handling new formats (like actually exposing Z32F) easier and more reliable. v2: Remove the check for hiz buffer -- the MESA_FORMAT should really be giving us the value we want even for hiz. Reviewed-by: Kenneth Graunke --- src/mesa/drivers/dri/intel/intel_context.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/drivers/dri/intel/intel_context.h') diff --git a/src/mesa/drivers/dri/intel/intel_context.h b/src/mesa/drivers/dri/intel/intel_context.h index d49255b44a2..ca01120db6f 100644 --- a/src/mesa/drivers/dri/intel/intel_context.h +++ b/src/mesa/drivers/dri/intel/intel_context.h @@ -281,7 +281,6 @@ struct intel_context bool hw_stencil; bool hw_stipple; - bool depth_buffer_is_float; bool no_rast; bool always_flush_batch; bool always_flush_cache; -- cgit v1.2.3