This adds a DRM/KMS based backend to the system, as per #42. This system finds a CRTC and a connector, then uses that to create a frame buffer and a DUMB buffer that it can render to. There's much more to do, and is left as an exercise for anyone with a significant DRM-based use case to pick up and fix. Signed-off-by: John Nunley <dev@notgull.net>
23 lines
330 B
Text
23 lines
330 B
Text
# Core maintainers
|
|
* @john01dav
|
|
|
|
# Apple platforms
|
|
/src/cg.rs @madsmtm
|
|
|
|
# DRM/KMS (no maintainer)
|
|
/src/kms.rs
|
|
|
|
# Redox
|
|
/src/orbital.rs @jackpot51
|
|
|
|
# Wayland
|
|
/src/wayland @ids1024
|
|
|
|
# Web
|
|
/src/web.rs @daxpedda
|
|
|
|
# Windows
|
|
/src/win32.rs @notgull
|
|
|
|
# X11
|
|
/src/x11.rs @notgull
|