[Mesa-dev] [PATCH 2/4] vulkan/util: Add support to not generate the trampolines.

Bas Nieuwenhuizen bas at basnieuwenhuizen.nl
Wed Aug 8 10:39:16 UTC 2018


On Wed, Aug 8, 2018 at 12:19 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> On 8 August 2018 at 00:14, Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl> wrote:
>
>> @@ -146,7 +148,7 @@ static const uint16_t string_map[${strmap.hash_size}] = {
>>  };
>>
>>  int
>> -${name_prefix}_string_map_lookup(const char *str)
>> +${name_prefix}_get_entrypoint_index(const char *str)
>
> Unrelated - did you mean to have this as part of 1/4?

Yeah, you're right about the unintended hunks in patch 2 and 3, moved
them to patch 1. Will wait with sending out v2 until we have some
consensus about the python import paths.

>
> -Emil


More information about the mesa-dev mailing list