Re: [Mesa-dev] [PATCH 2/5] anv/cmd_buffer: Delay variable assignment in HZ function

2016-10-12 Thread Nanley Chery
On Mon, Oct 10, 2016 at 04:38:12PM -0700, Nanley Chery wrote: > On Mon, Oct 10, 2016 at 04:01:29PM -0700, Jason Ekstrand wrote: > > My patch to fix partial draws makes us use full_surface_op for HiZ resolves > > as well so this patch (and maybe the next one?) are probably moot. > > > > I realize

Re: [Mesa-dev] [PATCH 2/5] anv/cmd_buffer: Delay variable assignment in HZ function

2016-10-10 Thread Nanley Chery
On Mon, Oct 10, 2016 at 04:01:29PM -0700, Jason Ekstrand wrote: > My patch to fix partial draws makes us use full_surface_op for HiZ resolves > as well so this patch (and maybe the next one?) are probably moot. > I realize that this patch conflicts with yours, but in my reply to that patch, I

Re: [Mesa-dev] [PATCH 2/5] anv/cmd_buffer: Delay variable assignment in HZ function

2016-10-10 Thread Jason Ekstrand
My patch to fix partial draws makes us use full_surface_op for HiZ resolves as well so this patch (and maybe the next one?) are probably moot. On Oct 10, 2016 3:33 PM, "Nanley Chery" wrote: > Delay the assignment of some variables until we know they will be used. > >