Re: [Mesa-dev] [PATCH] anv/device: Move push descriptor query handling

2017-03-22 Thread Lionel Landwerlin
Thanks! Reviewed-by: Lionel Landwerlin On 21/03/17 21:37, Jason Ekstrand wrote: The query is a properties query so it needs to be handled in GetPhysicalDeviceProperties2, not GetPhysicalDeviceFeatures2. Cc: Lionel Landwerlin --- src/intel/vulkan/anv_device.c | 16 1 file

[Mesa-dev] [PATCH] anv/device: Move push descriptor query handling

2017-03-21 Thread Jason Ekstrand
The query is a properties query so it needs to be handled in GetPhysicalDeviceProperties2, not GetPhysicalDeviceFeatures2. Cc: Lionel Landwerlin --- src/intel/vulkan/anv_device.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/intel/vulkan/anv_device.c b/