diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-07-01 08:22:30 +0100 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-07-01 08:22:30 +0100 |
commit | 9d239a0296a572c26b2967319e17f8aca4662e58 (patch) | |
tree | 594045f1916c8a24dd775d7d920602c9c1c5b907 | |
parent | dda4821b4a34309a812e01b05a7aecbe77ec199f (diff) |
android_swrast: Add references section with links
-rw-r--r-- | notes/android_swrast.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/notes/android_swrast.md b/notes/android_swrast.md index 219c087..67087ed 100644 --- a/notes/android_swrast.md +++ b/notes/android_swrast.md @@ -86,3 +86,16 @@ If you followed all of that you should have built an version of llvmpipe and lav Android's cuttlefish emulator.  + +## References + +- <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29344> + - Main MR with Android changes +- <https://source.android.com/docs/devices/cuttlefish/get-started> + - Google's official guide for getting started with the Cuttlefish emulator +- <https://source.android.com/docs/setup/build/building> + - Google's official guide for building AOSP images +- <https://gitlab.freedesktop.org/mesa/mesa/-/blob/9705df53408777d493eab19e5a58c432c1e75acb/docs/drivers/llvmpipe.rst> + - My updated documentation in MR for llvmpipe +- <https://gitlab.freedesktop.org/mesa/mesa/-/blob/9705df53408777d493eab19e5a58c432c1e75acb/docs/android.rst> + - My updated documentation in MR for Android integration in mesa |