This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-04-04 19:55:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c03353e7cae00a0757a7ff50a2d8e89c025fc5c8
ladybird
/
Kernel
/
Graphics
/
VirtIOGPU
History
Andreas Kling
c9f6786e8b
Kernel: Make various T::class_name() and similar return StringView
...
Instead of returning char const*, we can also give you a StringView.
2021-07-11 01:46:59 +02:00
..
VirtIOFrameBufferDevice.cpp
Kernel: Make VirtIO GPU buffer flipping more spec compliant
2021-07-10 21:24:52 +02:00
VirtIOFrameBufferDevice.h
Kernel: Make various T::class_name() and similar return StringView
2021-07-11 01:46:59 +02:00
VirtIOGPU.cpp
Kernel: Implement buffer flipping for VirtIOGPU framebuffers
2021-07-04 23:59:17 +02:00
VirtIOGPU.h
Kernel: Use range-for wherever possible
2021-07-08 10:11:00 +02:00
VirtIOGPUConsole.cpp
Kernel: Implement buffer flipping for VirtIOGPU framebuffers
2021-07-04 23:59:17 +02:00
VirtIOGPUConsole.h
…
VirtIOGraphicsAdapter.cpp
Kernel: Implement buffer flipping for VirtIOGPU framebuffers
2021-07-04 23:59:17 +02:00
VirtIOGraphicsAdapter.h
…