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
/
backend
/
drm
/
iface.h
Age
Commit message (
Expand
)
Author
2020-05-14
output: make wlr_output_set_gamma atomic
Simon Ser
2020-05-10
backend/drm: GAMMA_LUT_SIZE isn't atomic
Simon Ser
2020-05-09
backend/drm: remove crtc_set_cursor from interface
Simon Ser
2020-05-09
backend/drm: remove conn_enable from interface
Simon Ser
2020-05-09
backend/drm: rename crtc_pageflip to crtc_commit
Simon Ser
2020-05-09
backend/drm: apply gamma LUT on page-flip
Simon Ser
2020-05-09
backend/drm: remove mode argument to crtc_pageflip
Simon Ser
2020-05-09
backend/drm: remove wlr_drm_interface.crtc_move_cursor
Simon Ser
2020-04-28
backend/drm: move atomic cursor code into pageflip code
Scott Anderson
2018-10-03
output: make gamma size a size_t and gamma table const
emersion
2018-02-12
Reformat all #include directives
emersion
2018-02-09
Add atomic gamma lut size fetching
Vincent Vanlaer
2018-02-09
Add atomic gamma setting
Vincent Vanlaer
2018-01-07
Fix output enable in DRM backend
emersion
2017-10-02
Change iface prefix to suffix
Scott Anderson
2017-09-30
Rename wlr_drm_output to wlr_drm_connector
Scott Anderson
2017-09-30
Rename backend to drm
Scott Anderson
2017-09-30
Split DRM internal interface to its own header
Scott Anderson