[Mesa-dev] [PATCH 0/4] Merge vulkan API generators.

Emil Velikov emil.l.velikov at gmail.com
Thu Aug 16 14:55:38 UTC 2018


On 8 August 2018 at 00:14, Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl> wrote:
> radv was always just mirroring a derived version of the anv
> version, sometimes hacked together and sometimes very behind.
>
> As we grow more vulkan drivers this repetition makes even less
> sense, so lets merge them. I took the anv generators as the
> template and made radv use them.
>
> This includes some messy stuff in the build system due to
> difficulties with python includes. I tested with meson and
> autotools. Android.mk is updated but not tested.
>
I've sent out a couple of fixup commits for 3/4 and 4/4.
They remove the hacky PYTHONPATH, by introducing --import-path argument.
An idea shamelessly copied from src/intel/compiler/brw_nir_trig_workarounds.py

I haven't actually tested these - just getting it out to illustrate
what I meant earlier.
Feel free to reuse as much or as little as you like.

HTH
Emil


More information about the mesa-dev mailing list