mesa/src/android_stub
Rob Clark b9bbeb77c7 vulkan/android: Add helper to probe AHB support
GetPhysicalDeviceImageFormatProperties() must that an image {format,
flags, usage} combo is unsupported if gralloc will not be able to
perform the allocation.  The practical way to test this is to do a
small test allocation.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Roman Stratiienko <r.stratiienko@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29090>
2024-05-14 14:53:44 +00:00
..
backtrace_stub.cpp
cutils_stub.cpp android_stub: update platform headers to include atrace 2021-10-09 00:42:32 +00:00
hardware_stub.cpp
log_stub.cpp util/log: improve logger_android 2023-02-22 17:55:40 +00:00
meson.build android: Make libbacktrace optional again 2023-01-25 08:58:25 -03:00
nativewindow_stub.cpp vulkan/android: Add helper to probe AHB support 2024-05-14 14:53:44 +00:00
README.md
sync_stub.cpp android: Cleanup unneeded headers from the sync stub 2023-01-25 08:58:25 -03:00

The Android NDK doesn't come with enough of the platform libraries we need to build Mesa drivers out of tree, so android_stub has stub versions of those library that aren't installed which we link against, relying on the real libraries to be present when the Mesa driver is deployed.