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
/
VirtIOGPU
/
GPU.h
Age
Commit message (
Expand
)
Author
2021-10-27
Kernel/Graphics: Merge VirtIO GraphicsAdapter and VirtIO GPU code
Liav A
2021-10-27
Kernel/Graphics: Force VirtIO Framebuffer to inherit FramebufferDevice
Liav A
2021-10-27
Kernel/Graphics: Rename VirtIO FrameBufferDevice => FramebufferDevice
Liav A
2021-10-03
Kernel: Use `operator ""sv` in all class_name() implementations
Brian Gianforcaro
2021-09-29
Kernel/PCI: Propagate usage of DeviceIdentifier everywhere
Liav A
2021-09-04
Kernel/VirtIO: Defer initialization of device out of the constructor
Liav A
2021-08-31
Kernel/VirtIO: Remove redundant VirtIO word from filenames
Liav A
2021-08-31
Kernel/VirtIO: Move everything into the VirtIO namespace
Liav A
2021-08-31
Kernel/VirtIO: Remove the m_class_name member
Liav A
2021-08-13
Kernel: Move VirtIO code into the Bus source folder
Liav A
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-07-18
Kernel: Clean up VirtIOGPU class interfaces
Sahan Fernando
2021-07-18
Kernel: Replace VirtIOGPU reinterpret casts with AK::BinaryBufferWriter
Sahan Fernando
2021-07-18
Kernel: Improve debug prints for VirtIOGPU device config events
Sahan Fernando
2021-07-18
Kernel: Rename VirtIOGPU/VirtIOGPU.cpp to VirtIOGPU/GPU.cpp
Sahan Fernando