Home
last modified time | relevance | path

Searched +full:libwayland +full:- +full:dev (Results 1 – 8 of 8) sorted by relevance

/third_party/vulkan-loader/.github/workflows/
Dbuild.yml1 # Copyright (c) 2021-2023 Valve Corporation
2 # Copyright (c) 2021-2023 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
38 runs-on: ${{matrix.os}}
43 os: [ ubuntu-20.04, ubuntu-22.04 ]
[all …]
Dcodeql.yml7 # 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/debian/
Dx86_test-base.sh3 set -e
4 set -o xtrace
8 apt-get install -y ca-certificates gnupg2 software-properties-common
10 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
16 python3-dev \
17 python3-pip \
18 python3-setuptools \
19 python3-wheel \
23 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key
24 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dlava_build.sh3 set -e
4 set -o xtrace
10 MINIO_PATH="${MINIO_HOST}/mesa-lava/$1/${DISTRIBUTION_TAG}/${DEBIAN_ARCH}"
11 if wget -q --method=HEAD "https://${MINIO_PATH}/done"; then
16 # If remote files are up-to-date, skip rebuilding them
20 . .gitlab-ci/container/container_pre_build.sh
22 # Install rust, which we'll be using for deqp-runner. It will be cleaned up at the end.
23 . .gitlab-ci/container/build-rust.sh
26 GCC_ARCH="aarch64-linux-gnu"
30 DEVICE_TREES="arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb"
[all …]
/third_party/glfw/docs/
Dcompile.md16 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/vulkan-loader/
DBUILD.md7 - [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/
D22.0.0.rst1 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 …]
D21.0.0.rst1 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 …]