-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
egl-wayland: set unprocessedFeedback flag
A prior commit added logic to reallocate window surfaces after receiving a new dma-buf feedback from the compositor. This keys off of the unprocessedFeedback flag, however currently that flag never actually gets set. This change sets the flag after receiving a new feedback, so that we will reallocate the surface on the next eglSwapBuffers call.
- Loading branch information
Erik Kurzinger
committed
May 9, 2023
1 parent
1c87fc0
commit f2dc786
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters