Re: [Mesa-dev] [PATCH] anv: Use a single global API patch version

2018-06-18 Thread Jason Ekstrand
On Mon, Jun 18, 2018 at 2:33 AM, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > I was wondering whether we should pick up the patch version from the > registry. > I've thought about that. However, I like the manual step of someone saying "Yes, I've been paying attention and I'm pret

Re: [Mesa-dev] [PATCH] anv: Use a single global API patch version

2018-06-18 Thread Lionel Landwerlin
I was wondering whether we should pick up the patch version from the registry. Anyway : Reviewed-by: Lionel Landwerlin On 18/06/18 00:29, Jason Ekstrand wrote: The Vulkan API has only one patch version shared among all of the major.minor versions. We should also advertise the same patch vers

[Mesa-dev] [PATCH] anv: Use a single global API patch version

2018-06-17 Thread Jason Ekstrand
The Vulkan API has only one patch version shared among all of the major.minor versions. We should also advertise the same patch version regardless of major.minor. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106941 --- src/intel/vulkan/anv_extensions.py | 17 ++--- src/