Re: [Mesa-dev] [PATCH 00/12] i965: Begin implementing HiZ

2011-05-02 Thread Chad Versace
I'm NAK'ing this patchset. I'm removing the context-global hiz enablement field (intel_context.use_hiz) and making hiz enablement a property of individual renderbuffers. On 04/29/2011 06:04 PM, c...@chad-versace.us wrote: > From: Chad Versace > > Begin implementing HiZ for Gen >= 5. Since it's i

[Mesa-dev] [PATCH 00/12] i965: Begin implementing HiZ

2011-04-29 Thread chad
From: Chad Versace Begin implementing HiZ for Gen >= 5. Since it's incomplete, the patch series leaves HiZ disabled default. But you can force enable it with env INTEL_USE_HIZ=1. I did a full Piglit run on Gen 5 and found no regressions. These patches live on my personal hiz branch. What does