Re: [Mesa-dev] [PATCH] radv: Don't bail out on pipeline create failure.

2016-12-16 Thread Dave Airlie
On 17 December 2016 at 08:14, Bas Nieuwenhuizen wrote: > The spec says we have to try to create all, and only set failed > pipelines to VK_NULL_HANDLE. If one of them fails, we have to return > an error, but as far as I can see, the spec does not care which of > the suberrors. > > Fixes > dEQP-VK

[Mesa-dev] [PATCH] radv: Don't bail out on pipeline create failure.

2016-12-16 Thread Bas Nieuwenhuizen
The spec says we have to try to create all, and only set failed pipelines to VK_NULL_HANDLE. If one of them fails, we have to return an error, but as far as I can see, the spec does not care which of the suberrors. Fixes dEQP-VK.api.object_management.alloc_callback_fail_multiple.compute_pipeline d