Home
last modified time | relevance | path

Searched +full:libgl1 +full:- +full:mesa +full:- +full:dev (Results 1 – 13 of 13) 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/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/mesa3d/.gitlab-ci/container/
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 …]
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 …]
/external/skia/docker/cmake-release/
DDockerfile4 RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list
6 RUN apt-get update && apt-get upgrade -y && apt-get install -y \
11 clang-11 \
12 build-essential \
14 libfreetype6-dev \
15 libfontconfig-dev \
16 libgl1-mesa-dev \
17 libglu1-mesa-dev \
18 libxi-dev \
19 && groupadd -g 2000 skia \
[all …]
/external/skia/tools/
Dinstall_dependencies.sh4 # Use of this source code is governed by a BSD-style license that can be
7 # install_dependencies.sh will install system-specific Skia
11 # Pass in --yes as the first argument to force apt-get to skip Y/n prompts while
14 set -e
19 if !(dpkg-query -W -f'${Status}' "$arg" 2>/dev/null | \
20 grep -q "ok installed"); then
27 if command -v lsb_release > /dev/null ; then
28 case $(lsb_release -i -s) in
30 PACKAGES=$(cat<<-EOF
31 build-essential
[all …]
/external/skia/docker/skia-with-swift-shader-base/
DDockerfile2 FROM launcher.gcr.io/google/clang-debian9 AS build
3 RUN apt-get update && apt-get upgrade -y && apt-get install -y \
7 build-essential \
8 libfontconfig-dev \
9 libgl1-mesa-dev \
10 libglu1-mesa-dev
12 ADD https://storage.googleapis.com/skia-swiftshader/libGLESv2.so /usr/local/lib/libGLESv2.so
13 ADD https://storage.googleapis.com/skia-swiftshader/libEGL.so /usr/local/lib/libEGL.so
18 RUN mkdir -m 0777 /skia
/external/skia/docker/skia-build-tools/
DDockerfile3 RUN apt update && apt dist-upgrade -y && apt install -y \
8 build-essential \
9 libfontconfig-dev \
10 libgl1-mesa-dev \
11 libglu1-mesa-dev \
13 && groupadd -g 2000 skia \
14 && useradd -u 2000 -g 2000 skia
22 ADD --chown=skia:skia https://storage.googleapis.com/skia-swiftshader/libGLESv2.so /usr/local/lib/l…
23 ADD --chown=skia:skia https://storage.googleapis.com/skia-swiftshader/libEGL.so /usr/local/lib/lib…
/external/robolectric/scripts/
DREADME.md1 # Robolectric build-android.sh tutorial
5 … you to run the `build-android.sh` script in the Robolectric repository, resulting in the correspo…
18 $ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
25 … to hold your working files. If you're using MacOS, this has to be on a case-sensitive filesystem.…
31 Configure git with your real name and email address. To use the Gerrit code-review tool, you will n…
33 $ git config --global user.name "Your Name"
34 $ git config --global user.email "you@example.com"
40 $ sudo apt-get install git-core gnupg gnupg-agent flex bison gperf build-essential \
41 zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 \
42 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev ccache \
[all …]
/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/skia/toolchain/
Ddownload_linux_amd64_toolchain.bzl4 It downloads the necessary headers, executables, and pre-compiled static/shared libraries to
12 (See https://bazel.build/docs/output_directories#layout-diagram)
21 # https://chrome-infra-packages.appspot.com/p/skia/bots/clang_linux/+/5h9JgVTkZk0fFuOyLUCHZXIFqG1b1…
26 # (libm), etc. linux-libc-dev has the header files specific to linux. libc6-dev has the libc
37 …"url": "https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6_2.28-10+deb10u…
40 # From https://packages.debian.org/buster/amd64/linux-libc-dev/download
42 …"url": "https://security.debian.org/debian-security/pool/updates/main/l/linux/linux-libc-dev_4.19.…
45 # From https://packages.debian.org/buster/amd64/libc6-dev/download
47 …"url": "https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6-dev_2.28-10+de…
50 # libx11-dev puts libX11.a in ${PWD}/usr/lib/x86_64-linux-gnu
[all …]
/external/mesa3d/docs/relnotes/
D21.1.0.rst1 Mesa 21.1.0 Release Notes / 2021-05-05
4 Mesa 21.1.0 is a new development release. People who are concerned
6 wait for Mesa 21.1.1.
8 Mesa 21.1.0 implements the OpenGL 4.6 API, but the version reported by
15 Mesa 21.1.0 implements the Vulkan 1.2 API, but the version reported by
20 ---------------
24 0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8 mesa-21.1.0.tar.xz
28 ------------
30 - VK_KHR_workgroup_memory_explicit_layout on Intel, RADV
32 - DRM format modifiers for AMD.
[all …]