1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:27:44 +00:00
serenity/Kernel/Graphics/VirtIOGPU
Liav A ebbc38cd2a Kernel/Graphics: Remove GenericGraphicsAdapter::vga_compatible method
There's no point in keeping this method as we don't really care if a
graphics adapter is VGA compatible or not because we don't use this
method anymore.
2022-07-15 12:23:22 +02:00
..
Console.cpp Kernel/Graphics: Flush the entire buffer if using VirtIO console 2022-06-06 20:11:05 +01:00
Console.h Kernel/Graphics: Flush the entire buffer if using VirtIO console 2022-06-06 20:11:05 +01:00
DisplayConnector.cpp Kernel/Graphics: Bring back the mmap interface for DisplayConnectors 2022-06-06 20:11:05 +01:00
DisplayConnector.h Kernel/Graphics: Bring back the mmap interface for DisplayConnectors 2022-06-06 20:11:05 +01:00
GPU3DDevice.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
GPU3DDevice.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
GraphicsAdapter.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
GraphicsAdapter.h Kernel/Graphics: Remove GenericGraphicsAdapter::vga_compatible method 2022-07-15 12:23:22 +02:00
Protocol.h Kernel: Fix buffer overflow in VirtIOGPU create_3d_resource(..) 2022-03-14 22:30:22 +01:00