Home
last modified time | relevance | path

Searched +full:debian +full:- +full:android (Results 1 – 25 of 116) sorted by relevance

12345

/third_party/mesa3d/.gitlab-ci/container/
Dgitlab-ci.yml3 .incorporate-templates-commit:
5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}"
7 .incorporate-base-tag+templates-commit:
9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT…
10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}"
12 .set-image:
14 - .incorporate-templates-commit
19 .set-image-base-tag:
21 - .set-image
22 - .incorporate-base-tag+templates-commit
[all …]
Dbuild-libdrm.sh2 # Script used for Android and Fedora builds (Debian builds get their libdrm version
3 # from https://gitlab.freedesktop.org/gfx-ci/ci-deb-repo - see PKG_REPO_REV)
6 set -uex
10 export LIBDRM_VERSION=libdrm-2.4.122
12 curl -L -O --retry 4 -f --retry-all-errors --retry-delay 60 \
14 tar -xvf "$LIBDRM_VERSION".tar.xz && rm "$LIBDRM_VERSION".tar.xz
16 meson setup build -D vc4=disabled -D freedreno=disabled -D etnaviv=disabled ${EXTRA_MESON_ARGS:-}
17 meson install -C build
19 rm -rf "$LIBDRM_VERSION"
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11 - section_start ldd_section "Checking ldd on driver build"
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - section_end ldd_section
18 - results/
20 - !reference [.common-rules, rules]
21 - !reference [.never-post-merge-rules, rules]
23 .formatting-check:
[all …]
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .container+build-rules
7 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
22 - _build/meson-logs/*.txt
23 - _build/meson-logs/strace
24 - _build/.ninja_log
25 - artifacts
28 .build-linux:
29 extends: .build-common
36 - !reference [default, before_script]
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dgitlab-ci.yml2 - local: 'src/gallium/drivers/llvmpipe/ci/gitlab-ci-inc.yml'
4 llvmpipe-piglit-rusticl:
6 - .llvmpipe-piglit-cl
7 - .llvmpipe-rusticl-rules
9 - debian-testing
10 - debian/x86_64_test-gl
12 DEQP_SUITE: llvmpipe-rusticl
13 GPU_VERSION: llvmpipe-rusticl
15 llvmpipe-traces:
17 - .test-gl
[all …]
/third_party/mesa3d/.gitlab-ci/
Dimage-tags.yml15 DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base"
16 DEBIAN_BASE_TAG: "20250130-vvless"
18 DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
19 DEBIAN_BUILD_TAG: "20250128-llvm19-up"
21 DEBIAN_X86_64_TEST_BASE_IMAGE: "debian/x86_64_test-base"
22 DEBIAN_ARM64_TEST_BASE_IMAGE: "debian/arm64_test-base"
24 DEBIAN_X86_64_TEST_IMAGE_GL_PATH: "debian/x86_64_test-gl"
25 DEBIAN_ARM64_TEST_IMAGE_GL_PATH: "debian/arm64_test-gl"
26 DEBIAN_X86_64_TEST_IMAGE_VK_PATH: "debian/x86_64_test-vk"
27 DEBIAN_ARM64_TEST_IMAGE_VK_PATH: "debian/arm64_test-vk"
[all …]
/third_party/pulseaudio/sonic/doc/
Dindex.md3 [Download the latest tar-ball from here](download).
9 The source code for the Android version, sonic-ndk, can be cloned with:
11 $ git clone git://github.com/waywardgeek/sonic-ndk.git
13 There is a simple test app for android that demos capabilities. You can
14 [install the Android application from here](Sonic-NDK.apk)
17 Main.java in the latest tar-ball, or get the code from git.
27 - espeak
28 - Debian Sid as package libsonic
29 - Android Astro Player Nova
30 - Android Osplayer
[all …]
/third_party/rust/rust/compiler/rustc_target/src/spec/
Dthumbv7neon_unknown_linux_gnueabihf.rs4 // (for consistency with Android and Debian-based distributions)
6 // registers enabled as well. See section A2.6.2 on page A2-56 in
9 pub fn target() -> Target { in target()
11 llvm_target: "armv7-unknown-linux-gnueabihf".into(), in target()
13 data_layout: "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64".into(), in target()
17 // Info about features at https://wiki.debian.org/ArmHardFloatPort in target()
18 features: "+v7,+thumb-mode,+thumb2,+vfp3,+neon".into(), in target()
Dthumbv7neon_unknown_linux_musleabihf.rs4 // (for consistency with Android and Debian-based distributions)
6 // registers enabled as well. See section A2.6.2 on page A2-56 in
9 pub fn target() -> Target { in target()
14 llvm_target: "armv7-unknown-linux-gnueabihf".into(), in target()
16 data_layout: "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64".into(), in target()
23 features: "+v7,+thumb-mode,+thumb2,+vfp3,+neon".into(), in target()
/third_party/libwebsockets/test-apps/android/
DREADME2 * libwebsockets Android client - libwebsockets test application for Android
21 This directory contains an Android Studio (2.1.1) project that builds
22 libwebsockets (+ openssl + zlib) and an Android application that is able
23 to connect to the 'dumb-increment-protocol' of the libwebsockets test server.
25 Building the native libraries requires the Android NDK which can be
34 (makedepend can be installed from (Debian) xutils-dev)
38 - Open an 'existing project' with Android Studio and select this directory.
41 - Open the file app/src/main/jni/Application.mk and make sure NDK_ROOT
44 - Build the project with CTRL+F9
47 - Install APK to device and run.
[all …]
/third_party/nghttp2/doc/sources/
Dbuilding-android-binary.rst1 Building Android binary
4 In this article, we briefly describe how to build Android binary using
5 `Android NDK <https://developer.android.com/ndk>`_ cross-compiler on
6 Debian Linux.
8 The easiest way to build android binary is use Dockerfile.android.
9 See Dockerfile.android for more details. If you cannot use
10 Dockerfile.android for whatever reason, continue to read the rest of
13 We offer ``android-config`` script to make the build easier. To make
17 .. code-block:: text
19 $ unzip android-ndk-$NDK_VERSION-linux.zip
[all …]
/third_party/mesa3d/docs/ci/
Dindex.rst5 ---------
8 We use it to test merge requests (MRs) before merging them (pre-merge testing),
9 as well as post-merge testing, for everything that hits ``main``
14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering:
16 - Build testing for a number of configurations and platforms
17 - Sanity checks (``meson test``)
18 - Most drivers are also tested using several test suites, such as the
19 `Vulkan/GL/GLES conformance test suite <https://github.com/KhronosGroup/VK-GL-CTS>`__,
21 - Replay of application traces
27 tool <#running-specific-ci-jobs>`__.
[all …]
/third_party/pulseaudio/sonic/debian/
Dchangelog1 sonic (0.2.0-1) unstable; urgency=low
5 -- Bill Cox <waywardgeek@gmail.com> Fri, 27 Feb 2015 10:12:00 -0400
7 sonic (0.1.18-1) unstable; urgency=low
11 -- Bill Cox <waywardgeek@gmail.com> Sat, 16 Jul 2011 12:12:32 -0400
13 sonic (0.1.17-1) unstable; urgency=low
15 * Removed Sonic-NDK, which is a binary compiled for Android from the source
16 tar-ball.
18 -- Bill Cox <waywardgeek@gmail.com> Tue, 19 Apr 2011 07:46:51 -0400
20 sonic (0.1.16-1) unstable; urgency=low
25 -- Bill Cox <waywardgeek@gmail.com> Sat, 16 Apr 2011 16:49:33 -0400
[all …]
/third_party/grpc/templates/tools/dockerfile/test/android_ndk/
DDockerfile.template2 --- |
9 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM debian:11
23 RUN apt update && apt upgrade -y
26 RUN apt-get install -y openjdk-11-jdk
28 # Install Android SDK
29 ENV ANDROID_HOME /opt/android-sdk
30 RUN mkdir -p $ANDROID_HOME && ${'\\'}
31 …wget -O cmd.zip https://dl.google.com/android/repository/commandlinetools-linux-9477386_latest.zip…
33 yes | ./cmdline-tools/bin/sdkmanager --sdk_root=$ANDROID_HOME --licenses && ${'\\'}
[all …]
/third_party/skia/m133/site/about/
D_index.html1 ---
7 ---
11 <p class="h3 mt-5">
14 graphics engine for Google Chrome and ChromeOS, Android, Flutter, and many
24 {{< blocks/feature icon="fa-lightbulb" title="Supported Platforms" >}}
29 Android 4.3 (JellyBean) or later<br>
30 Ubuntu 18.04+, Debian 10+, openSUSE 15.2+, or Fedora Linux 32+
36 {{< blocks/feature icon="fas fa-envelope-square" title="Subscribe"
37 url="https://groups.google.com/forum/#!forum/skia-discuss" >}}
/third_party/mesa3d/docs/drivers/
Dllvmpipe.rst5 ------------
10 to x86, x86-64, or ppc64le machine code. Also, the driver is
15 ------------
17 - For x86 or amd64 processors, 64-bit mode is recommended. Support for
25 Vector-Scalar Facility) is recommended if supported AND Mesa is built
30 - Unless otherwise stated, LLVM version 3.9 or later is required.
32 For Linux, on a recent Debian based distribution do:
34 .. code-block:: sh
36 aptitude install llvm-dev
38 If you want development snapshot builds of LLVM for Debian and
[all …]
/third_party/toybox/tests/
Dlosetup.test3 [ -f testing.sh ] && . testing.sh
5 if [ "$(id -u)" -ne 0 ]; then
11 if [ "$(losetup -a | wc -l)" -ne 0 ]; then
17 # Android's loopback devices are only in /dev/block/loop*.
18 # Debian has symlinks like /dev/block/7:0 back to ../loop*.
19 if [ -b /dev/block/sda ]; then
20 DIR="/dev/block" # Presumably Android.
27 truncate -s 1M blah.img &&
28 FILE="$(readlink -f blah.img)"
29 DEV="$(stat --format %d blah.img)"
[all …]
/third_party/skia/site/about/
D_index.html1 ---
7 ---
11 <p class="h3 mt-5">
14 graphics engine for Google Chrome and Chrome OS, Android, Flutter, Mozilla
24 …blocks/feature icon="fa-lightbulb" title="Roadmap" url="https://docs.google.com/document/d/1LSdO3I
26 Check out the high level themes we have on tap the next 6-12 months. Note it is a living
31 {{< blocks/feature icon="fa-lightbulb" title="Supported Platforms" >}}
36 Android 4.1 (JellyBean) or later<br>
37 Ubuntu 18.04+, Debian 10+, openSUSE 15.2+, or Fedora Linux 32+
43 {{< blocks/feature icon="fas fa-envelope-square" title="Subscribe"
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_64_test-android.sh6 # .gitlab-ci/image-tags.yml tags:
9 set -e
11 . .gitlab-ci/setup-test-env.sh
13 set -o xtrace
19 build-essential:native
22 config-package-dev
23 debhelper-compat
24 dpkg-dev
25 ninja-build
33 apt-get install -y --no-remove --no-install-recommends \
[all …]
/third_party/skia/m133/infra/bots/
Dtasks.json3 "BazelBuild-all_tests-debug-linux_x64": {
5 "BazelBuild-all_tests-debug-linux_x64"
8 "BazelBuild-all_tests-release-linux_x64": {
10 "BazelBuild-all_tests-release-linux_x64"
13 "BazelBuild-android_math_test-for_android_arm64_release-linux_x64": {
15 "BazelBuild-android_math_test-for_android_arm64_release-linux_x64"
18 "BazelBuild-core-release-linux_x64": {
20 "BazelBuild-core-release-linux_x64"
23 "BazelBuild-cpu_8888_benchmark_android_test-for_android_arm64_release-linux_x64": {
25 "BazelBuild-cpu_8888_benchmark_android_test-for_android_arm64_release-linux_x64"
[all …]
/third_party/skia/infra/bots/
Dtasks.json3 "Build-Debian10-Clang-arm-Debug-Android": {
5 "Build-Debian10-Clang-arm-Debug-Android"
8 "Build-Debian10-Clang-arm-Debug-Android_Vulkan": {
10 "Build-Debian10-Clang-arm-Debug-Android_Vulkan"
13 "Build-Debian10-Clang-arm-Debug-Chromebook_GLES": {
15 "Build-Debian10-Clang-arm-Debug-Chromebook_GLES"
18 "Build-Debian10-Clang-arm-Release-Android": {
20 "Build-Debian10-Clang-arm-Release-Android"
23 "Build-Debian10-Clang-arm-Release-Android_API26": {
25 "Build-Debian10-Clang-arm-Release-Android_API26"
[all …]
/third_party/rust/crates/minimal-lexical/
DREADME.md1 minimal-lexical
4 …al version of [rust-lexical](https://github.com/Alexhuszagh/rust-lexical), meant to allow efficien…
6-lexical, it is also well-adapted to private forks. If you do privately fork minimal-lexical, I re…
8-lexical is designed for fast compile times and small binaries sizes, at the expense of a minor am…
12 For a high-level, all-in-one number conversion routines, see [rust-lexical](https://github.com/Alex…
16 - [Getting Started](#getting-started)
17 - [Recipes](#recipes)
18 - [Algorithms](#algorithms)
19 - [Platform Support](platform-support)
20 - [Minimum Version Support](minimum-version-support)
[all …]
/third_party/grpc/tools/dockerfile/test/android_ndk/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 FROM debian:11
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
[all …]
/third_party/mesa3d/docs/
Dinstall.rst11 -----------------------------
19 - `Meson <https://mesonbuild.com>`__ is required when building on \*nix
21 - Android Build system when building as native Android component. Meson
30 - GCC 8.0.0 or later (some parts of Mesa may require later versions)
31 - Clang 5.0 or later (some parts of Mesa may require later versions)
32 - Microsoft Visual Studio 2019 Version 16.11 or later and
38 - `Python <https://www.python.org/>`__ - Python 3.6 or newer is required.
39 - Python package ``packaging`` is required on Python 3.12+:
41 - `Python Mako module <https://www.makotemplates.org/>`__ - Python Mako
43 - Lex / Yacc - for building the Mesa IR and GLSL compiler.
[all …]
/third_party/mesa3d/docs/relnotes/
D20.1.3.rst1 Mesa 20.1.3 Release Notes / 2020-07-08
20 ---------------
24 9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1 mesa-20.1.3.tar.xz
27 ------------
29 - None
32 ---------
34 - vkGetSemaphoreCounterValue doesn't update without vkWaitSemaphores
36 - [v3d] corruption when GS omits some vertices
37 - [RADV] Non-precise occlusion queries return non-zero when all
39 - [DXVK] Project Cars rendering problems
[all …]

12345