Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-02 | drm: legacy: issue a NULL modeset on disable | Rouven Czerwinski | |
The DRM subsystem needs a NULL modeset for connectors which disappear from the system to disable the hardware pipes, otherwise the pixels get rendered but are sent nowhere. The atomic backend does the equivalent by removing the properties and issuing a commit. Fixes #1706 | |||
2018-10-03 | output: make gamma size a size_t and gamma table const | emersion | |
2018-09-10 | fix cursor loss w/ legacy drm and software cursor (tested on etnaviv) | mntmn | |
2018-07-09 | util: add wlr_ prefix to log symbols | emersion | |
2018-03-28 | Remove width_mm from wlr_touch events | Drew DeVault | |
2018-02-12 | Reformat all #include directives | emersion | |
2018-02-09 | Add atomic gamma lut size fetching | Vincent Vanlaer | |
Legacy gamma lut size now uses the new legacy_crtc member of wlr_drm_crtc. This was Previously doen using old_crtc in wlr_drm_connector, but since this refers to the crtc that was connected to the ouput, this could give the wrong result. | |||
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 | |