diff options
author | Eric Anholt <[email protected]> | 2011-11-17 14:45:54 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-11-29 16:44:51 -0800 |
commit | d84a180417d1eabd680554970f1eaaa93abcd41e (patch) | |
tree | aa01f69e18c3abc523aa0ed60fa8289a4deac8ab /src/mesa/drivers/dri/intel | |
parent | ccd4d4367f2b4e5aebfc59b832599812a4a1c7d8 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/intel')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |