Skip to content

Commit

Permalink
kwin: Implement fifo-v1 wayland protocol (#461)
Browse files Browse the repository at this point in the history
* kwin: Implement fifo-v1 wayland protocol

Allows the client to get proper FIFO behaviour, by waiting for vblank instead of frame callbacks.
This is the last remaining bit needed to get fifo-v1 in the desktop, as both mesa stable and main contains the necessary
changes to use fifo-v1, with or without commit-timing-v1

Signed-off-by: Eric Naim <[email protected]>

* kwin: Don't use msg2 and use local patch instead

Signed-off-by: Eric Naim <[email protected]>

---------

Signed-off-by: Eric Naim <[email protected]>
  • Loading branch information
1Naim authored Dec 23, 2024
1 parent b8600b4 commit 066af50
Show file tree
Hide file tree
Showing 3 changed files with 815 additions and 5 deletions.
4 changes: 3 additions & 1 deletion kwin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = kwin
pkgdesc = An easy to use, but flexible, composited Window Manager (CachyOS Version)
pkgver = 6.2.4
pkgrel = 3
pkgrel = 5
url = https://kde.org/plasma-desktop/
install = kwin.install
arch = x86_64
Expand Down Expand Up @@ -81,12 +81,14 @@ pkgbase = kwin
source = https://download.kde.org/stable/plasma/6.2.4/kwin-6.2.4.tar.xz
source = https://download.kde.org/stable/plasma/6.2.4/kwin-6.2.4.tar.xz.sig
source = https://invent.kde.org/plasma/kwin/-/merge_requests/6178.patch
source = 6474.patch
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
sha256sums = d4b78ebdc9432cb1e224621ac43cfb81b92dbcee034afe90bbeb5b22f218f321
sha256sums = SKIP
sha256sums = 2a512810f6b0b810a579f8a5c573c850c2e202507182eabb639c6a0ba77cdaf9
sha256sums = e92b74ddf83c345cf2023af08e1b69d350bf84ec913085c9b5c05c7814181575

pkgname = kwin
Loading

0 comments on commit 066af50

Please sign in to comment.