Re: [Mesa-dev] [PATCH 1/2] radv: fix potential crash in the compute resolve path

2019-07-04 Thread Bas Nieuwenhuizen
r-b On Thu, Jul 4, 2019 at 8:51 AM Samuel Pitoiset wrote: > > If the destination attachment is UNUSED. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_meta_resolve_cs.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/src/amd/vulkan/radv_meta_resolve_

[Mesa-dev] [PATCH 1/2] radv: fix potential crash in the compute resolve path

2019-07-03 Thread Samuel Pitoiset
If the destination attachment is UNUSED. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_meta_resolve_cs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/amd/vulkan/radv_meta_resolve_cs.c b/src/amd/vulkan/radv_meta_resolve_cs.c index 7d3cc166e0d..13c61509b21