Re: [Mesa-dev] [PATCH 1/4] radv: move vk_format_table.c to generated sources

2018-07-26 Thread Emil Velikov
On 22 July 2018 at 09:14, Mauro Rossi wrote: > Android build system will try to compile vk_format_table.c > as a shipped source, but at compile time it will be missing, > we move it to generated source, where it belongs > > Signed-off-by: Mauro Rossi Please add Fixes: f4e499ec791 ("radv: add ini

Re: [Mesa-dev] [PATCH 1/4] radv: move vk_format_table.c to generated sources

2018-07-24 Thread Robert Foss
Hey Mauro, This looks good to me. Signed-off-by: Robert Foss On 2018-07-22 10:14, Mauro Rossi wrote: Android build system will try to compile vk_format_table.c as a shipped source, but at compile time it will be missing, we move it to generated source, where it belongs Signed-off-by: Mauro R

[Mesa-dev] [PATCH 1/4] radv: move vk_format_table.c to generated sources

2018-07-22 Thread Mauro Rossi
Android build system will try to compile vk_format_table.c as a shipped source, but at compile time it will be missing, we move it to generated source, where it belongs Signed-off-by: Mauro Rossi --- src/amd/vulkan/Makefile.sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff