Re: [Mesa-dev] [PATCH] [RFC] i965: Rewrite the HiZ op

2012-02-04 Thread Kenneth Graunke
On 02/04/2012 09:48 AM, Chad Versace wrote: Anyway, that's all moot since that I've killed the shaders. I now just call gen6_hiz_init() from inside gen6_hiz_exec(). Awesome. Just put the VS in passthrough mode by removing the GEN6_VS_ENABLE bit from your 3DSTATE_VS packet. Then, it will do

Re: [Mesa-dev] [PATCH] [RFC] i965: Rewrite the HiZ op

2012-02-04 Thread Chad Versace
Comments to your comments, and the new patch is at hiz-kill-meta-op-v12. I'm still working on gen7. On 02/03/2012 06:16 PM, Kenneth Graunke wrote: > On 02/03/2012 03:58 PM, Chad Versace wrote: >> /** >> - * Initialize static data needed for HiZ operations. >> + * \return true on success > > No