i915,i830: Remove dead HiZ assertions in *update_draw_buffer()
authorChad Versace <chad@chad-versace.us>
Fri, 7 Oct 2011 17:26:12 +0000 (10:26 -0700)
committerChad Versace <chad@chad-versace.us>
Fri, 7 Oct 2011 17:33:51 +0000 (10:33 -0700)
commit53f858637319f0efa47dd9acdb547e7913f3f86b
treeea9aff7b00031014d4a7540cca2fc77dbcdeaf32
parent793d29d6d3fd0df72aabe4648bf6814ec2d4aecd
i915,i830: Remove dead HiZ assertions in *update_draw_buffer()

i915 and i830 hardware doesn't have HiZ, so remove all HiZ related
assertions from *update_draw_buffer().

I've removed the dead format checks completely rather than replace them
with more appropriate checks. This doesn't reduce "assertion coverage",
however, because when I added these HiZ related assertions in c8fdf66
there were no pre-existing checks there.

Signed-off-by: Chad Versace <chad@chad-versace.us>
src/mesa/drivers/dri/i915/i830_vtbl.c
src/mesa/drivers/dri/i915/i915_vtbl.c