Searched +full:libwayland +full:- +full:dev (Results 1 – 25 of 26) sorted by relevance
12
| /external/mesa3d/.gitlab-ci/container/debian/ |
| D | x86_64_test-base.sh | 5 # .gitlab-ci/image-tags.yml tags: 8 set -e 9 set -o xtrace 13 apt-get install -y ca-certificates gnupg2 software-properties-common 15 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-tools 34 libasound2-dev 35 libcap-dev [all …]
|
| D | arm64_build.sh | 4 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 30 flatbuffers-compiler [all …]
|
| D | x86_64_test-gl.sh | 4 set -e 5 set -o xtrace 10 apt-get install -y libelogind0 # this interfere with systemd deps, install separately 16 "clang-${LLVM_VERSION}" 19 glslang-tools 20 libasound2-dev 21 libcap-dev 22 "libclang-cpp${LLVM_VERSION}-dev" 23 libdrm-dev 24 libgles2-mesa-dev [all …]
|
| D | x86_64_build-base.sh | 5 # .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 …]
|
| /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/virglrenderer/ci/ |
| D | build-container.sh | 3 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 …]
|
| /external/mesa3d/.gitlab-ci/container/ |
| D | lava_build.sh | 6 # .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 …]
|
| D | cross_build.sh | 4 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 …]
|
| /external/angle/third_party/vulkan_memory_allocator/ |
| D | .travis.yml | 8 - 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 …]
|
| /external/crosvm/tools/ |
| D | install-armhf-deps | 3 # Use of this source code is governed by a BSD-style license that can be 5 set -ex 7 sudo apt-get install --yes --no-install-recommends \ 8 gcc-arm-linux-gnueabihf \ 9 libavcodec-dev:armhf \ 10 libavutil-dev:armhf \ 11 libc-dev:armhf \ 12 libcap-dev:armhf \ 13 libdbus-1-dev:armhf \ 14 libdrm-dev:armhf \ [all …]
|
| D | install-aarch64-deps | 3 # Use of this source code is governed by a BSD-style license that can be 5 set -ex 7 sudo apt-get install --yes --no-install-recommends \ 8 gcc-aarch64-linux-gnu \ 9 ipxe-qemu \ 10 libavcodec-dev:arm64 \ 11 libavutil-dev:arm64 \ 12 libc-dev:arm64 \ 13 libcap-dev:arm64 \ 14 libdbus-1-dev:arm64 \ [all …]
|
| D | install-riscv64-deps | 3 # Use of this source code is governed by a BSD-style license that can be 5 set -ex 8 # from the debian-ports repository. 9 sudo apt-get install --yes --no-install-recommends \ 10 binutils-riscv64-linux-gnu \ 11 g++-riscv64-linux-gnu \ 12 libcap-dev:riscv64 \ 13 libwayland-dev:riscv64 \ 14 qemu-user-static 17 rustup target add riscv64gc-unknown-linux-gnu
|
| D | install-deps | 3 # Use of this source code is governed by a BSD-style license that can be 5 set -ex 7 sudo apt-get install --yes --no-install-recommends \ 9 ca-certificates \ 11 cloud-image-utils \ 13 dpkg-dev \ 19 libavcodec-dev \ 20 libavutil-dev \ 21 libcap-dev \ 22 libclang-dev \ [all …]
|
| /external/libkmsxx/ |
| D | .travis.yml | 8 - master 9 - travis 17 - libdrm-dev 18 - libegl1-mesa-dev 19 - libgles2-mesa-dev 20 - libwayland-dev 21 - libx11-xcb-dev 22 - libx11-dev 23 - libgbm-dev 24 - libevdev-dev [all …]
|
| /external/wayland-protocols/freedesktop.org/ |
| D | .gitlab-ci.yml | 2 DEBIAN_TAG: 2019-11-21.0 7 - project: 'wayland/ci-templates' 12 - containers-build 13 - test 16 extends: .debian@container-ifnot-exists 17 stage: containers-build 20 DEBIAN_DEBS: 'build-essential automake autoconf libtool pkg-config libwayland-dev' 26 - ./autogen.sh 27 - make check
|
| /external/cronet/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/libxkbcommon/.github/workflows/ |
| D | main.yml | 11 runs-on: ubuntu-18.04 16 - uses: actions/checkout@v2 17 - uses: actions/setup-python@v1 19 python-version: '3.7' 20 - name: Install dependencies 22 python -m pip install --upgrade pip meson 23 sudo apt update -y 24 sudo env DEBIAN_FRONTEND=noninteractive apt install -y \ 25 doxygen libxcb-xkb-dev valgrind ninja-build \ 26 libwayland-dev wayland-protocols bison graphviz [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/crosvm/tools/impl/testvm/ |
| D | cloud_init.yaml | 2 #cloud-config 8 - name: crosvm 16 - ssh-rsa 24 # Note: Keep in sync with ./install-[aarch64-]deps.sh 26 - gcc 27 - libavcodec60 28 - libavutil58 29 - libcap2 30 - libdbus-1-3 31 - libdrm2 [all …]
|
| /external/vulkan-validation-layers/ |
| D | .travis.yml | 2 # 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 …]
|
| D | BUILD.md | 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 libraries 34 - *install_dir*`/share/vulkan/explicit_layer.d` : The Vulkan validation layer 40 ## Repository Set-Up [all …]
|
| /external/crosvm/gpu_display/ |
| D | build.rs | 2 // Use of this source code is governed by a BSD-style license that can be 14 fn scan_path<P: AsRef<Path>, O: AsRef<OsStr>>(path: P, name: O) -> Option<PathBuf> { in scan_path() 33 fn find_protocol(name: &str) -> PathBuf { in find_protocol() 36 if let Ok(protocols_path) = pkg_config::get_variable("wayland-protocols", "pkgdatadir") { in find_protocol() 41 let protocols_path = format!("/usr/share/wayland-protocols/stable/{}", name); in find_protocol() 55 fn compile_protocol<P: AsRef<Path>>(name: &str, out: P) -> PathBuf { in compile_protocol() 57 println!("cargo:rerun-if-changed={}", in_protocol.display()); in compile_protocol() 62 let wayland_scanner = which::which("wayland-scanner") in compile_protocol() 63 .expect("missing wayland-scanner - please install libwayland-dev"); in compile_protocol() 70 .expect("wayland-scanner code failed"); in compile_protocol() [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 22.0.0.rst | 1 Mesa 22.0.0 Release Notes / 2022-03-09 20 --------------- 24 e6c41928b5b9917485bd67cec22d15e62cad7a358bf4c711a647979987601250 mesa-22.0.0.tar.xz 28 ------------ 30 - lavapipe,radv,anv KHR_dynamic_rendering 31 - radv EXT_image_view_min_lod 32 - VK_KHR_synchronization2 on RADV. 33 - OpenSWR has been moved to the Amber branch 34 - radeonsi, zink ARB_sparse_texture 35 - d3d12 GLES3.1 (shader storage buffers, images, compute, indirect draw, draw params, ARB_framebuff… [all …]
|
| D | 23.2.1.rst | 1 Mesa 23.2.1 Release Notes / 2023-09-28 23 --------------- 27 64de0616fc2d801f929ab1ac2a4f16b3e2783c4309a724c8a259b20df8bbc1cc mesa-23.2.1.tar.xz 32 ------------ 34 - VK_EXT_attachment_feedback_loop_dynamic_state on RADV 36 - extendedDynamicState3SampleLocationsEnable on RADV 38 - VK_EXT_dynamic_rendering_unused_attachments on RADV 40 - VK_EXT_mesh_shader on lavapipe 42 - OpenGL 3.1 on Asahi 44 - OpenGL ES 3.0 on Asahi [all …]
|
| D | 21.0.0.rst | 1 Mesa 21.0.0 Release Notes / 2021-03-11 20 --------------- 24 e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84 mesa-21.0.0.tar.xz 28 ------------ 30 - GL_EXT_demote_to_helper_invocation on radeonsi 32 - GL_NV_compute_shader_derivatives on radeonsi 34 - EGL_MESA_platform_xcb 36 - Removed GL_NV_point_sprite for classic swrast. 38 - driconf: remove glx_disable_oml_sync_control, glx_disable_sgi_video_sync, and glx_disable_ext_buf… 40 - Removed support for loading DRI drivers older than Mesa 8.0, including all DRI1 support [all …]
|
12