Re: [Mesa-dev] [PATCH v2] anv: fix multiple creation with internal failure

2016-12-23 Thread Eduardo Lima Mitev
On 12/23/2016 05:39 PM, Lionel Landwerlin wrote: > The specification section 9.4 says : > >When an application attempts to create many pipelines in a single >command, it is possible that some subset may fail creation. In that >case, the corresponding entries in the pPipelines output ar

[Mesa-dev] [PATCH v2] anv: fix multiple creation with internal failure

2016-12-23 Thread Lionel Landwerlin
The specification section 9.4 says : When an application attempts to create many pipelines in a single command, it is possible that some subset may fail creation. In that case, the corresponding entries in the pPipelines output array will be filled with VK_NULL_HANDLE values. If any pi