diff options
author | Tom <tomut@yahoo.com> | 2021-07-03 12:43:35 -0600 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-07-04 23:59:17 +0200 |
commit | fdae117600925e17dfbab54961dd68ddcfe27dc2 (patch) | |
tree | 420f1cd3daf1efb29c2039357433a1558292a183 /Userland/Applications/Browser | |
parent | 45a2bc27d5126b5c0c0fed38a5cd8e9df4e049dd (diff) | |
download | serenity-fdae117600925e17dfbab54961dd68ddcfe27dc2.zip |
WindowServer: Implement support for combined buffer flipping + flushing
Some devices may require DMA transfers to flush the updated buffer
areas prior to flipping. For those devices we track the areas that
require flushing prior to the next flip. For devices that do not
support flipping, but require flushing, we'll simply flush after
updating the front buffer.
This also adds a small optimization that skips these steps entirely for
a screen that doesn't have any updates that need to be rendered.
Diffstat (limited to 'Userland/Applications/Browser')
0 files changed, 0 insertions, 0 deletions