index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Graphics
/
GraphicsManagement.h
Age
Commit message (
Expand
)
Author
2022-01-06
Kernel: Add option to force using only the bootloader framebuffer
Tom
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-10-27
Kernel/Graphics: Rename GraphicsDevice => GenericGraphicsAdapter
Liav A
2021-10-25
Kernel: Separate framebuffers from bootmode
Ben Wiederhake
2021-09-29
Kernel/PCI: Propagate usage of DeviceIdentifier everywhere
Liav A
2021-09-29
Kernel: Rename two PCI components
Liav A
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-08
Kernel: Remove unused "VGA font" memory region in GraphicsManagement
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-07-18
Kernel: Put VirtIOGPU related types into a namespace
Sahan Fernando
2021-07-03
Kernel: Simplify graphics initialization somewhat
Liav A
2021-07-02
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
Liav A
2021-06-25
Kernel: Add VirtIOGPU graphics device
Sahan Fernando
2021-06-20
Kernel: Allow VGA-capable graphics adapters to exist with legacy VGA
Tom
2021-05-16
Kernel/Graphics: Fix a method to be more accurate about its name
Liav A
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-05-16
Kernel: Introduce a new graphics subsystem
Liav A