index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Graphics
Age
Commit message (
Expand
)
Author
2021-06-04
Kernel: Use IO ports instad of MMIO with Bochs graphics in VirtualBox
Liav A
2021-06-04
Kernel/Graphics: Add a proper method to check if Intel GPU is supported
Liav A
2021-06-03
Kernel: Support new lines when doing critical printing
Liav A
2021-06-03
Kernel/Graphics: Remove unused overloaded write methods of Console
Liav A
2021-05-27
Kernel/Graphics: Remove unnecessary derived FramebufferDevice classes
Liav A
2021-05-21
Kernel/Graphics: Indicate initialization failed if no device was found
Liav A
2021-05-21
Kernel: Fix type, dectivate_writes => deactivate_writes
Liav A
2021-05-21
Kernel/Graphics: Choose VMObject considering enabled state when mmaping
Liav A
2021-05-21
Kernel: Fix framebuffer resolution modesetting after boot
Liav A
2021-05-17
Everywhere: Fix a bunch of typos
Linus Groh
2021-05-17
Kernel/Graphics: Be more consistent about arguments passing
Liav A
2021-05-16
Kernel/Graphics: Round size value when mapping real framebuffer
Liav A
2021-05-16
Kernel/Graphics: Assign console to be from VGACompatibleAdapter always
Liav A
2021-05-16
Kernel/Graphics: Fix a method to be more accurate about its name
Liav A
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-05-16
Kernel/Graphics: Add basic support for Intel native accelerator
Liav A
2021-05-16
Kernel: Introduce a new graphics subsystem
Liav A