1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:58:11 +00:00
serenity/Kernel/Graphics/VMWare
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: Implement basic support for VMWare SVGA adapter 2022-05-06 18:04:57 +02:00
Console.h Kernel/Graphics: Implement basic support for VMWare SVGA adapter 2022-05-06 18:04:57 +02:00
Definitions.h Kernel/Graphics: Implement basic support for VMWare SVGA adapter 2022-05-06 18:04:57 +02:00
DisplayConnector.cpp Kernel/Graphics: Ensure VMWare and VirtualBox EDIDs have manufacturer ID 2022-06-10 22:32:54 +01:00
DisplayConnector.h Kernel/Graphics: Bring back the mmap interface for DisplayConnectors 2022-06-06 20:11:05 +01:00
GraphicsAdapter.cpp Kernel/Graphics: Remove GenericGraphicsAdapter::vga_compatible method 2022-07-15 12:23:22 +02:00
GraphicsAdapter.h Kernel/Graphics: Remove GenericGraphicsAdapter::vga_compatible method 2022-07-15 12:23:22 +02:00