Re: [Mesa-dev] [PATCH 05/13] anv: Add and use color auxiliary buffer helpers

2017-06-20 Thread Nanley Chery
On Mon, Jun 19, 2017 at 05:03:51PM -0700, Jason Ekstrand wrote: > On Mon, Jun 19, 2017 at 4:46 PM, Nanley Chery wrote: > > > On Mon, Jun 19, 2017 at 04:16:32PM -0700, Jason Ekstrand wrote: > > > On Tue, Jun 13, 2017 at 11:41 AM, Nanley Chery > > >

Re: [Mesa-dev] [PATCH 05/13] anv: Add and use color auxiliary buffer helpers

2017-06-19 Thread Jason Ekstrand
On Mon, Jun 19, 2017 at 4:46 PM, Nanley Chery wrote: > On Mon, Jun 19, 2017 at 04:16:32PM -0700, Jason Ekstrand wrote: > > On Tue, Jun 13, 2017 at 11:41 AM, Nanley Chery > > wrote: > > > > > v2: > > > - Check for aux levels in layer helper (Jason

Re: [Mesa-dev] [PATCH 05/13] anv: Add and use color auxiliary buffer helpers

2017-06-19 Thread Nanley Chery
On Mon, Jun 19, 2017 at 04:16:32PM -0700, Jason Ekstrand wrote: > On Tue, Jun 13, 2017 at 11:41 AM, Nanley Chery > wrote: > > > v2: > > - Check for aux levels in layer helper (Jason Ekstrand) > > - Don't assert aux is present, return 0 if it isn't. > > - Use the helpers. >

Re: [Mesa-dev] [PATCH 05/13] anv: Add and use color auxiliary buffer helpers

2017-06-19 Thread Jason Ekstrand
On Tue, Jun 13, 2017 at 11:41 AM, Nanley Chery wrote: > v2: > - Check for aux levels in layer helper (Jason Ekstrand) > - Don't assert aux is present, return 0 if it isn't. > - Use the helpers. > > Signed-off-by: Nanley Chery > --- >

[Mesa-dev] [PATCH 05/13] anv: Add and use color auxiliary buffer helpers

2017-06-13 Thread Nanley Chery
v2: - Check for aux levels in layer helper (Jason Ekstrand) - Don't assert aux is present, return 0 if it isn't. - Use the helpers. Signed-off-by: Nanley Chery --- src/intel/vulkan/anv_blorp.c | 4 src/intel/vulkan/anv_private.h | 39