Re: [Mesa-dev] [PATCH 2/5] anv: Add MAX_API_VERSION to anv_extensions.py

2017-08-01 Thread Lionel Landwerlin
On 01/08/17 23:32, Jason Ekstrand wrote: On Tue, Aug 1, 2017 at 2:07 PM, Lionel Landwerlin mailto:lionel.g.landwer...@intel.com>> wrote: On 01/08/17 19:54, Jason Ekstrand wrote: The VkVersion class is probably overkill but it makes it really easy to compare version

Re: [Mesa-dev] [PATCH 2/5] anv: Add MAX_API_VERSION to anv_extensions.py

2017-08-01 Thread Jason Ekstrand
On Tue, Aug 1, 2017 at 2:07 PM, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > On 01/08/17 19:54, Jason Ekstrand wrote: > >> The VkVersion class is probably overkill but it makes it really easy to >> compare versions in a way that's safe without the caller having to think >> about pat

Re: [Mesa-dev] [PATCH 2/5] anv: Add MAX_API_VERSION to anv_extensions.py

2017-08-01 Thread Lionel Landwerlin
On 01/08/17 19:54, Jason Ekstrand wrote: The VkVersion class is probably overkill but it makes it really easy to compare versions in a way that's safe without the caller having to think about patch vs. no patch. --- src/intel/vulkan/anv_entrypoints_gen.py | 4 +-- src/intel/vulkan/anv_extensi

[Mesa-dev] [PATCH 2/5] anv: Add MAX_API_VERSION to anv_extensions.py

2017-08-01 Thread Jason Ekstrand
The VkVersion class is probably overkill but it makes it really easy to compare versions in a way that's safe without the caller having to think about patch vs. no patch. --- src/intel/vulkan/anv_entrypoints_gen.py | 4 +-- src/intel/vulkan/anv_extensions.py | 43