Searched +full:libx11 +full:- +full:xcb +full:- +full:dev (Results 1 – 15 of 15) sorted by relevance
4 It downloads the necessary headers, executables, and pre-compiled static/shared libraries to12 (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 libc37 …"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/download42 …"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/download47 …"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 …]
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-utils30 flatbuffers-compiler[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}"19 glslang-tools20 libasound2-dev21 libcap-dev22 "libclang-cpp${LLVM_VERSION}-dev"23 libdrm-dev24 libgles2-mesa-dev[all …]
6 set -e7 set -o xtrace11 apt-get install -y libelogind0 # this interfere with systemd deps, install separately18 glslang-tools19 libexpat1-dev21 libdrm-dev22 libgbm-dev23 libgles2-mesa-dev24 liblz4-dev25 libpciaccess-dev[all …]
5 # .gitlab-ci/image-tags.yml tags:8 set -e9 set -o xtrace13 apt-get install -y ca-certificates gnupg2 software-properties-common15 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/*17 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |…30 "clang-${LLVM_VERSION}"32 glslang-tools34 libasound2-dev35 libcap-dev[all …]
8 - master9 - travis17 - libdrm-dev18 - libegl1-mesa-dev19 - libgles2-mesa-dev20 - libwayland-dev21 - libx11-xcb-dev22 - libx11-dev23 - libgbm-dev24 - libevdev-dev[all …]
4 # Use of this source code is governed by a BSD-style license that can be7 # install_dependencies.sh will install system-specific Skia11 # Pass in --yes as the first argument to force apt-get to skip Y/n prompts while14 set -e19 if !(dpkg-query -W -f'${Status}' "$arg" 2>/dev/null | \20 grep -q "ok installed"); then27 if command -v lsb_release > /dev/null ; then28 case $(lsb_release -i -s) in30 PACKAGES=$(cat<<-EOF31 build-essential[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 …]
6 # .gitlab-ci/image-tags.yml tags:9 set -e10 set -o xtrace17 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.sh30 # Install rust, which we'll be using for deqp-runner. It will be cleaned up at the end.31 . .gitlab-ci/container/build-rust.sh34 GCC_ARCH="aarch64-linux-gnu"[all …]
11 ------------12 It is easiest to just use the pre-built docker image.14 …docker run -v /tmp/out:/OUT -e MESA_VERSION=18.1.7 gcr.io/skia-public/mesa-driver-builder:latest /…22 --------------------25 for day-to-day builds.29 …-get install autoconf libtool scons flex bison llvm-dev libpthread-stubs0-dev x11proto-gl-dev libd…33 The following steps are also represented in `mesa-driver-builder/build_mesa.sh`38 wget ftp://ftp.freedesktop.org/pub/mesa/mesa-$MESA_VERSION.tar.gz39 gunzip mesa-$MESA_VERSION.tar.gz40 tar --extract -f mesa-$MESA_VERSION.tar[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 `Workstation Pro <https://www.vmware.com/products/workstation-pro.html>`__ or41 -------------[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 …]