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
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-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-08-14
Kernel: Move TrapFrame into its own header on aarch64
Filiph Sandström
2022-07-24
Kernel/SysFS: Fix parent directory hierarchy with symbolic links
Liav A
2022-07-23
Kernel+Userland: Add ioctl to set process ownership of DisplayConnector
Liav A
2022-07-23
Kernel/Graphics: Remove out-of-context comment note
Liav A
2022-07-22
Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'
Linus Groh
2022-07-19
Kernel+Userland: Remove GRAPHICS_IOCTL_GET_HEAD_EDID ioctl
Liav A
2022-07-19
Kernel/Devices: Abstract SysFS Device add/remove methods more properly
Liav A
2022-07-19
Kernel/SysFS: Add exposing interface for DisplayConnectors
Liav A
2022-07-15
Kernel/Graphics: Remove GenericGraphicsAdapter::vga_compatible method
Liav A
2022-07-13
Kernel/Graphics: Allocate VGA window region according to the usual rules
Liav A
2022-07-13
Kernel/Graphics: Rename m_vga_region => m_vga_window_region
Liav A
2022-07-13
Kernel/Graphics: Rename TextModeConsole => VGATextModeConsole
Liav A
2022-07-13
Kernel/Graphics: Remove unnecessary VGAConsole class abstraction
Liav A
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Kernel/Graphics: Simplify initialization flow explanation comment
Liav A
2022-07-12
Kernel/Graphics: Fix comparison of framebuffer type in initialization
Liav A
2022-07-12
Kernel/Graphics: Remove VGA folder and its content
Liav A
2022-06-25
Kernel/Graphics: Move GenericDisplayConnector code to a new sub-folder
Liav A
2022-06-11
Kernel/Console: Fix gaps between background glyph color
MacDue
2022-06-10
Kernel/Graphics: Ensure VMWare and VirtualBox EDIDs have manufacturer ID
Liav A
2022-06-10
Kernel/Graphics: Ensure generic EDID always has correct checksum
Liav A
2022-06-10
Kernel/Graphics: Re-organize the DisplayConnector class a bit
Liav A
2022-06-09
Kernel/Console: Tidy up code a little
MacDue
2022-06-09
Kernel/Console: Factor out framebuffer offset and support glyph_spacing
MacDue
2022-06-09
Kernel/Console: Replace QEMU bitmap font with Cathode
MacDue
2022-06-06
Kernel/Graphics: Drop support for the DisplayConnector write interface
Liav A
2022-06-06
Kernel/Graphics: Bring back the mmap interface for DisplayConnectors
Liav A
2022-06-06
Kernel/Graphics: Flush the entire buffer if using VirtIO console
Liav A
2022-05-06
Kernel: Force y offset 0 when switching between console & graphics modes
Liav A
2022-05-06
Kernel/Graphics: Protect the list of display connectors with a Spinlock
Liav A
2022-05-06
Kernel/Graphics: Implement basic support for VMWare SVGA adapter
Liav A
2022-05-06
Kernel/Graphics: Use boot console if the subsystem is disabled
Liav A
2022-05-06
Kernel/Graphics: Implement basic cursor for FramebufferConsole
Liav A
2022-05-05
Kernel/Console: Use 8x16 character font bitmap instead of old 8x8 bitmap
Liav A
2022-05-05
Kernel/Graphics: Simplify the GenericGraphicsAdapter class
Liav A
2022-05-05
Kernel/Graphics: Simplify the feature level of the Graphics subsystem
Liav A
2022-05-05
Everywhere: Purge all support and usage of framebuffer devices
Liav A
2022-05-05
Everywhere: Rename FB prefix structure names => Graphics
Liav A
2022-05-05
Everywhere: Rename FB prefix name ioctls => GRAPHICS
Liav A
2022-05-05
Kernel/Graphics: Use DisplayConnector design with generic framebuffers
Liav A
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-05-05
Kernel/Graphics: Migrate Intel driver to use the DisplayConnector design
Liav A
2022-05-05
Kernel/Graphics: Use DisplayConnector design for the Bochs driver
Liav A
2022-05-05
Kernel/Graphics: Export Bochs definitions to a header file
Liav A
2022-05-05
Kernel/Graphics: Introduce the DisplayConnector class
Liav A
2022-05-05
Kernel/Graphics: Declare BochsGraphicsAdapter::get_edid private method
Liav A
[next]