1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:38:12 +00:00
serenity/Kernel/Graphics
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: Apply DisplayConnector design on the VirtIO driver 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: Apply DisplayConnector design on the VirtIO driver 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: Apply DisplayConnector design on the VirtIO driver 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