Age | Commit message (Expand) | Author |
2018-03-24 | Redesign wlr_texture | emersion |
2018-03-19 | render: split render.h into wlr_renderer.h and wlr_texture.h | emersion |
2018-03-15 | matrix: use 2D matrices | emersion |
2018-02-26 | restore dpms state on drm resume | Markus Ongyerth |
2018-02-12 | Reformat all #include directives | emersion |
2018-02-10 | Merge pull request #618 from VincentVanlaer/atomic-gamma | Drew DeVault |
2018-02-09 | Swap buffers with damage | emersion |
2018-02-09 | Add atomic gamma lut size fetching | Vincent Vanlaer |
2018-02-09 | Add atomic gamma setting | Vincent Vanlaer |
2018-02-02 | backend/drm: support updating cursor when session is paused | emersion |
2018-01-21 | output: add damage tracking via buffer age | emersion |
2018-01-07 | Fix output enable in DRM backend | emersion |
2017-12-19 | remove session from multibackend | Tony Crisci |
2017-12-19 | drm backend: add wlr_output_is_drm | Dominique Martinet |
2017-12-07 | Listen to display destroy in backends | emersion |
2017-11-19 | Refactor wlr_list inside wlroots | emersion |
2017-10-31 | Fix cursor hotspot with rotated outputs on DRM backend | emersion |
2017-10-26 | Do not set hw cursor if disabled when switching VT | emersion |
2017-10-21 | Merge branch 'master' into heghe/wl_list | Drew DeVault |
2017-10-22 | Remove drm field from wlr_drm_connector | Scott Anderson |
2017-10-22 | Remove unnecesary wlr_renderers | Scott Anderson |
2017-10-22 | Move egl.h to render/egl.h | Scott Anderson |
2017-10-20 | Replace list_t with wl_list in wlr_drm_backend | Heghedus Razvan |
2017-10-02 | Change iface prefix to suffix | Scott Anderson |
2017-10-01 | Minor fixes | Scott Anderson |
2017-10-01 | Multi-GPU DRM | Scott Anderson |
2017-10-01 | Add renderer pointer inside drm_surface | 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 | Add pointer to backend from DRM outputs | Scott Anderson |
2017-09-30 | Split DRM rendering to its own file | Scott Anderson |
2017-09-30 | Split DRM internal interface to its own header | Scott Anderson |
2017-09-30 | Rename files to remove pointless drm prefix | Scott Anderson |
2017-06-10 | Combine internal DRM headers into one | Drew DeVault |
2017-06-09 | Fixed rendering bug: Delay calling gbm_surface_release_buffer until it | Scott Anderson |
2017-06-08 | Filled out more wlr_output fields. | Scott Anderson |
2017-06-01 | Refactor udev and drm initialization | Drew DeVault |
2017-06-01 | Merge branch 'master' into session | ascent12 |
2017-05-31 | Generalize DPMS, remove DRM refs from example | Drew DeVault |
2017-05-14 | Added device matching | Scott Anderson |
2017-05-14 | Refactored renderer startup to function. | Scott Anderson |
2017-05-14 | Working commit | Scott Anderson |
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-03 | Removed unused fields. | 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 | Changed drm to use new EGL interface. | Scott Anderson |