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-22
Kernel: Consolidate API for creating AnonymousVMObject with given pages
Andreas Kling
2021-07-22
Everywhere: Prefer using {:#x} over 0x{:x}
Gunnar Beutner
2021-07-21
Kernel: VirtIO framebuffer should clamp pending dirty rects if needed
Tom
2021-07-18
Kernel: Clean up VirtIOGPU class interfaces
Sahan Fernando
2021-07-18
Kernel: Replace VirtIOGPU reinterpret casts with AK::BinaryBufferWriter
Sahan Fernando
2021-07-18
Kernel: Improve debug prints for VirtIOGPU device config events
Sahan Fernando
2021-07-18
Kernel: Rename VirtIOGPU/VirtIOGPU.cpp to VirtIOGPU/GPU.cpp
Sahan Fernando
2021-07-18
Kernel: Put VirtIOGPU related types into a namespace
Sahan Fernando
2021-07-18
Kernel: Rename Locker => MutexLocker
Andreas Kling
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
[next]