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

feat(wayland) add double buffering support #7670

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cosmindanielradu19
Copy link
Contributor

Change wayland support to double buffering full refresh instead of single buffer with partial refresh.

Notes

Signed-off-by: Ana Grad <ana.grad@nxp.com>
@kisvegabor
Copy link
Member

Double buffered DIRECT mode is usually better than FULL mode. Can you check the performance difference?

cc @etag4048

@etag4048
Copy link
Contributor

@kisvegabor supporting DIRECT mode will require a significant refactoring of the wayland driver. In my opinion the most pressing issue is cleaning up the main run loop. To make it function like the other in-tree drivers.

@anaGrad
Copy link
Contributor

anaGrad commented Jan 29, 2025

I have opened this draft PR to also report an issue I am having when trying to implement double buffering: #7671.
It is related to resizing the window for fullscreen mode.

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.

4 participants