Searched +full:libxrandr +full:- +full:dev (Results 1 – 18 of 18) sorted by relevance
1 FROM debian:stretch-backports3 RUN apt-get update4 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 …]
1 FROM debian:stretch-backports3 RUN apt-get update4 RUN apt-get install -y \7 pkg-config \8 x11proto-dri2-dev \9 python-docutils \13 RUN dpkg --add-architecture mips14 RUN apt-get update15 RUN apt-get install -y \16 gcc-mips-linux-gnu \[all …]
1 FROM debian:stretch-backports3 RUN apt-get update4 RUN apt-get install -y \7 pkg-config \8 x11proto-dri2-dev \9 python-docutils \13 RUN dpkg --add-architecture arm6414 RUN apt-get update15 RUN apt-get install -y \16 gcc-aarch64-linux-gnu \[all …]
1 FROM debian:stretch-backports3 RUN apt-get update4 RUN apt-get install -y \7 pkg-config \8 x11proto-dri2-dev \9 python-docutils \13 RUN dpkg --add-architecture armhf14 RUN apt-get update15 RUN apt-get install -y \16 gcc-arm-linux-gnueabihf \[all …]
8 - master11 - clang12 - gcc15 - sudo apt-get install16 - eval "${MATRIX_EVAL}"19 - sudo apt-get -qq update20 …- sudo apt-get install -y libassimp-dev libglm-dev graphviz libxcb-dri3-0 libxcb-present0 libpciac…21 - export VK_VERSION=1.2.189.022 …- 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 …]
4 set -e5 set -o xtrace9 apt-get -y install ca-certificates10 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 update16 libssl-dev20 apt-utils21 android-libext4-utils29 "clang-${LLVM_VERSION}"[all …]
5 # .gitlab-ci/image-tags.yml tags:8 set -e9 set -o xtrace14 apt-get install -y ca-certificates15 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-utils28 "clang-${LLVM_VERSION}"29 "clang-format-${LLVM_VERSION}"30 dpkg-cross[all …]
4 set -e5 set -o xtrace10 apt-get install -y libelogind0 # this interfere with systemd deps, install separately16 "clang-${LLVM_VERSION}"18 dpkg-dev20 glslang-tools21 libasound2-dev22 libcap-dev23 "libclang-cpp${LLVM_VERSION}-dev"24 libdrm-dev[all …]
6 set -e7 set -o xtrace11 apt-get install -y libelogind0 # this interfere with systemd deps, install separately17 dpkg-dev19 glslang-tools20 libexpat1-dev22 libdrm-dev23 libgbm-dev24 libgles2-mesa-dev25 liblz4-dev[all …]
4 set -e5 set -o xtrace15 "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 …]
8 hardware-accelerated 3D. VMware Workstation running on Linux or Windows14 - The vmwgfx kernel module version 2.20 or later15 - 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: vmwgfx32 - User-space libdrm library33 - Mesa/Gallium OpenGL driver: "svga"37 `Fusion or Workstation <https://www.vmware.com/products/desktop-hypervisor/workstation-and-fusion>`…40 -------------[all …]
3 set -e4 set -o xtrace9 export LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib:/usr/local/lib/x86_64-linux-gnu10 …fig:/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig:/usr/local/lib/x86_64-linux-gnu/pkgconfig11 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-cruft20 echo 'path-exclude=/usr/share/man/*' >> /etc/dpkg/dpkg.cfg.d/99-exclude-cruft[all …]
2 # https://travis-ci.org12 - env: CHECK_COMMIT_FORMAT=ON13 - env: VULKAN_BUILD_TARGET=GN16 - os: linux18 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=armeabi-v7a19 # Android 64-bit build.20 - os: linux22 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=arm64-v8a24 - os: linux28 - os: linux[all …]
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 libraries34 - *install_dir*`/share/vulkan/explicit_layer.d` : The Vulkan validation layer40 ## Repository Set-Up[all …]
4 * Use of this source code is governed by a BSD-style license14 // http://dev.chromium.org/developers/testing/leaksanitizer for more info.20 // newlines. See http://dev.chromium.org/developers/testing/leaksanitizer24 // ============ 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.
2 // Use of this source code is governed by a BSD-style license that can be8 // http://dev.chromium.org/developers/testing/leaksanitizer for more info.16 // newlines. See http://dev.chromium.org/developers/testing/leaksanitizer22 // ================ Leaks in third-party code ================27 // eglibc-2.19/string/strdup.c creates false positive leak errors because of37 "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 …]
5 ---------------16 <https://mesonbuild.com/Getting-meson.html>`__ to install the22 Unix-like OSes28 .. code-block:: sh30 sudo apt-get install meson # Ubuntu34 .. code-block:: sh41 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not42 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 …]