Module: Mesa Branch: master Commit: e92f4ac9f46848a5d0eab482b867c1f3f1c15b68 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e92f4ac9f46848a5d0eab482b867c1f3f1c15b68
Author: Eric Anholt <[email protected]> Date: Tue Sep 22 10:55:53 2020 -0700 android_stub: Update platform headers to include gralloc1.h. This header is used in anv and radv, and soon turnip. Since the script just checks out master, this also bumps the headers to upstream 02dfcc7c1562 ("Merge "Merge Android R"") Reviewed-by: Kristian H. Kristensen <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6821> --- bin/update-android-headers.sh | 3 +- include/android_stub/android/data_space.h | 50 ++ include/android_stub/android/native_window.h | 73 ++ include/android_stub/apex/window.h | 210 ++++++ include/android_stub/hardware/gralloc1.h | 1044 ++++++++++++++++++++++++++ include/android_stub/log/event_tag_map.h | 14 - include/android_stub/log/log_properties.h | 1 + include/android_stub/log/log_read.h | 7 + include/android_stub/system/window.h | 192 ++++- include/android_stub/vndk/window.h | 9 + 10 files changed, 1548 insertions(+), 55 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=e92f4ac9f46848a5d0eab482b867c1f3f1c15b68 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
