Normally, a window writes into an offscreen framebuffer of the size of the window, which is later copied onto the screen at the position of the window. If the compositor can properly detect a fullscreen window, it can skip the copying and render to the screen directly. It's only the copying that makes the difference.


Reply With Quote

