index
:
navi/wayland/wlroots.git
master
fork of wlroots with action binder support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
wlr
/
backend
/
drm.h
Age
Commit message (
Expand
)
Author
2022-05-25
Reformat doc comments
Simon Ser
2021-11-19
backend/drm: introduce wlr_drm_lease
Simon Ser
2021-09-21
backend/drm: add support for panel orientation
Simon Ser
2021-09-08
backend/drm: introduce wlr_drm_backend_get_non_master_fd
Simon Zeni
2021-09-08
backend/drm: implement drm lease function
Simon Zeni
2021-01-17
backend/drm: add wlr_drm_connector_get_id
Simon Ser
2020-12-30
Remove wlr_create_renderer_func_t
Simon Ser
2020-11-19
backend/session: operate on wlr_device
Simon Ser
2019-10-27
backend/drm: add support for custom modes
Simon Ser
2019-07-27
Remove all wayland-server.h includes
Simon Ser
2018-09-24
Rework session handling
nyorain
2018-08-13
move wlr_drm_connector_add_mode to wlr/backend/drm.h
Ilia Bozhinov
2018-07-29
Initial pass on API stability guarantees
Drew DeVault
2018-05-25
backends: implement custom EGL and renderer initialization
Ilia Bozhinov
2018-04-25
Remove wlr_ prefix from local symbols
emersion
2018-03-19
Write some more docs
Drew DeVault
2018-02-12
Reformat all #include directives
emersion
2017-12-19
drm backend: add wlr_output_is_drm
Dominique Martinet
2017-10-01
Multi-GPU DRM
Scott Anderson
2017-08-26
Merge wlr_udev into wlr_session
Scott Anderson
2017-08-13
Add backend detection functions
Calvin Lee
2017-08-06
Changed header paths.
Scott Anderson
2017-06-01
Refactor udev and drm initialization
Drew DeVault
2017-05-31
Generalize DPMS, remove DRM refs from example
Drew DeVault
2017-05-31
Have backend manage opengl context
Drew DeVault
2017-05-13
DPMS support
Scott Anderson
2017-05-07
Generalize output handling
Drew DeVault
2017-05-07
Refactor backend state management
Drew DeVault
2017-05-04
Fixed hotplugging + make EGL more chatty.
Scott Anderson
2017-05-03
Changed modesetting interface.
Scott Anderson
2017-05-03
Changed backend to accept wl_display.
Scott Anderson
2017-05-03
Renamed 'wlr_drm_display' to 'wlr_drm_output'
Scott Anderson
2017-05-03
Removed old session code from DRM backend.
Scott Anderson
2017-05-02
Added example.
Scott Anderson