mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 07:08:05 +02:00
In order to build the mesa llvmpipe driver for Android, LLVM libraries for Android are needed, but building them each time a new upstream mesa is built would be too much overhead. So add a script to build LLVM libraries for Android and call it from the debian/android_build job. The actual build will be performed only when necessary and the resulting artifact will be uploaded to the S3 bucket to be re-used when building mesa for Android. The build process follows what has been documented in docs/drivers/llvmpipe.rst Reviewed-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31093> |
||
|---|---|---|
| .. | ||
| android_build.sh | ||
| arm64_build.sh | ||
| arm64_test-base.sh | ||
| arm64_test-gl.sh | ||
| arm64_test-vk.sh | ||
| baremetal_arm32_test.sh | ||
| baremetal_arm64_test.sh | ||
| baremetal_arm_test.sh | ||
| llvm-snapshot.gpg.key | ||
| ppc64el_build.sh | ||
| s390x_build.sh | ||
| test-base.sh | ||
| test-gl.sh | ||
| test-vk.sh | ||
| winehq.gpg.key | ||
| x86_32_build.sh | ||
| x86_64_build-base.sh | ||
| x86_64_build.sh | ||
| x86_64_pyutils.sh | ||
| x86_64_test-android.sh | ||
| x86_64_test-base.sh | ||
| x86_64_test-gl.sh | ||
| x86_64_test-vk.sh | ||