[Mesa-dev] [PATCH 2/4] radv: generate entrypoints for VK_ANDROID_native_buffer

Robert Foss robert.foss at collabora.com
Tue Jul 24 11:57:06 UTC 2018


Hey Mauro,

This looks good to me.

Signed-off-by: Robert Foss <robert.foss at collabora.com>

On 2018-07-22 10:14, Mauro Rossi wrote:
> Patch changes radv entrypoints generator to not skip this extension even
> though it is set as disabled in the vk.xml
> 
> Reference: 63525ba730 ("android: enable VK_ANDROID_native_buffer")
> Fixes: 69f447553c ("vulkan: Drop vk_android_native_buffer.xml")
> Signed-off-by: Mauro Rossi <issor.oruam at gmail.com>
> ---
>   src/amd/vulkan/radv_entrypoints_gen.py | 3 ---
>   1 file changed, 3 deletions(-)
> 
> diff --git a/src/amd/vulkan/radv_entrypoints_gen.py b/src/amd/vulkan/radv_entrypoints_gen.py
> index bef0c447f6..16aa30797e 100644
> --- a/src/amd/vulkan/radv_entrypoints_gen.py
> +++ b/src/amd/vulkan/radv_entrypoints_gen.py
> @@ -413,9 +413,6 @@ def get_entrypoints(doc, entrypoints_to_defines, start_index):
>           if ext_name not in supported_exts:
>               continue
>   
> -        if extension.attrib['supported'] != 'vulkan':
> -            continue
> -
>           ext = supported_exts[ext_name]
>           ext.type = extension.attrib['type']
>   
> 


More information about the mesa-dev mailing list