Re: [Mesa-dev] [PATCH] vulkan: provide vk.xml as argument to the python generator

2017-03-01 Thread Dylan Baker
Reviewed-by: Dylan Baker Quoting Emil Velikov (2017-02-28 10:56:23) > From: Emil Velikov > > Do not hardcode the file in the python script, but pass it via the build > system(s). The former is the only one that should know about the file > locaiton/tree structure. > > Cc: Dylan Baker > Signed

Re: [Mesa-dev] [PATCH] vulkan: provide vk.xml as argument to the python generator

2017-03-01 Thread Eric Engestrom
On Tuesday, 2017-02-28 18:56:23 +, Emil Velikov wrote: > From: Emil Velikov > > Do not hardcode the file in the python script, but pass it via the build > system(s). The former is the only one that should know about the file > locaiton/tree structure. s/former/latter/; s/locaiton/location/

Re: [Mesa-dev] [PATCH] vulkan: provide vk.xml as argument to the python generator

2017-02-28 Thread Jason Ekstrand
Thanks! Reviewed-by: Jason Ekstrand On Tue, Feb 28, 2017 at 10:56 AM, Emil Velikov wrote: > From: Emil Velikov > > Do not hardcode the file in the python script, but pass it via the build > system(s). The former is the only one that should know about the file > locaiton/tree structure. > > Cc

[Mesa-dev] [PATCH] vulkan: provide vk.xml as argument to the python generator

2017-02-28 Thread Emil Velikov
From: Emil Velikov Do not hardcode the file in the python script, but pass it via the build system(s). The former is the only one that should know about the file locaiton/tree structure. Cc: Dylan Baker Signed-off-by: Emil Velikov --- src/vulkan/Android.mk | 2 +- src/vulkan/Make