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.cpp
Age
Commit message (
Expand
)
Author
2023-06-04
Kernel: Move Random.{h,cpp} code to Security subdirectory
Liav A
2023-04-24
Kernel: Improve context state keeping in the VirtIOGPU3DDevice class
Liav A
2023-02-23
Kernel: Prevent out-of-bounds read/write in VirtIO GPU3DDevice::ioctl
Liav A
2023-01-21
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
Andrew Kaster
2022-12-19
Kernel/Graphics: Propagate errors properly around in the VirtIO driver
Liav A
2022-12-19
Kernel: Properly propagate errors in VirtIOGPU 3D device initialization
Liav A
2022-12-15
Kernel: Allocate VirtIOGPU context IDs from a bitmap, with ErrorOr
Sam Atkins
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
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-03-18
Kernel: Fix crash when opening GPU3DDevice without creating a context
Sahan Fernando
2022-03-14
Kernel: Fix buffer overflow in VirtIOGPU create_3d_resource(..)
Brian Gianforcaro
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