wayland/screencopy: support dmabufs in vulkan mode

This commit is contained in:
reakjra 2026-02-09 18:20:14 +01:00 committed by outfoxxed
parent 158db16b93
commit a99519c3ad
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
8 changed files with 375 additions and 2 deletions

View file

@ -25,6 +25,7 @@ set shell id.
- Added support for IPC signal listeners.
- Added Quickshell version checking and version gated preprocessing.
- Added a way to detect if an icon is from the system icon theme or not.
- Added vulkan support to screencopy.
## Other Changes
@ -51,3 +52,4 @@ set shell id.
## Packaging Changes
`glib` and `polkit` have been added as dependencies when compiling with polkit agent support.
`vulkan-headers` has been added as a build-time dependency for screencopy (Vulkan backend support).