Re: [Mesa-dev] [PATCH] radv: add support for layered clears (v2)

2017-01-16 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Tue, Jan 17, 2017 at 1:07 AM, Dave Airlie wrote: > From: Dave Airlie > > Just always use the layer clear pipelines, > the overhead of emitting the layer shouldn't be > too large. > > v2: Bas

[Mesa-dev] [PATCH] radv: add support for layered clears (v2)

2017-01-16 Thread Dave Airlie
From: Dave Airlie Just always use the layer clear pipelines, the overhead of emitting the layer shouldn't be too large. v2: Bas suggested we always use it. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_meta_clear.c | 28