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
/
VirtIOGPU
Age
Commit message (
Expand
)
Author
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-11
Kernel: Remove unused header includes in Graphics subtree
Brian Gianforcaro
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-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: 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-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