Searched +full:libgl1 +full:- +full:mesa +full:- +full:dev (Results 1 – 12 of 12) sorted by relevance
| /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/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/skia/docker/cmake-release/ |
| D | Dockerfile | 4 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/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/skia/tools/ |
| D | install_dependencies.sh | 4 # 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/ |
| D | Dockerfile | 2 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/ |
| D | Dockerfile | 3 RUN apt update && apt dist-upgrade -y && apt install -y \ 8 build-essential \ 9 libfontconfig-dev \ 10 libgl1-mesa-dev \ 11 libglu1-mesa-dev \ 12 && groupadd -g 2000 skia \ 13 && useradd -u 2000 -g 2000 skia 21 ADD --chown=skia:skia https://storage.googleapis.com/skia-swiftshader/libGLESv2.so /usr/local/lib/l… 22 ADD --chown=skia:skia https://storage.googleapis.com/skia-swiftshader/libEGL.so /usr/local/lib/lib…
|
| /external/mesa3d/docs/drivers/ |
| D | vmware-guest.rst | 8 hardware-accelerated 3D. VMware Workstation running on Linux or Windows 14 - The VM is configured for virtual hardware version 12. 15 - The host OS, GPU and graphics driver supports DX11 (Windows) or 17 - On Linux, the vmwgfx kernel module must be version 2.9.0 or later. 18 - A recent version of Mesa with the updated svga Gallium driver. 25 - Multisample antialiasing (2x, 4x) 26 - GL_ARB/AMD_draw_buffers_blend 27 - GL_ARB_sample_shading 28 - GL_ARB_texture_cube_map_array 29 - GL_ARB_texture_gather [all …]
|
| /external/robolectric/scripts/ |
| D | README.md | 1 # 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/ |
| 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/toolchain/ |
| D | download_linux_amd64_toolchain.bzl | 4 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 …]
|