Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kwin: Implement fifo-v1 wayland protocol #461

Merged
merged 2 commits into from
Dec 23, 2024
Merged

kwin: Implement fifo-v1 wayland protocol #461

merged 2 commits into from
Dec 23, 2024

Conversation

1Naim
Copy link
Member

@1Naim 1Naim commented Dec 21, 2024

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.

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]>
@1Naim 1Naim requested a review from ptr1337 December 21, 2024 16:21
@ptr1337
Copy link
Member

ptr1337 commented Dec 23, 2024

This does depend on an extra mesa patch to work independent from commit thing protocol?

@1Naim
Copy link
Member Author

1Naim commented Dec 23, 2024

This does depend on an extra mesa patch to work independent from commit thing protocol?

That has already been merged as of 24.3.2, so no extra patches are needed.

@ptr1337 ptr1337 merged commit 066af50 into master Dec 23, 2024
@ptr1337 ptr1337 deleted the feat/kwin-fifo branch December 23, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants