Re: [Mesa-dev] [PATCH 08/22] anv/cmd_buffer: Always enable CCS_D in render passes

2017-05-02 Thread Jason Ekstrand
On Tue, May 2, 2017 at 4:28 PM, Nanley Chery wrote: > On Tue, May 02, 2017 at 04:15:42PM -0700, Jason Ekstrand wrote: > > On Thu, Apr 27, 2017 at 11:32 AM, Nanley Chery > > wrote: > > > > > The lifespan of the fast-clear data will surpass the render pass scope. > > > We need CCS_D to be enabled

Re: [Mesa-dev] [PATCH 08/22] anv/cmd_buffer: Always enable CCS_D in render passes

2017-05-02 Thread Nanley Chery
On Tue, May 02, 2017 at 04:15:42PM -0700, Jason Ekstrand wrote: > On Thu, Apr 27, 2017 at 11:32 AM, Nanley Chery > wrote: > > > The lifespan of the fast-clear data will surpass the render pass scope. > > We need CCS_D to be enabled in order to invalidate blocks previously > > marked as cleared an

Re: [Mesa-dev] [PATCH 08/22] anv/cmd_buffer: Always enable CCS_D in render passes

2017-05-02 Thread Jason Ekstrand
On Thu, Apr 27, 2017 at 11:32 AM, Nanley Chery wrote: > The lifespan of the fast-clear data will surpass the render pass scope. > We need CCS_D to be enabled in order to invalidate blocks previously > marked as cleared and to sample cleared data correctly. > > Signed-off-by: Nanley Chery > --- >

[Mesa-dev] [PATCH 08/22] anv/cmd_buffer: Always enable CCS_D in render passes

2017-04-27 Thread Nanley Chery
The lifespan of the fast-clear data will surpass the render pass scope. We need CCS_D to be enabled in order to invalidate blocks previously marked as cleared and to sample cleared data correctly. Signed-off-by: Nanley Chery --- src/intel/vulkan/anv_blorp.c | 15 ++ src/intel/vulkan/ge