Re: [Mesa-dev] [PATCH v2 4/5] i965/clear: Simplify updating the indirect depth value

2018-04-26 Thread Nanley Chery
On Thu, Apr 26, 2018 at 11:27:00AM -0700, Jason Ekstrand wrote: > On Thu, Apr 26, 2018 at 11:19 AM, Rafael Antognolli < > rafael.antogno...@intel.com> wrote: > > > On Thu, Apr 26, 2018 at 10:41:37AM -0700, Nanley Chery wrote: > > > On Wed, Apr 25, 2018 at 08:53:36PM -0400, Jason Ekstrand wrote: >

Re: [Mesa-dev] [PATCH v2 4/5] i965/clear: Simplify updating the indirect depth value

2018-04-26 Thread Jason Ekstrand
On Thu, Apr 26, 2018 at 11:19 AM, Rafael Antognolli < rafael.antogno...@intel.com> wrote: > On Thu, Apr 26, 2018 at 10:41:37AM -0700, Nanley Chery wrote: > > On Wed, Apr 25, 2018 at 08:53:36PM -0400, Jason Ekstrand wrote: > > > > > > > > > On April 25, 2018 20:25:16 Nanley Chery

Re: [Mesa-dev] [PATCH v2 4/5] i965/clear: Simplify updating the indirect depth value

2018-04-26 Thread Rafael Antognolli
On Thu, Apr 26, 2018 at 10:41:37AM -0700, Nanley Chery wrote: > On Wed, Apr 25, 2018 at 08:53:36PM -0400, Jason Ekstrand wrote: > > > > > > On April 25, 2018 20:25:16 Nanley Chery wrote: > > > > On Wed, Apr 25, 2018 at 04:50:11PM -0700, Jason Ekstrand wrote: > > On Tue,

Re: [Mesa-dev] [PATCH v2 4/5] i965/clear: Simplify updating the indirect depth value

2018-04-26 Thread Nanley Chery
+ Rafael On Thu, Apr 26, 2018 at 10:41:37AM -0700, Nanley Chery wrote: > On Wed, Apr 25, 2018 at 08:53:36PM -0400, Jason Ekstrand wrote: > > > > > > On April 25, 2018 20:25:16 Nanley Chery wrote: > > > > On Wed, Apr 25, 2018 at 04:50:11PM -0700, Jason Ekstrand wrote: >

Re: [Mesa-dev] [PATCH v2 4/5] i965/clear: Simplify updating the indirect depth value

2018-04-26 Thread Nanley Chery
On Wed, Apr 25, 2018 at 08:53:36PM -0400, Jason Ekstrand wrote: > > > On April 25, 2018 20:25:16 Nanley Chery wrote: > > On Wed, Apr 25, 2018 at 04:50:11PM -0700, Jason Ekstrand wrote: > On Tue, Apr 24, 2018 at 5:48 PM, Nanley Chery wrote: >

Re: [Mesa-dev] [PATCH v2 4/5] i965/clear: Simplify updating the indirect depth value

2018-04-25 Thread Jason Ekstrand
On April 25, 2018 20:25:16 Nanley Chery wrote: On Wed, Apr 25, 2018 at 04:50:11PM -0700, Jason Ekstrand wrote: On Tue, Apr 24, 2018 at 5:48 PM, Nanley Chery wrote: Determine the predicate for updating the indirect depth value in the loop which

Re: [Mesa-dev] [PATCH v2 4/5] i965/clear: Simplify updating the indirect depth value

2018-04-25 Thread Nanley Chery
On Wed, Apr 25, 2018 at 04:50:11PM -0700, Jason Ekstrand wrote: > On Tue, Apr 24, 2018 at 5:48 PM, Nanley Chery wrote: > > > Determine the predicate for updating the indirect depth value in the > > loop which inspects whether or not we need to resolve any slices. > > --- >

Re: [Mesa-dev] [PATCH v2 4/5] i965/clear: Simplify updating the indirect depth value

2018-04-25 Thread Jason Ekstrand
On Tue, Apr 24, 2018 at 5:48 PM, Nanley Chery wrote: > Determine the predicate for updating the indirect depth value in the > loop which inspects whether or not we need to resolve any slices. > --- > src/mesa/drivers/dri/i965/brw_clear.c | 43

Re: [Mesa-dev] [PATCH v2 4/5] i965/clear: Simplify updating the indirect depth value

2018-04-25 Thread Rafael Antognolli
On Wed, Apr 25, 2018 at 02:53:26PM -0700, Nanley Chery wrote: > On Wed, Apr 25, 2018 at 02:26:18PM -0700, Rafael Antognolli wrote: > > On Tue, Apr 24, 2018 at 05:48:45PM -0700, Nanley Chery wrote: > > > Determine the predicate for updating the indirect depth value in the > > > loop which inspects

Re: [Mesa-dev] [PATCH v2 4/5] i965/clear: Simplify updating the indirect depth value

2018-04-25 Thread Nanley Chery
On Wed, Apr 25, 2018 at 02:26:18PM -0700, Rafael Antognolli wrote: > On Tue, Apr 24, 2018 at 05:48:45PM -0700, Nanley Chery wrote: > > Determine the predicate for updating the indirect depth value in the > > loop which inspects whether or not we need to resolve any slices. > > --- > >

Re: [Mesa-dev] [PATCH v2 4/5] i965/clear: Simplify updating the indirect depth value

2018-04-25 Thread Rafael Antognolli
On Tue, Apr 24, 2018 at 05:48:45PM -0700, Nanley Chery wrote: > Determine the predicate for updating the indirect depth value in the > loop which inspects whether or not we need to resolve any slices. > --- > src/mesa/drivers/dri/i965/brw_clear.c | 43 > +-- > 1

[Mesa-dev] [PATCH v2 4/5] i965/clear: Simplify updating the indirect depth value

2018-04-24 Thread Nanley Chery
Determine the predicate for updating the indirect depth value in the loop which inspects whether or not we need to resolve any slices. --- src/mesa/drivers/dri/i965/brw_clear.c | 43 +-- 1 file changed, 16 insertions(+), 27 deletions(-) diff --git