summaryrefslogtreecommitdiff
path: root/Kernel/Graphics/GraphicsManagement.h
AgeCommit message (Expand)Author
2021-08-06Kernel: Move Kernel/Memory/ code into Kernel::Memory namespaceAndreas Kling
2021-08-06Kernel: Rename Kernel/VM/ to Kernel/Memory/Andreas Kling
2021-07-18Kernel: Put VirtIOGPU related types into a namespaceSahan Fernando
2021-07-03Kernel: Simplify graphics initialization somewhatLiav A
2021-07-02Kernel/PCI: Move the PCI components as a subfolder to the Bus directoryLiav A
2021-06-25Kernel: Add VirtIOGPU graphics deviceSahan Fernando
2021-06-20Kernel: Allow VGA-capable graphics adapters to exist with legacy VGATom
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