Re: [Mesa-dev] [PATCH 2/2] radv: Don't set a new subpass on compute resolve.

2017-08-24 Thread Dave Airlie
On 25 August 2017 at 09:17, Bas Nieuwenhuizen wrote: > We don't use the render path so totally unneeded. > > Fixes: f4e499ec791 "radv: add initial non-conformant radv vulkan driver" I think there is a more recent commit to fix this one :-) either way, Reviewed-by: Dave Airlie _

[Mesa-dev] [PATCH 2/2] radv: Don't set a new subpass on compute resolve.

2017-08-24 Thread Bas Nieuwenhuizen
We don't use the render path so totally unneeded. Fixes: f4e499ec791 "radv: add initial non-conformant radv vulkan driver" --- src/amd/vulkan/radv_meta_resolve_cs.c | 8 1 file changed, 8 deletions(-) diff --git a/src/amd/vulkan/radv_meta_resolve_cs.c b/src/amd/vulkan/radv_meta_resolve