Re: [Mesa-dev] [PATCH 4/5] intel: Add function intel_renderbuffer_hiz_alloc

2011-10-19 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/18/2011 03:51 PM, Eric Anholt wrote: > On Mon, 17 Oct 2011 07:40:27 -0700, Chad Versace wrote: >> This function allocates the HiZ region and initializes the HiZ control >> state for a depthbuffer. >> >> It is wise to define the logic for HiZ reg

Re: [Mesa-dev] [PATCH 4/5] intel: Add function intel_renderbuffer_hiz_alloc

2011-10-18 Thread Eric Anholt
On Mon, 17 Oct 2011 07:40:27 -0700, Chad Versace wrote: > This function allocates the HiZ region and initializes the HiZ control > state for a depthbuffer. > > It is wise to define the logic for HiZ region allocation in a single > location, since when MSAA arrives that logic will become more comp

[Mesa-dev] [PATCH 4/5] intel: Add function intel_renderbuffer_hiz_alloc

2011-10-17 Thread Chad Versace
This function allocates the HiZ region and initializes the HiZ control state for a depthbuffer. It is wise to define the logic for HiZ region allocation in a single location, since when MSAA arrives that logic will become more complicated. Signed-off-by: Chad Versace --- src/mesa/drivers/dri/in