Home
last modified time | relevance | path

Searched +full:libxrandr +full:- +full:dev (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/igt-gpu-tools/
H A DDockerfile.debian-minimal1 FROM debian:stretch-backports
3 RUN apt-get update
4 RUN apt-get install -y \
8 pkg-config \
10 libpciaccess-dev \
11 libkmod-dev \
12 libprocps-dev \
13 libdw-dev \
14 zlib1g-dev \
15 liblzma-dev \
[all …]
H A DDockerfile.debian-mips1 FROM debian:stretch-backports
3 RUN apt-get update
4 RUN apt-get install -y \
7 pkg-config \
8 x11proto-dri2-dev \
9 python-docutils \
13 RUN dpkg --add-architecture mips
14 RUN apt-get update
15 RUN apt-get install -y \
16 gcc-mips-linux-gnu \
[all …]
H A DDockerfile.debian-arm641 FROM debian:stretch-backports
3 RUN apt-get update
4 RUN apt-get install -y \
7 pkg-config \
8 x11proto-dri2-dev \
9 python-docutils \
13 RUN dpkg --add-architecture arm64
14 RUN apt-get update
15 RUN apt-get install -y \
16 gcc-aarch64-linux-gnu \
[all …]
H A DDockerfile.debian-armhf1 FROM debian:stretch-backports
3 RUN apt-get update
4 RUN apt-get install -y \
7 pkg-config \
8 x11proto-dri2-dev \
9 python-docutils \
13 RUN dpkg --add-architecture armhf
14 RUN apt-get update
15 RUN apt-get install -y \
16 gcc-arm-linux-gnueabihf \
[all …]
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/
H A D.travis.yml8 - master
11 - clang
12 - gcc
15 - sudo apt-get install
16 - eval "${MATRIX_EVAL}"
19 - sudo apt-get -qq update
20- sudo apt-get install -y libassimp-dev libglm-dev graphviz libxcb-dri3-0 libxcb-present0 libpciac…
21 - export VK_VERSION=1.2.189.0
22- wget -O vulkansdk-linux-x86_64-$VK_VERSION.tar.gz https://sdk.lunarg.com/sdk/download/$VK_VERSIO…
23 - tar zxf vulkansdk-linux-x86_64-$VK_VERSION.tar.gz
[all …]
/aosp_15_r20/external/mesa3d/.gitlab-ci/container/debian/
H A Darm64_build.sh4 set -e
5 set -o xtrace
9 apt-get -y install ca-certificates
10 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/*
11 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |…
12 apt-get update
16 libssl-dev
20 apt-utils
21 android-libext4-utils
29 "clang-${LLVM_VERSION}"
[all …]
H A Dx86_64_build-base.sh5 # .gitlab-ci/image-tags.yml tags:
8 set -e
9 set -o xtrace
14 apt-get install -y ca-certificates
15 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/*
16 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |…
24 apt-utils
28 "clang-${LLVM_VERSION}"
29 "clang-format-${LLVM_VERSION}"
30 dpkg-cross
[all …]
H A Dtest-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}"
18 dpkg-dev
20 glslang-tools
21 libasound2-dev
22 libcap-dev
23 "libclang-cpp${LLVM_VERSION}-dev"
24 libdrm-dev
[all …]
H A Dtest-vk.sh6 set -e
7 set -o xtrace
11 apt-get install -y libelogind0 # this interfere with systemd deps, install separately
17 dpkg-dev
19 glslang-tools
20 libexpat1-dev
22 libdrm-dev
23 libgbm-dev
24 libgles2-mesa-dev
25 liblz4-dev
[all …]
/aosp_15_r20/external/mesa3d/.gitlab-ci/container/
H A Dcross_build.sh4 set -e
5 set -o xtrace
15 "crossbuild-essential-$arch"
18 "libdrm-dev:$arch"
19 "libelf-dev:$arch"
20 "libexpat1-dev:$arch"
21 "libffi-dev:$arch"
22 "libpciaccess-dev:$arch"
24 "libvulkan-dev:$arch"
25 "libx11-dev:$arch"
[all …]
/aosp_15_r20/external/mesa3d/docs/drivers/
H A Dsvga3d.rst8 hardware-accelerated 3D. VMware Workstation running on Linux or Windows
14 - The vmwgfx kernel module version 2.20 or later
15 - The VM needs to be configured to hardware version 20 or later.
16 - MESA 22.0 or later should be installed.
27 ----------
31 - Linux kernel module: vmwgfx
32 - User-space libdrm library
33 - Mesa/Gallium OpenGL driver: "svga"
37 `Fusion or Workstation <https://www.vmware.com/products/desktop-hypervisor/workstation-and-fusion>`…
40 -------------
[all …]
/aosp_15_r20/external/virglrenderer/ci/
H A Dbuild-container.sh3 set -e
4 set -o xtrace
9 export LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib:/usr/local/lib/x86_64-linux-gnu
10 …fig:/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig:/usr/local/lib/x86_64-linux-gnu/pkgconfig
11 export LDFLAGS="-L/usr/local/lib64 -L/usr/local/lib/ -L/usr/local/lib/x86_64-linux-gnu"
14 export CFLAGS="-g3"
15 export CXXFLAGS="-g3"
16 export GIT_DATE="2020-02-02"
19 echo 'path-exclude=/usr/share/doc/*' > /etc/dpkg/dpkg.cfg.d/99-exclude-cruft
20 echo 'path-exclude=/usr/share/man/*' >> /etc/dpkg/dpkg.cfg.d/99-exclude-cruft
[all …]
/aosp_15_r20/external/vulkan-validation-layers/
H A D.travis.yml2 # https://travis-ci.org
12 - env: CHECK_COMMIT_FORMAT=ON
13 - env: VULKAN_BUILD_TARGET=GN
16 - os: linux
18 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=armeabi-v7a
19 # Android 64-bit build.
20 - os: linux
22 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=arm64-v8a
24 - os: linux
28 - os: linux
[all …]
H A 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 …]
/aosp_15_r20/external/webrtc/tools_webrtc/sanitizers/
H A Dlsan_suppressions_webrtc.cc4 * Use of this source code is governed by a BSD-style license
14 // http://dev.chromium.org/developers/testing/leaksanitizer for more info.
20 // newlines. See http://dev.chromium.org/developers/testing/leaksanitizer
24 // ============ Leaks in third-party code shared with Chromium =============
36 "leak:libxrandr\n"
41 // ========== Leaks in third-party code not shared with Chromium ===========
50 // test target with pre-existing leaks.
/aosp_15_r20/external/cronet/build/sanitizers/
H A Dlsan_suppressions.cc2 // Use of this source code is governed by a BSD-style license that can be
8 // http://dev.chromium.org/developers/testing/leaksanitizer for more info.
16 // newlines. See http://dev.chromium.org/developers/testing/leaksanitizer
22 // ================ Leaks in third-party code ================
27 // eglibc-2.19/string/strdup.c creates false positive leak errors because of
37 "leak:libnvidia-cbl.so\n"
38 "leak:libnvidia-fatbinaryloader.so\n"
39 "leak:libnvidia-glcore.so\n"
40 "leak:libnvidia-rtcore.so\n"
43 "leak:libdbus-1.so\n"
[all …]
/aosp_15_r20/external/angle/build/sanitizers/
H A Dlsan_suppressions.cc2 // Use of this source code is governed by a BSD-style license that can be
8 // http://dev.chromium.org/developers/testing/leaksanitizer for more info.
16 // newlines. See http://dev.chromium.org/developers/testing/leaksanitizer
22 // ================ Leaks in third-party code ================
27 // eglibc-2.19/string/strdup.c creates false positive leak errors because of
37 "leak:libnvidia-cbl.so\n"
38 "leak:libnvidia-fatbinaryloader.so\n"
39 "leak:libnvidia-glcore.so\n"
40 "leak:libnvidia-rtcore.so\n"
43 "leak:libdbus-1.so\n"
[all …]
/aosp_15_r20/external/mesa3d/docs/
H A Dmeson.rst5 ---------------
16 <https://mesonbuild.com/Getting-meson.html>`__ to install the
22 Unix-like OSes
28 .. code-block:: sh
30 sudo apt-get install meson # Ubuntu
34 .. code-block:: sh
41 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not
42 already installed, use apt-get or dnf to install the *ninja-build*
51 All these dependencies are for latest linux distros and is tested on ubuntu-24 only for now.
55 … the full content of the packages, so make sure to also install ``-dev``/``-devel``/``-headers``/e…
[all …]