mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-13 06:03:31 +00:00
This patch ensures that the displayed pixel buffer is always consistent by applying intermediate drawing steps on an invisible back buffer, which is blitted to the front buffer by the GUI server. Note that the addition of the back buffer increases the decorator's RAM demand by 4*w*h (4 bytes per pixel) whereas w and h are the screen size. Issue #5350