mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
Implement retrieving color buffer info via gralloc0. This is a simpler alternative to imapper4/5 which requires a dependency on libui that would require a heavy effort to import headers and stub to be able to build out of tree. Since VNDK no longer releases headers since API Level 35 and they are now only auto-generated, copy over the neccessary defines. Signed-off-by: Juston Li <justonli@google.com> Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37185> |
||
|---|---|---|
| .. | ||
| meson.build | ||
| u_gralloc.c | ||
| u_gralloc.h | ||
| u_gralloc_cros_api.c | ||
| u_gralloc_fallback.c | ||
| u_gralloc_imapper4_api.cpp | ||
| u_gralloc_imapper5_api.cpp | ||
| u_gralloc_internal.c | ||
| u_gralloc_internal.h | ||
| u_gralloc_libdrm.c | ||
| u_gralloc_libdrm.h | ||
| u_gralloc_qcom.c | ||