android: enable VK_ANDROID_native_buffer
[mesa.git] / src / intel / vulkan / anv_entrypoints_gen.py
index d603ac1b20bf35128899e6dfe2af0a56689be8a1..230671d36aeaedcd12cc9c871231c39512765097 100644 (file)
@@ -495,9 +495,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']