Reviewed-by: Bas Nieuwenhuizen
On Mon, Jul 24, 2017 at 8:18 AM, Dave Airlie wrote:
> From: Dave Airlie
>
> The spec says we should return VK_ERROR_FEATURE_NOT_PRESENT.
>
> Ported from anv.
>
> Fixes CTS test dEQP-VK.api.device_init.create_device_unsupported_features
>
> Signed-off-by: Dave Airl
From: Dave Airlie
The spec says we should return VK_ERROR_FEATURE_NOT_PRESENT.
Ported from anv.
Fixes CTS test dEQP-VK.api.device_init.create_device_unsupported_features
Signed-off-by: Dave Airlie
---
src/amd/vulkan/radv_device.c | 13 +
1 file changed, 13 insertions(+)
diff --g