Gurchetan Singh
|
a1e67b3933
|
mesa/vulkan: use DETECT_OS_ANDROID
This uses DETECT_OS_ANDROID instead of defined(ANDROID).
This better supports glibc based host builds in the Soong
build system.
Reviewed-by: Aaron Ruby <aruby@blackberry.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26874>
|
2024-01-18 18:45:40 +00:00 |
|
Chia-I Wu
|
47b37651f8
|
vulkan: add vk_image_format_to_ahb_format
There should be no functional change.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22619>
|
2023-05-11 22:18:03 +00:00 |
|
Chia-I Wu
|
50e703f347
|
vulkan: add vk_ahb_format_to_image_format
There should be no functional change.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22619>
|
2023-05-11 22:18:02 +00:00 |
|
Chia-I Wu
|
2bbe0462e8
|
vulkan: define inline stubs when android api level < 26
This allows us to reduce ANDROID #ifdef's.
v2: always include vk_android.h in radv_formats.c
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22619>
|
2023-05-11 22:18:02 +00:00 |
|
Faith Ekstrand
|
b16cfe23ef
|
vulkan,anv,hasvk,radv: Unify Android hardware buffer creation
Reviewed-by: Lina Versace <lina@kiwitree.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22038>
|
2023-03-31 14:57:03 +00:00 |
|
Faith Ekstrand
|
41f88be282
|
vulkan,anv,hasvk,radv: Add a common vk_image_usage_to_ahb_usage helper
Reviewed-by: Lina Versace <lina@kiwitree.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22038>
|
2023-03-31 14:57:03 +00:00 |
|