[Mesa-dev] [PATCH 2/4] radv: generate entrypoints for VK_ANDROID_native_buffer
Bas Nieuwenhuizen
bas at basnieuwenhuizen.nl
Sun Jul 22 15:05:32 UTC 2018
Patches 1-2 are
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
On Sun, Jul 22, 2018 at 10:14 AM, Mauro Rossi <issor.oruam at gmail.com> 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']
>
> --
> 2.17.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list