Re: [Mesa-dev] [PATCH 3/3] i965: Add support for Z16 depth formats.

2012-01-17 Thread Chad Versace
On 01/17/2012 04:57 PM, Eric Anholt wrote: > v2: Don't flag the format as being HiZ ready (there's DRI2 handshake > pain to go through). I don't want to enable HiZ on z16 until we can do extensive test coverage on that visual. So, we need to ensure that QA is running oglc with that visual. And

[Mesa-dev] [PATCH 3/3] i965: Add support for Z16 depth formats.

2012-01-17 Thread Eric Anholt
v2: Don't flag the format as being HiZ ready (there's DRI2 handshake pain to go through). Fixes piglit gl-3.0-required-sized-texture-formats --- src/mesa/drivers/dri/i965/brw_wm_surface_state.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/i965/