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-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-16
Kernel: Remove stale forward declaration of BochsFramebufferDevice
Liav A
2021-07-16
Kernel: Return ENOMEM on allocation failures in FramebufferDevice::mmap
Luke
2021-07-12
Kernel/Graphics: Move Bochs graphics related code into a separate folder
Liav A
2021-07-12
Kernel/Graphics: Remove unnecessary Bochs.h file
Liav A
2021-07-11
Kernel: Remove unused header includes in Graphics subtree
Brian Gianforcaro
2021-07-11
Kernel: Fix condition on whether to initialize a display adapter or not
Liav A
2021-07-11
Kernel/Graphics: Move Intel graphics related code to a separate folder
Liav A
2021-07-11
Kernel: Rename VMObject::clone() => try_clone()
Andreas Kling
2021-07-11
Kernel: Rename various *VMObject::create*() => try_create()
Andreas Kling
2021-07-11
Kernel: Remove bogus VMObject resizing in VirtIOGPU
Andreas Kling
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-10
Kernel: Make VirtIO GPU buffer flipping more spec compliant
Tom
2021-07-08
Kernel: Use range-for wherever possible
Daniel Bertalan
2021-07-08
Everywhere: Mark debug-only functions `[[maybe_unused]]`
Daniel Bertalan
2021-07-06
Kernel: Don't remap BochsGraphicsAdapter MMIO registers on every access
Andreas Kling
2021-07-04
Kernel: Implement buffer flipping for VirtIOGPU framebuffers
Tom
2021-07-04
WindowServer: Implement support for combined buffer flipping + flushing
Tom
2021-07-03
Kernel/Graphics: Unblank the screen when initializing bochs display
Liav A
2021-07-03
Kernel: Clarify and make it easy to not use raw numbers
Liav A
2021-07-03
Kernel/Graphics: Assert if trying to initialize with the wrong driver
Liav A
2021-07-03
Kernel: Simplify graphics initialization somewhat
Liav A
2021-07-03
Kernel: Fix miscellaneous warnings when building with Clang
Daniel Bertalan
2021-07-02
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
Liav A
2021-06-27
WindowServer: Coalesce flushing buffers into one ioctl() call
Tom
2021-06-27
Kernel: Enable additional VirtIO displays only on first resolution set
Tom
2021-06-27
Kernel: Add support for multiple VirtIO GPU outputs
Tom
2021-06-25
Kernel: Add VirtIOGPU graphics device
Sahan Fernando
2021-06-25
Kernel: Abstract FramebufferConsole away from contiguous physical range
Sahan Fernando
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-20
Kernel: Allow VGA-capable graphics adapters to exist with legacy VGA
Tom
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