Re: [Mesa-dev] [PATCH] radv: it isn't an error to not support a format or driver

2017-11-14 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 11/14/2017 04:27 AM, Dave Airlie wrote: From: Dave Airlie This reverts two of the vk_error changes: reporting unsupported format is common, and testing non-amdgpu drivers and ignoring them is also common. Fixes: cd64a4f70 (radv: use vk_error() everywhere an e

[Mesa-dev] [PATCH] radv: it isn't an error to not support a format or driver

2017-11-13 Thread Dave Airlie
From: Dave Airlie This reverts two of the vk_error changes: reporting unsupported format is common, and testing non-amdgpu drivers and ignoring them is also common. Fixes: cd64a4f70 (radv: use vk_error() everywhere an error is returned) Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_devic