Re: [Mesa-dev] [PATCH V2 05/11] anv: Allocate hiz surface

2016-10-04 Thread Jason Ekstrand
On Tue, Oct 4, 2016 at 3:48 PM, Nanley Chery wrote: > On Mon, Oct 03, 2016 at 04:27:53PM -0700, Jason Ekstrand wrote: > > On Mon, Sep 26, 2016 at 5:10 PM, Nanley Chery > wrote: > > > > > From: Chad Versace > > > > > > Nanley Chery: > > > (rebase) > > > - Use isl_surf_get_hiz_surf() > > > (amen

Re: [Mesa-dev] [PATCH V2 05/11] anv: Allocate hiz surface

2016-10-04 Thread Nanley Chery
On Mon, Oct 03, 2016 at 04:27:53PM -0700, Jason Ekstrand wrote: > On Mon, Sep 26, 2016 at 5:10 PM, Nanley Chery wrote: > > > From: Chad Versace > > > > Nanley Chery: > > (rebase) > > - Use isl_surf_get_hiz_surf() > > (amend) > > - Only add a HiZ surface onto a depth/stencil attachment > > - A

Re: [Mesa-dev] [PATCH V2 05/11] anv: Allocate hiz surface

2016-10-03 Thread Jason Ekstrand
On Mon, Sep 26, 2016 at 5:10 PM, Nanley Chery wrote: > From: Chad Versace > > Nanley Chery: > (rebase) > - Use isl_surf_get_hiz_surf() > (amend) > - Only add a HiZ surface onto a depth/stencil attachment > - Add comment above HiZ surface addition > - Hide HiZ behind INTEL_VK_HIZ prior to BDW

Re: [Mesa-dev] [PATCH V2 05/11] anv: Allocate hiz surface

2016-09-27 Thread Chad Versace
On Mon 26 Sep 2016, Nanley Chery wrote: > From: Chad Versace > > Nanley Chery: > (rebase) > - Use isl_surf_get_hiz_surf() > (amend) > - Only add a HiZ surface onto a depth/stencil attachment > - Add comment above HiZ surface addition > - Hide HiZ behind INTEL_VK_HIZ prior to BDW > - Disable

[Mesa-dev] [PATCH V2 05/11] anv: Allocate hiz surface

2016-09-26 Thread Nanley Chery
From: Chad Versace Nanley Chery: (rebase) - Use isl_surf_get_hiz_surf() (amend) - Only add a HiZ surface onto a depth/stencil attachment - Add comment above HiZ surface addition - Hide HiZ behind INTEL_VK_HIZ prior to BDW - Disable HiZ for untested cases - Remove DISABLE_AUX_BIT instead of