On 23 November 2016 at 07:51, Iago Toral wrote:
> Hey Emil,
>
> On Thu, 2016-10-06 at 14:12 +0100, Emil Velikov wrote:
>> From: Emil Velikov
>>
>> Driver should enumerate only up-to min2(num_available, num_requested)
>> properties and return VK_INCOMPLETE if the # of requested props is
>> smaller
Hey Emil,
On Thu, 2016-10-06 at 14:12 +0100, Emil Velikov wrote:
> From: Emil Velikov
>
> Driver should enumerate only up-to min2(num_available, num_requested)
> properties and return VK_INCOMPLETE if the # of requested props is
> smaller than the ones available.
>
> Presently we assert out in
On Thu, Oct 6, 2016 at 6:12 AM, Emil Velikov
wrote:
> From: Emil Velikov
>
> Driver should enumerate only up-to min2(num_available, num_requested)
> properties and return VK_INCOMPLETE if the # of requested props is
> smaller than the ones available.
>
Thanks for fixing this!
> Presently we a
On Thursday, 2016-10-06 14:12:27 +0100, Emil Velikov wrote:
> From: Emil Velikov
>
> Driver should enumerate only up-to min2(num_available, num_requested)
> properties and return VK_INCOMPLETE if the # of requested props is
> smaller than the ones available.
>
> Presently we assert out in such c
On 6 October 2016 at 14:12, Emil Velikov wrote:
> From: Emil Velikov
>
> Driver should enumerate only up-to min2(num_available, num_requested)
> properties and return VK_INCOMPLETE if the # of requested props is
> smaller than the ones available.
>
> Presently we assert out in such cases.
>
> Ins
From: Emil Velikov
Driver should enumerate only up-to min2(num_available, num_requested)
properties and return VK_INCOMPLETE if the # of requested props is
smaller than the ones available.
Presently we assert out in such cases.
Inspired by a similar fix for RADV.
Should fix: dEQP-VK.api.info.d