Re: [Mesa-dev] [PATCH 01/12] intel: Only prefer separate stencil when we can do HiZ.

2011-12-06 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/05/2011 11:42 AM, Eric Anholt wrote: > This required is_hiz_depth_format to start returning true on S8_Z24 as > well, since that's the format we have here. The two previous callers > are only calling it on non-depthstencil formats. > > This avo

[Mesa-dev] [PATCH 01/12] intel: Only prefer separate stencil when we can do HiZ.

2011-12-05 Thread Eric Anholt
This required is_hiz_depth_format to start returning true on S8_Z24 as well, since that's the format we have here. The two previous callers are only calling it on non-depthstencil formats. This avoids us needing to have HiZ working on a new Z format immediately upon exposing the format (particula