intel: Change signature of HiZ resolve functions
authorChad Versace <chad.versace@linux.intel.com>
Thu, 17 Nov 2011 07:23:30 +0000 (23:23 -0800)
committerChad Versace <chad.versace@linux.intel.com>
Tue, 22 Nov 2011 18:50:49 +0000 (10:50 -0800)
commitf17b12278dcc0e370d04a2a9a73677ab4c9f2c26
tree13fd738f3be591c340a1dde47d9e71f77b96769c
parentc0151839473c83a2d0eea6285a649c1674466752
intel: Change signature of HiZ resolve functions

Now that intel_renderbuffer::region has been replaced with a miptree, the
HiZ functions region parameter must be replaced with a miptree parameter.

Change the return type from bool to void.

Rename the 'depth' parameter to 'layer', because it will correspond to
irb->mt_layer.

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/drivers/dri/i965/brw_vtbl.c
src/mesa/drivers/dri/i965/gen6_hiz.c
src/mesa/drivers/dri/i965/gen6_hiz.h
src/mesa/drivers/dri/intel/intel_context.h