ladybird/Kernel/Graphics
Liav A 41283a2de6 Kernel/Graphics: Use VirtIO GPU3DDevice constructor indirectly
We shouldn't expose the VirtIO GPU3DDevice constructor as public method,
so instead, let's use the usual pattern of a static construction method
that uses the constructor within the method.
2022-05-05 20:55:57 +02:00
..
Bochs Kernel/Graphics: Use DisplayConnector design for the Bochs driver 2022-05-05 20:55:57 +02:00
Console Kernel: Use original Console m_x and m_y in Text based implementations 2022-03-19 13:39:59 +00:00
Intel Kernel/Graphics: Migrate Intel driver to use the DisplayConnector design 2022-05-05 20:55:57 +02:00
VGA Kernel/Graphics: Don't try to enumerate PCI adapters if PCI is disabled 2022-03-02 18:41:54 +01:00
VirtIOGPU Kernel/Graphics: Use VirtIO GPU3DDevice constructor indirectly 2022-05-05 20:55:57 +02:00
Definitions.h Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00
DisplayConnector.cpp Kernel/Graphics: Introduce the DisplayConnector class 2022-05-05 20:55:57 +02:00
DisplayConnector.h Kernel/Graphics: Introduce the DisplayConnector class 2022-05-05 20:55:57 +02:00
FramebufferDevice.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FramebufferDevice.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GenericFramebufferDevice.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GenericFramebufferDevice.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GenericGraphicsAdapter.h Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00
GraphicsManagement.cpp Kernel/Graphics: Introduce the DisplayConnector class 2022-05-05 20:55:57 +02:00
GraphicsManagement.h Kernel/Graphics: Introduce the DisplayConnector class 2022-05-05 20:55:57 +02:00
VGACompatibleAdapter.h Kernel/Graphics: Don't try to enumerate PCI adapters if PCI is disabled 2022-03-02 18:41:54 +01:00