Re: [Mesa-dev] [PATCH 08/13] anv: Adjust params of color buffer transitioning functions

2017-06-19 Thread Jason Ekstrand
On Mon, Jun 19, 2017 at 4:57 PM, Nanley Chery wrote: > On Mon, Jun 19, 2017 at 04:33:29PM -0700, Jason Ekstrand wrote: > > On Tue, Jun 13, 2017 at 11:41 AM, Nanley Chery > > wrote: > > > > > Splitting out these fields will make the color buffer

Re: [Mesa-dev] [PATCH 08/13] anv: Adjust params of color buffer transitioning functions

2017-06-19 Thread Nanley Chery
On Mon, Jun 19, 2017 at 04:33:29PM -0700, Jason Ekstrand wrote: > On Tue, Jun 13, 2017 at 11:41 AM, Nanley Chery > wrote: > > > Splitting out these fields will make the color buffer transitioning > > function simpler when it gains more features. > > > > Signed-off-by:

Re: [Mesa-dev] [PATCH 08/13] anv: Adjust params of color buffer transitioning functions

2017-06-19 Thread Jason Ekstrand
On Tue, Jun 13, 2017 at 11:41 AM, Nanley Chery wrote: > Splitting out these fields will make the color buffer transitioning > function simpler when it gains more features. > > Signed-off-by: Nanley Chery > --- > src/intel/vulkan/anv_blorp.c

Re: [Mesa-dev] [PATCH 08/13] anv: Adjust params of color buffer transitioning functions

2017-06-15 Thread Nanley Chery
On Wed, Jun 14, 2017 at 10:13:41AM +0200, Iago Toral wrote: > On Tue, 2017-06-13 at 11:41 -0700, Nanley Chery wrote: > > Splitting out these fields will make the color buffer transitioning > > function simpler when it gains more features. > > > > Signed-off-by: Nanley Chery

Re: [Mesa-dev] [PATCH 08/13] anv: Adjust params of color buffer transitioning functions

2017-06-14 Thread Iago Toral
On Tue, 2017-06-13 at 11:41 -0700, Nanley Chery wrote: > Splitting out these fields will make the color buffer transitioning > function simpler when it gains more features. > > Signed-off-by: Nanley Chery > --- >  src/intel/vulkan/anv_blorp.c   | 33

[Mesa-dev] [PATCH 08/13] anv: Adjust params of color buffer transitioning functions

2017-06-13 Thread Nanley Chery
Splitting out these fields will make the color buffer transitioning function simpler when it gains more features. Signed-off-by: Nanley Chery --- src/intel/vulkan/anv_blorp.c | 33 src/intel/vulkan/anv_private.h | 4 ++--