mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 02:20:11 +01:00
anv/android: turn on VK_ANDROID_external_memory_android_hardware_buffer
Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
parent
3dc424a4f4
commit
3627c9efff
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ MAX_API_VERSION = None # Computed later
|
|||
# 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_external_memory_android_hardware_buffer', 3, 'ANDROID'),
|
||||
Extension('VK_ANDROID_native_buffer', 5, 'ANDROID'),
|
||||
Extension('VK_KHR_16bit_storage', 1, 'device->info.gen >= 8'),
|
||||
Extension('VK_KHR_8bit_storage', 1, 'device->info.gen >= 8'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue