summaryrefslogtreecommitdiff
path: root/Kernel/Graphics/FramebufferDevice.cpp
AgeCommit message (Expand)Author
2021-07-04Kernel: Implement buffer flipping for VirtIOGPU framebuffersTom
2021-06-27WindowServer: Coalesce flushing buffers into one ioctl() callTom
2021-06-24Kernel: Move special sections into Sections.hHendiadyoin1
2021-05-27Kernel/Graphics: Remove unnecessary derived FramebufferDevice classesLiav A
2021-05-21Kernel: Fix type, dectivate_writes => deactivate_writesLiav A
2021-05-21Kernel/Graphics: Choose VMObject considering enabled state when mmapingLiav A
2021-05-21Kernel: Fix framebuffer resolution modesetting after bootLiav A
2021-05-17Kernel/Graphics: Be more consistent about arguments passingLiav A
2021-05-16Kernel/Graphics: Round size value when mapping real framebufferLiav A
2021-05-16Kernel/Graphics: Fix a method to be more accurate about its nameLiav A
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A
2021-05-16Kernel: Introduce a new graphics subsystemLiav A