radv: Enable VK_ANDROID_external_memory_android_hardware_buffer.
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
@@ -2,6 +2,7 @@ GL_ARB_gl_spirv on i965, iris.
|
|||||||
GL_ARB_spirv_extensions on i965, iris.
|
GL_ARB_spirv_extensions on i965, iris.
|
||||||
GL_EXT_demote_to_helper_invocation on iris, i965.
|
GL_EXT_demote_to_helper_invocation on iris, i965.
|
||||||
OpenGL 4.6 on i965, iris.
|
OpenGL 4.6 on i965, iris.
|
||||||
|
VK_ANDROID_external_memory_android_hardware_buffer on RADV.
|
||||||
VK_KHR_shader_clock on Intel, RADV.
|
VK_KHR_shader_clock on Intel, RADV.
|
||||||
VK_KHR_shader_float_controls on Intel.
|
VK_KHR_shader_float_controls on Intel.
|
||||||
VK_EXT_shader_subgroup_ballot on Intel.
|
VK_EXT_shader_subgroup_ballot on Intel.
|
||||||
|
@@ -50,7 +50,7 @@ class Extension:
|
|||||||
# the those extension strings, then tests dEQP-VK.api.info.instance.extensions
|
# the those extension strings, then tests dEQP-VK.api.info.instance.extensions
|
||||||
# and dEQP-VK.api.info.device fail due to the duplicated strings.
|
# and dEQP-VK.api.info.device fail due to the duplicated strings.
|
||||||
EXTENSIONS = [
|
EXTENSIONS = [
|
||||||
Extension('VK_ANDROID_external_memory_android_hardware_buffer', 3, False),
|
Extension('VK_ANDROID_external_memory_android_hardware_buffer', 3, 'RADV_SUPPORT_ANDROID_HARDWARE_BUFFER && device->rad_info.has_syncobj_wait_for_submit'),
|
||||||
Extension('VK_ANDROID_native_buffer', 5, 'ANDROID && device->rad_info.has_syncobj_wait_for_submit'),
|
Extension('VK_ANDROID_native_buffer', 5, 'ANDROID && device->rad_info.has_syncobj_wait_for_submit'),
|
||||||
Extension('VK_KHR_16bit_storage', 1, '!device->use_aco'),
|
Extension('VK_KHR_16bit_storage', 1, '!device->use_aco'),
|
||||||
Extension('VK_KHR_bind_memory2', 1, True),
|
Extension('VK_KHR_bind_memory2', 1, True),
|
||||||
|
Reference in New Issue
Block a user