-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support page flipping of overlay and primary plane framebuffers
Support allocating multiple framebuffers per plane with plane_create_buffered(). Then, the new plane_flip() can be called to switch between those buffers safely in order to set a new front buffer to the plane. This setup supports any number of buffering schemes, including double and tripple buffering. Signed-off-by: Joshua Henderson <[email protected]>
- Loading branch information
1 parent
96a3e46
commit f64a2d5
Showing
3 changed files
with
165 additions
and
57 deletions.
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
Oops, something went wrong.