Hey Mauro,

This looks good to me.

Signed-off-by: Robert Foss <robert.f...@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.or...@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']
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to