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
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
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
> ---
>
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