1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 10:31:00 +00:00
serenity/Kernel/Graphics
Liav A f476b49fd8 Kernel/Graphics: Merge VirtIO GraphicsAdapter and VirtIO GPU code
A VirtIO graphics adapter is really the VirtIO GPU, so the virtualized
hardware has no distinction between both components so there's no
need to put such distinction in software.

We might need to split things in the future, but when we do so, we must
take proper care to ensure that the interface between the components
is correct and use the usual codebase patterns.
2021-10-27 07:57:44 +03:00
..
Bochs Kernel/Graphics: Convert type method => bool vga compatible method 2021-10-27 07:57:44 +03:00
Console Kernel: Move x86 IO instructions code into the x86 specific folder 2021-10-01 12:27:20 +02:00
Intel Kernel/Graphics: Convert type method => bool vga compatible method 2021-10-27 07:57:44 +03:00
VirtIOGPU Kernel/Graphics: Merge VirtIO GraphicsAdapter and VirtIO GPU code 2021-10-27 07:57:44 +03:00
Definitions.h Kernel: Switch static_asserts of a type size to AK::AssertSize 2021-09-05 20:08:57 +02:00
FramebufferDevice.cpp Kernel/Graphics: Merge VirtIO GraphicsAdapter and VirtIO GPU code 2021-10-27 07:57:44 +03:00
FramebufferDevice.h Kernel/Graphics: Merge VirtIO GraphicsAdapter and VirtIO GPU code 2021-10-27 07:57:44 +03:00
GraphicsDevice.h Kernel/Graphics: Convert type method => bool vga compatible method 2021-10-27 07:57:44 +03:00
GraphicsManagement.cpp Kernel/Graphics: Convert type method => bool vga compatible method 2021-10-27 07:57:44 +03:00
GraphicsManagement.h Kernel: Separate framebuffers from bootmode 2021-10-25 23:38:28 +02:00
VGACompatibleAdapter.cpp Kernel: Remove IO.h include from a bunch of places 2021-10-01 12:27:20 +02:00
VGACompatibleAdapter.h Kernel/Graphics: Convert type method => bool vga compatible method 2021-10-27 07:57:44 +03:00