1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 18:51:00 +00:00
serenity/Kernel/Graphics
Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Apologies for the enormous commit, but I don't see a way to split this
up nicely. In the vast majority of cases it's a simple change. A few
extra places can use TRY instead of manual error checking though. :^)
2022-01-24 22:36:09 +01:00
..
Bochs Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
Console Kernel/Graphics: Send correct parameters to text console clear method 2022-01-23 00:33:45 +00:00
Intel Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
VirtIOGPU Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
Definitions.h Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00
FramebufferDevice.cpp Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00
FramebufferDevice.h Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00
GenericFramebufferDevice.cpp Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00
GenericFramebufferDevice.h Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00
GenericGraphicsAdapter.h Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00
GraphicsManagement.cpp Kernel: Only use multiboot framebuffer details if present 2022-01-06 22:34:11 +01:00
GraphicsManagement.h Kernel: Add option to force using only the bootloader framebuffer 2022-01-06 22:34:11 +01:00
VGACompatibleAdapter.cpp Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00
VGACompatibleAdapter.h Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00