Re: [Mesa-dev] [PATCH 09/12] anv/cmd_buffer: Add code for performing HZ operations

2016-09-19 Thread Nanley Chery
On Fri, Sep 02, 2016 at 05:01:28PM -0700, Jason Ekstrand wrote: > On Wed, Aug 31, 2016 at 8:29 PM, Nanley Chery wrote: > > > From: Jason Ekstrand > > > > First off, this is your patch not mine. The patch of mine you based this > on was little

Re: [Mesa-dev] [PATCH 09/12] anv/cmd_buffer: Add code for performing HZ operations

2016-09-02 Thread Jason Ekstrand
On Wed, Aug 31, 2016 at 8:29 PM, Nanley Chery wrote: > From: Jason Ekstrand > First off, this is your patch not mine. The patch of mine you based this on was little more than a skeleton that demonstrated how to use PIPE_CONTROL. All of the

Re: [Mesa-dev] [PATCH 09/12] anv/cmd_buffer: Add code for performing HZ operations

2016-09-02 Thread Chad Versace
On Fri 02 Sep 2016, Nanley Chery wrote: > On Wed, Aug 31, 2016 at 08:29:55PM -0700, Nanley Chery wrote: > > From: Jason Ekstrand > > > > Nanley Chery: > > (rebase) > > - Resolve conflicts with the new anv_batch_emit macro > > (amend) > > - Update commit title > > -

Re: [Mesa-dev] [PATCH 09/12] anv/cmd_buffer: Add code for performing HZ operations

2016-09-02 Thread Nanley Chery
On Wed, Aug 31, 2016 at 08:29:55PM -0700, Nanley Chery wrote: > From: Jason Ekstrand > > Nanley Chery: > (rebase) > - Resolve conflicts with the new anv_batch_emit macro > (amend) > - Update commit title > - Combine all HZ operations into one function > - Add code

[Mesa-dev] [PATCH 09/12] anv/cmd_buffer: Add code for performing HZ operations

2016-08-31 Thread Nanley Chery
From: Jason Ekstrand Nanley Chery: (rebase) - Resolve conflicts with the new anv_batch_emit macro (amend) - Update commit title - Combine all HZ operations into one function - Add code for performing HiZ resolve operations - Add proper stencil and multisampling