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
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
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