mesa: Add new fast mtx_t mutex type for basic use cases
[mesa.git] / src / intel / vulkan / anv_extensions.py
index a828a668d65a36f5c1e0dbd7c339cffe681bcc93..b1e984b8cd075096d25af2b306860e842ff50763 100644 (file)
@@ -50,6 +50,7 @@ class Extension:
 # the those extension strings, then tests dEQP-VK.api.info.instance.extensions
 # and dEQP-VK.api.info.device fail due to the duplicated strings.
 EXTENSIONS = [
+    Extension('VK_ANDROID_native_buffer',                 5, 'ANDROID'),
     Extension('VK_KHR_bind_memory2',                      1, True),
     Extension('VK_KHR_dedicated_allocation',              1, True),
     Extension('VK_KHR_descriptor_update_template',        1, True),