mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 19:32:06 -05:00
34e9fa4d3b
Currently, Kernel::Graphics::FramebufferConsole is written assuming that the underlying framebuffer memory exists in physically contiguous memory. There are a bunch of framebuffer devices that would need to use the components of FramebufferConsole (in particular access to the kernel bitmap font rendering logic). To reduce code duplication, framebuffer console has been split into two parts, the abstract GenericFramebufferConsole class which does the rendering, and the ContiguousFramebufferConsole class which contains all logic related to managing the underling vm object. Also, a new flush method has been added to the class, to support devices that require an extra flush step to render. |
||
---|---|---|
.. | ||
Console | ||
Bochs.h | ||
BochsGraphicsAdapter.cpp | ||
BochsGraphicsAdapter.h | ||
Definitions.h | ||
FramebufferDevice.cpp | ||
FramebufferDevice.h | ||
GraphicsDevice.h | ||
GraphicsManagement.cpp | ||
GraphicsManagement.h | ||
IntelNativeGraphicsAdapter.cpp | ||
IntelNativeGraphicsAdapter.h | ||
VGACompatibleAdapter.cpp | ||
VGACompatibleAdapter.h |