Searched +full:libegl1 +full:- +full:mesa +full:- +full:dev (Results 1 – 15 of 15) sorted by relevance
| /external/mesa3d/.gitlab-ci/container/ |
| D | baremetal_build.sh | 3 set -e 4 set -o xtrace 6 ROOTFS=/lava-files/rootfs-${arch} 8 dpkg --add-architecture $arch 9 apt-get update 11 # Cross-build test deps 15 crossbuild-essential-$arch \ 16 git-lfs \ 17 libdrm-dev:$arch \ 18 libboost-dev:$arch \ [all …]
|
| D | lava_build.sh | 3 set -e 4 set -o xtrace 8 MINIO_PATH="minio-packet.freedesktop.org/mesa-lava/$1/${DISTRIBUTION_TAG}/${DEBIAN_ARCH}" 9 if wget -q --method=HEAD "https://${MINIO_PATH}/done"; then 14 # If remote files are up-to-date, skip rebuilding them 15 check_minio "mesa/mesa" 18 . .gitlab-ci/container/container_pre_build.sh 20 # Install rust, which we'll be using for deqp-runner. It will be cleaned up at the end. 21 . .gitlab-ci/build-rust.sh 24 GCC_ARCH="aarch64-linux-gnu" [all …]
|
| /external/libepoxy/.github/workflows/ |
| D | linux.yml | 4 branches-ignore: 5 - debian 6 - khronos-registry 12 - ubuntu-18.04 14 - gcc 15 - clang 16 build-opts: 17 - '' 18 - '-Dglx=no' 19 - '-Degl=no' [all …]
|
| /external/skia/infra/bots/assets/chromebook_arm_gles/ |
| D | README.md | 5 on the dev machine and use that folder as the input to create_and_upload: 7 ./infra/bots/assets/chromebook_arm_gles/create_and_upload.py --lib_path [dir] 12 libgles2-mesa-dev libegl1-mesa-dev
|
| D | create.py | 5 # Use of this source code is governed by a BSD-style license that can be 37 'sudo','apt-get','install', 38 'libgles2-mesa-dev', 39 'libegl1-mesa-dev' 66 parser.add_argument('--target_dir', '-t', required=True)
|
| /external/skia/infra/bots/assets/chromebook_x86_64_gles/ |
| D | README.md | 5 on the dev machine and use that folder as the input to create_and_upload: 7 ./infra/bots/assets/chromebook_x86_64_gles/create_and_upload.py --lib_path [dir] 12 libgles2-mesa-dev libegl1-mesa-dev
|
| D | create.py | 5 # Use of this source code is governed by a BSD-style license that can be 37 'sudo','apt-get','install', 38 'libgles2-mesa-dev', 39 'libegl1-mesa-dev' 66 parser.add_argument('--target_dir', '-t', required=True)
|
| /external/libkmsxx/ |
| D | .travis.yml | 8 - master 9 - travis 17 - libdrm-dev 18 - libegl1-mesa-dev 19 - libgles2-mesa-dev 20 - libwayland-dev 21 - libx11-xcb-dev 22 - libx11-dev 23 - libgbm-dev 24 - libevdev-dev [all …]
|
| /external/virglrenderer/perf-testing/Docker/ |
| D | Dockerfile | 2 # Use of this source code is governed by a BSD-style license that can be 7 docker run --privileged -v /dev/log:/dev/log -v <path to crosvm>:/platform/crosvm:ro <crosvm base i… 13 RUN apt-get update && \ 14 apt-get install -y --no-install-recommends ca-certificates gnupg wget && \ 15 echo 'deb-src https://deb.debian.org/debian bullseye main' >> /etc/apt/sources.list && \ 17 apt-get update && \ 18 apt-get build-dep -y mesa && \ 19 apt-get install -y --no-install-recommends ca-certificates \ 20 python3-setuptools \ 21 llvm-dev \ [all …]
|
| /external/skia/infra/cross-compile/docker/cross-linux-arm64/ |
| D | Dockerfile | 1 FROM launcher.gcr.io/google/clang-debian9 AS build 3 RUN apt-get update && apt-get upgrade -y && apt-get install -y \ 4 binutils-aarch64-linux-gnu \ 6 libc6-dev-arm64-cross \ 7 libegl1-mesa-dev \ 8 libstdc++-6-dev-arm64-cross \
|
| /external/cronet/build/ |
| D | install-build-deps.sh | 1 #!/bin/bash -e 4 # Use of this source code is governed by a BSD-style license that can be 13 echo "Usage: $0 [--options]" 15 echo "--[no-]syms: enable or disable installation of debugging symbols" 16 echo "--lib32: enable installation of 32-bit libraries, e.g. for V8 snapshot" 17 echo "--[no-]android: enable or disable installation of android dependencies" 18 echo "--[no-]arm: enable or disable installation of arm cross toolchain" 19 echo "--[no-]chromeos-fonts: enable or disable installation of Chrome OS"\ 21 echo "--[no-]nacl: enable or disable installation of prerequisites for"\ 23 echo "--[no-]backwards-compatible: enable or disable installation of packages [all …]
|
| /external/angle/build/ |
| D | install-build-deps.py | 4 # Use of this source code is governed by a BSD-style license that can be 23 output = subprocess.check_output(["apt-cache", "dumpavail"]).decode() 31 def package_exists(package_name: str) -> bool: 38 parser.add_argument("--syms", 42 "--no-syms", 48 "--lib32", 50 help="Enable installation of 32-bit libraries, e.g. for V8 snapshot", 53 "--android", 58 "--no-android", 63 parser.add_argument("--arm", [all …]
|
| /external/mesa3d/.gitlab-ci/ |
| D | create-rootfs.sh | 3 set -ex 6 ARCH_PACKAGES="firmware-qcom-media" 9 apt-get -y install --no-install-recommends gnupg ca-certificates 10 apt-key add /llvm-snapshot.gpg.key 11 …echo "deb https://apt.llvm.org/buster/ llvm-toolchain-buster-10 main" >/etc/apt/sources.list.d/llv… 12 apt-get update 16 libxcb-dri2-0 17 libxcb-dri3-0 18 libxcb-present0 19 libxcb-sync1 [all …]
|
| /external/libepoxy/ |
| D | README.md | 5 [](https://opensource.org/… 20 -------- 29 * Can be mixed with non-epoxy GL usage. 32 -------- 44 * libegl1-mesa-dev 55 ---------------------------------- 89 -------------------- 97 * Has a hard-to-maintain parser of extension specification text 101 * User-visible multithreading support choice for win32. 111 piglit-dispatch from scratch. And since we wanted to reuse it in [all …]
|
| /external/vulkan-validation-layers/ |
| D | BUILD.md | 8 1. [Contributing](#contributing-to-the-repository) 9 1. [Repository Content](#repository-content) 10 1. [Repository Set-Up](#repository-set-up) 11 1. [Windows Build](#building-on-windows) 12 1. [Linux Build](#building-on-linux) 13 1. [Android Build](#building-on-android) 14 1. [MacOS build](#building-on-macos) 33 - *install_dir*`/lib` : The Vulkan validation layer libraries 34 - *install_dir*`/share/vulkan/explicit_layer.d` : The Vulkan validation layer 40 ## Repository Set-Up [all …]
|