Searched +full:libwayland +full:- +full:dev (Results 1 – 15 of 15) sorted by relevance
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | test-base.sh | 5 # .gitlab-ci/image-tags.yml tags: 8 set -e 10 . .gitlab-ci/setup-test-env.sh 12 set -o xtrace 18 apt-get install -y curl ca-certificates gnupg2 software-properties-common 20 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/* 22 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |… 26 . .gitlab-ci/container/debian/maybe-add-llvm-repo.sh 37 "clang-${LLVM_VERSION}" 38 dpkg-dev [all …]
|
| D | arm64_build.sh | 4 set -e 6 . .gitlab-ci/setup-test-env.sh 8 set -o xtrace 12 apt-get -y install ca-certificates curl gnupg2 13 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/* 14 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |… 16 . .gitlab-ci/container/debian/maybe-add-llvm-repo.sh 20 libssl-dev 24 apt-utils 25 android-libext4-utils [all …]
|
| D | x86_64_build-base.sh | 5 # .gitlab-ci/image-tags.yml tags: 8 set -e 10 . .gitlab-ci/setup-test-env.sh 12 set -o xtrace 17 apt-get install -y ca-certificates curl gnupg2 18 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/* 19 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |… 21 . .gitlab-ci/container/debian/maybe-add-llvm-repo.sh 29 apt-utils 33 "clang-${LLVM_VERSION}" [all …]
|
| D | test-gl.sh | 4 set -e 6 . .gitlab-ci/setup-test-env.sh 8 set -o xtrace 15 apt-get install -y libelogind0 # this interfere with systemd deps, install separately 21 "clang-${LLVM_VERSION}" 23 dpkg-dev 25 glslang-tools 26 libasound2-dev 27 libcap-dev 28 "libclang-cpp${LLVM_VERSION}-dev" [all …]
|
| /third_party/skia/m133/third_party/externals/vulkanmemoryallocator/ |
| 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 …]
|
| /third_party/vulkan-loader/.github/workflows/ |
| D | build.yml | 1 # Copyright (c) 2021-2024 Valve Corporation 2 # Copyright (c) 2021-2024 LunarG, Inc. 8 # http://www.apache.org/licenses/LICENSE-2.0 21 # https://docs.github.com/en/actions/using-jobs/using-concurrency 25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 26 cancel-in-progress: true 32 - main 34 permissions: read-all 39 runs-on: ${{matrix.os}} 44 os: [ ubuntu-20.04, ubuntu-22.04 ] [all …]
|
| D | codeql.yml | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 - cron: '26 7 * * 1' 34 # - https://gh.io/recommended-hardware-resources-for-running-codeql 35 # - https://gh.io/supported-runners-and-hardware-resources 36 # - https://gh.io/using-larger-runners 38 runs-on: 'ubuntu-latest' 39 timeout-minutes: 360 43 security-events: write 46 fail-fast: false 51 - name: Checkout repository [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | lava_build.sh | 5 # shellcheck disable=SC2016 # non-expanded variables are intentional 7 # .gitlab-ci/image-tags.yml tags: 10 # you can update the FLUSTER_VECTORS_VERSION tag in .gitlab-ci/image-tags.yml. 14 set -e 16 . .gitlab-ci/setup-test-env.sh 18 set -o xtrace 28 if curl -L --retry 4 -f --retry-delay 60 -s -X HEAD \ 30 echo "Remote files are up-to-date, skip rebuilding them." 38 if curl -L --retry 4 -f --retry-delay 60 -s -X HEAD \ 40 echo "Fluster vectors are up-to-date, skip downloading them." [all …]
|
| D | cross_build.sh | 4 set -e 6 . .gitlab-ci/setup-test-env.sh 8 set -o xtrace 18 "crossbuild-essential-$arch" 21 "libdrm-dev:$arch" 22 "libelf-dev:$arch" 23 "libexpat1-dev:$arch" 24 "libffi-dev:$arch" 25 "libpciaccess-dev:$arch" 27 "libvulkan-dev:$arch" [all …]
|
| /third_party/glfw/docs/ |
| D | compile.md | 16 compile_deps and @ref compile_options sections for GLFW-specific information. 25 If you are on a Unix-like system such as Linux, FreeBSD or Cygwin or have 31 [CMake user guide][cmake-guide] that includes everything in this guide not 34 [cmake-guide]: https://cmake.org/cmake/help/latest/guide/user-interaction/ 40 all necessary dependencies for compiling GLFW, but on Unix-like systems like 46 By default, both the Wayland and X11 backends are enabled on Linux and other Unix-like 55 On Debian and derivatives like Ubuntu and Linux Mint you will need the `libwayland-dev` 56 and `libxkbcommon-dev` packages to compile for Wayland and the `xorg-dev` meta-package to 60 sudo apt install libwayland-dev libxkbcommon-dev xorg-dev 63 On Fedora and derivatives like Red Hat you will need the `wayland-devel` and [all …]
|
| /third_party/mesa3d/docs/ |
| D | meson.rst | 5 --------------- 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* 49 On Debian, Ubuntu and similar, ``sudo apt-get build-dep mesa`` installs 54 All these dependencies are for latest linux distros and is tested on ubuntu-24 only for now. [all …]
|
| /third_party/vulkan-loader/ |
| D | BUILD.md | 7 - [Build Instructions](#build-instructions) 8 - [Table Of Contents](#table-of-contents) 9 - [Contributing to the Repository](#contributing-to-the-repository) 10 - [Repository Content](#repository-content) 11 - [Installed Files](#installed-files) 12 - [Build Requirements](#build-requirements) 13 - [Test Requirements](#test-requirements) 14 - [Repository Set-Up](#repository-set-up) 15 - [Display Drivers](#display-drivers) 16 - [Repository Dependencies](#repository-dependencies) [all …]
|
| /third_party/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 …]
|