Re: [Mesa-dev] [PATCH 04/15] vulkan: enum generator: make registry more flexible

2017-09-19 Thread Lionel Landwerlin
On 15/09/17 22:27, Jason Ekstrand wrote: On Fri, Sep 15, 2017 at 7:10 AM, Lionel Landwerlin mailto:lionel.g.landwer...@intel.com>> wrote: It will be used to store extension numbers as well. Signed-off-by: Lionel Landwerlin mailto:lionel.g.landwer...@intel.com>> ---  src/vulkan

Re: [Mesa-dev] [PATCH 04/15] vulkan: enum generator: make registry more flexible

2017-09-15 Thread Jason Ekstrand
On Fri, Sep 15, 2017 at 7:10 AM, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > It will be used to store extension numbers as well. > > Signed-off-by: Lionel Landwerlin > --- > src/vulkan/util/gen_enum_to_str.py | 19 +-- > 1 file changed, 9 insertions(+), 10 deletio

[Mesa-dev] [PATCH 04/15] vulkan: enum generator: make registry more flexible

2017-09-15 Thread Lionel Landwerlin
It will be used to store extension numbers as well. Signed-off-by: Lionel Landwerlin --- src/vulkan/util/gen_enum_to_str.py | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/vulkan/util/gen_enum_to_str.py b/src/vulkan/util/gen_enum_to_str.py index d09e