From 8e346922508aa3eaccd6e12f2917f6574f349843 Mon Sep 17 00:00:00 2001 From: nyorain Date: Sun, 21 Feb 2021 18:30:12 +0100 Subject: render/vulkan: add Vulkan renderer This new renderer is implemented with the existing wlr_renderer API (which is known to be sub-optimal for some operations). It's not used by default, but users can opt-in by setting WLR_RENDERER=vulkan. The renderer depends on VK_EXT_image_drm_format_modifier and VK_EXT_physical_device_drm. Co-authored-by: Simon Ser Co-authored-by: Jan Beich --- .builds/alpine.yml | 3 +++ .builds/archlinux.yml | 3 +++ .builds/freebsd.yml | 3 +++ 3 files changed, 9 insertions(+) (limited to '.builds') diff --git a/.builds/alpine.yml b/.builds/alpine.yml index c636ece6..e4c654b1 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -2,11 +2,14 @@ image: alpine/edge packages: - eudev-dev - ffmpeg-dev + - glslang - libinput-dev - libxkbcommon-dev - mesa-dev - meson - pixman-dev + - vulkan-headers + - vulkan-loader-dev - wayland-dev - wayland-protocols - xcb-util-image-dev diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index bbc4874b..1c89ca6f 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -15,6 +15,9 @@ packages: - xcb-util-wm - xorg-xwayland - seatd + - vulkan-icd-loader + - vulkan-headers + - glslang sources: - https://github.com/swaywm/wlroots tasks: diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index a570e204..368167c8 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -5,9 +5,12 @@ packages: - devel/libudev-devd - devel/meson # implies ninja - devel/pkgconf + - graphics/glslang - graphics/libdrm - graphics/mesa-libs - graphics/png + - graphics/vulkan-headers + - graphics/vulkan-loader - graphics/wayland - graphics/wayland-protocols - multimedia/ffmpeg -- cgit v1.2.3