banan-os/userspace/WindowServer
Bananymous d58a569660 WindowServer: Limit msync to 60 Hz and only sync necessary pages
This speeds up GUI a lot. I can now run GUI on real hardware at almost
60 Hz.
2024-06-29 19:00:58 +03:00
..
CMakeLists.txt BuildSystem: Cleanup CMake code to allow libc only installation 2024-06-21 01:45:14 +03:00
Cursor.h Userspace: Start work on GUI and WindowServer 2024-05-29 16:00:54 +03:00
Framebuffer.cpp Userspace: Start work on GUI and WindowServer 2024-05-29 16:00:54 +03:00
Framebuffer.h Userspace: Start work on GUI and WindowServer 2024-05-29 16:00:54 +03:00
Utils.h WindowServer: Add window title to title bar and send close events 2024-06-02 17:27:09 +03:00
Window.cpp WindowServer: Add window title to title bar and send close events 2024-06-02 17:27:09 +03:00
Window.h WindowServer: Add window title to title bar and send close events 2024-06-02 17:27:09 +03:00
WindowServer.cpp WindowServer: Limit msync to 60 Hz and only sync necessary pages 2024-06-29 19:00:58 +03:00
WindowServer.h WindowServer: Limit msync to 60 Hz and only sync necessary pages 2024-06-29 19:00:58 +03:00
main.cpp WindowServer: Limit msync to 60 Hz and only sync necessary pages 2024-06-29 19:00:58 +03:00