Re: [Mesa-dev] [PATCH 4/4] radv: Integrate with common generators.

2018-08-08 Thread Emil Velikov
On 8 August 2018 at 00:14, Bas Nieuwenhuizen wrote: > Replace some functions to use the anv idioms. However, I did not > introduce dispatch tables in the instance/device since that seemed > like overkill. like an overkill > --- > src/amd/vulkan/Android.mk | 16 +- > src/amd/vulkan/

[Mesa-dev] [PATCH 4/4] radv: Integrate with common generators.

2018-08-07 Thread Bas Nieuwenhuizen
Replace some functions to use the anv idioms. However, I did not introduce dispatch tables in the instance/device since that seemed like overkill. --- src/amd/vulkan/Android.mk | 16 +- src/amd/vulkan/Makefile.am | 29 +- src/amd/vulkan/meson.build | 91 +++-