banan-os/userspace/programs/WindowServer
Bananymous 36d07065fb WindowServer: Optimize msync calls to synchronize less bytes
This *probably* makes framebuffer much faster :D Window server does not
have to do page aligned and page sized syncs which used way too many
pixels.
2024-11-17 20:15:28 +02:00
..
CMakeLists.txt
Cursor.h
Framebuffer.cpp
Framebuffer.h
Utils.h WindowServer: Optimize msync calls to synchronize less bytes 2024-11-17 20:15:28 +02:00
Window.cpp
Window.h
WindowServer.cpp WindowServer: Optimize msync calls to synchronize less bytes 2024-11-17 20:15:28 +02:00
WindowServer.h WindowServer: Optimize msync calls to synchronize less bytes 2024-11-17 20:15:28 +02:00
main.cpp