Home
last modified time | relevance | path

Searched +full:libegl1 +full:- +full:mesa +full:- +full:dev (Results 1 – 15 of 15) sorted by relevance

/external/libepoxy/.github/workflows/
Dlinux.yml4 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/
DREADME.md5 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
Dcreate.py5 # 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/
DREADME.md5 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
Dcreate.py5 # 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.yml8 - 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/skia/infra/cross-compile/docker/cross-linux-arm64/
DDockerfile1 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/virglrenderer/perf-testing/Docker/
DDockerfile2 # 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/mesa3d/.gitlab-ci/container/
Dlava_build.sh6 # .gitlab-ci/image-tags.yml tags:
9 set -e
10 set -o xtrace
17 S3_PATH="${S3_HOST}/mesa-lava/$1/${DISTRIBUTION_TAG}/${DEBIAN_ARCH}"
18 if curl -L --retry 4 -f --retry-delay 60 -s -X HEAD \
20 echo "Remote files are up-to-date, skip rebuilding them."
28 . .gitlab-ci/container/container_pre_build.sh
30 # Install rust, which we'll be using for deqp-runner. It will be cleaned up at the end.
31 . .gitlab-ci/container/build-rust.sh
34 GCC_ARCH="aarch64-linux-gnu"
[all …]
Dstrip-rootfs.sh4 # .gitlab-ci/image-tags.yml tags:
6 set -ex
12 python3-dev python3-pip python3-setuptools python3-wheel
18 if ! apt-get remove --purge --yes "${PACKAGE}"
24 apt-get autoremove --yes || true
27 apt libapt-pkg6.0
28 ncurses-bin ncurses-base libncursesw6 libncurses6
29 perl-base
34 init-system-helpers
37 libsemanage1 libsemanage-common
[all …]
/external/mesa3d/.gitlab-ci/container/debian/
Dx86_64_test-gl.sh4 set -e
5 set -o xtrace
10 apt-get install -y libelogind0 # this interfere with systemd deps, install separately
16 "clang-${LLVM_VERSION}"
19 glslang-tools
20 libasound2-dev
21 libcap-dev
22 "libclang-cpp${LLVM_VERSION}-dev"
23 libdrm-dev
24 libgles2-mesa-dev
[all …]
/external/cronet/build/
Dinstall-build-deps.py4 # 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/angle/build/
Dinstall-build-deps.py4 # 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/libepoxy/
DREADME.md5 [![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](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/
DBUILD.md8 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 …]