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
/
GPU3DDevice.h
Age
Commit message (
Expand
)
Author
2023-04-24
Kernel: Improve context state keeping in the VirtIOGPU3DDevice class
Liav A
2022-12-26
Kernel/Graphics: Increase VirtIO GPU transfer buffer size to 4MiB
Stephan Unverwerth
2022-12-19
Kernel: Properly propagate errors in VirtIOGPU 3D device initialization
Liav A
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-20
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-05
Kernel/Graphics: Apply DisplayConnector design on the VirtIO driver
Liav A
2022-05-05
Kernel/Graphics: Use VirtIO GPU3DDevice constructor indirectly
Liav A
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-18
Kernel: Fix crash when opening GPU3DDevice without creating a context
Sahan Fernando
2022-03-14
Kernel: Sandbox each GPU3DDevice file description into own host context
Sahan Fernando
2022-03-09
Kernel: Implement basic VirGL device
Sahan Fernando