Re: [Mesa-dev] [PATCH 0/2] Fix the value of discreteQueuePriorities

2018-10-03 Thread Gabriel Majeri
I think the changes should be fine on stable. It's a breaking change in theory, but I haven't found any Vulkan apps / libraries / engines which rely on this value yet (and anv doesn't support queue priorities yet, anyway). În mie., 3 oct. 2018 la 13:49, Emil Velikov a scris: > Hi Gabriel, > > O

Re: [Mesa-dev] [PATCH 0/2] Fix the value of discreteQueuePriorities

2018-10-03 Thread Emil Velikov
Hi Gabriel, On Sun, 26 Aug 2018 at 19:51, Gabriel Majeri wrote: > > According to the Vulkan specification, the value of the > `discreteQueuePriorities` of the device limits structure > **must** be at least two. > > Gabriel Majeri (2): > anv: Ensure discreteQueuePriorities is at least 2 > radv

[Mesa-dev] [PATCH 0/2] Fix the value of discreteQueuePriorities

2018-08-26 Thread Gabriel Majeri
According to the Vulkan specification, the value of the `discreteQueuePriorities` of the device limits structure **must** be at least two. Gabriel Majeri (2): anv: Ensure discreteQueuePriorities is at least 2 radv: Ensure discreteQueuePriorities is at least 2 src/amd/vulkan/radv_device.c |