Re: [Mesa-dev] [PATCH 1/2] radv: Use the KHR dedicated alloc for the WSI.

2017-07-15 Thread Luke A. Guest
can confirm this fixes the current radv rendering rubbish. Luke. On 15/07/17 18:56, Bas Nieuwenhuizen wrote: > NV isn't valid for external images anymore. > > Signed-off-by: Bas Nieuwenhuizen > Fixes: 6ddc64b93ea "radv: Add support for VK_KHR_dedicated_allocation." > --- > src/amd/vulkan/radv

[Mesa-dev] [PATCH 1/2] radv: Use the KHR dedicated alloc for the WSI.

2017-07-15 Thread Bas Nieuwenhuizen
NV isn't valid for external images anymore. Signed-off-by: Bas Nieuwenhuizen Fixes: 6ddc64b93ea "radv: Add support for VK_KHR_dedicated_allocation." --- src/amd/vulkan/radv_wsi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/amd/vulkan/radv_wsi.c b/src/amd/vulkan/ra