summaryrefslogtreecommitdiff
path: root/Kernel/Graphics
AgeCommit message (Expand)Author
2021-06-27WindowServer: Coalesce flushing buffers into one ioctl() callTom
2021-06-27Kernel: Enable additional VirtIO displays only on first resolution setTom
2021-06-27Kernel: Add support for multiple VirtIO GPU outputsTom
2021-06-25Kernel: Add VirtIOGPU graphics deviceSahan Fernando
2021-06-25Kernel: Abstract FramebufferConsole away from contiguous physical rangeSahan Fernando
2021-06-24Kernel: Move special sections into Sections.hHendiadyoin1
2021-06-20Kernel: Allow VGA-capable graphics adapters to exist with legacy VGATom
2021-06-04Kernel: Use IO ports instad of MMIO with Bochs graphics in VirtualBoxLiav A
2021-06-04Kernel/Graphics: Add a proper method to check if Intel GPU is supportedLiav A
2021-06-03Kernel: Support new lines when doing critical printingLiav A
2021-06-03Kernel/Graphics: Remove unused overloaded write methods of ConsoleLiav A
2021-05-27Kernel/Graphics: Remove unnecessary derived FramebufferDevice classesLiav A
2021-05-21Kernel/Graphics: Indicate initialization failed if no device was foundLiav 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-17Everywhere: Fix a bunch of typosLinus Groh
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: Assign console to be from VGACompatibleAdapter alwaysLiav 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/Graphics: Add basic support for Intel native acceleratorLiav A
2021-05-16Kernel: Introduce a new graphics subsystemLiav A