Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-06 | Use xcb atoms properly | Scott Anderson | |
2018-02-26 | restore dpms state on drm resume | Markus Ongyerth | |
If there is no current mode, set outputs to dpms off in drm resume. Sets current mode to null on disable to ensure this can be checked. | |||
2018-02-19 | Revert "ELF Visibility" | Drew DeVault | |
2018-02-18 | Merge pull request #647 from ascent12/elf_visibility | Drew DeVault | |
ELF Visibility | |||
2018-02-18 | x11 backend: set window title | Guido Günther | |
This makes windows identifiable in the window list | |||
2018-02-19 | Remove usec_to_msec from public API | Scott Anderson | |
2018-02-12 | Reformat all #include directives | emersion | |
2018-02-10 | Merge pull request #618 from VincentVanlaer/atomic-gamma | Drew DeVault | |
Add atomic gamma control | |||
2018-02-09 | Swap buffers with damage | 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-02-02 | backend/drm: support updating cursor when session is paused | emersion | |
2018-01-29 | Merge remote-tracking branch 'upstream/master' into output-damage | emersion | |
2018-01-23 | Backport screenshooter fixes from the renderer redesign v1 | emersion | |
This backports some changes to #319 to fix the screenshooter data format. This also adds wlr_backend_get_renderer which will be useful to support multiple renderers. | |||
2018-01-21 | output: add damage tracking via buffer age | emersion | |
2018-01-07 | Fix output enable in DRM backend | emersion | |
2017-12-21 | handle display destroy | Tony Crisci | |
2017-12-20 | backend add and remove events | Tony Crisci | |
2017-12-20 | rootston: handle backend creation failed | Tony Crisci | |
2017-12-19 | remove session from multibackend | Tony Crisci | |
2017-12-19 | x11 backend: add wlr_input_device_is_x11 | Dominique Martinet | |
2017-12-19 | wl backend: add wlr_input_device_is_wl | Dominique Martinet | |
2017-12-19 | headless backend: add wlr_output_is_headless | Dominique Martinet | |
2017-12-19 | drm backend: add wlr_output_is_drm | Dominique Martinet | |
2017-12-19 | wl backend: add wlr_output_is_wl | Dominique Martinet | |
2017-12-19 | x11 backend: add wlr_output_is_x11 | Dominique Martinet | |
2017-12-19 | Destroy multi backend on display destroy | emersion | |
2017-12-17 | Add headless input devices | emersion | |
2017-12-17 | Add full refresh rate support to custom modes | emersion | |
2017-12-17 | Minimal working headless output | emersion | |
2017-12-17 | Initialize headless backend | emersion | |
2017-12-14 | Merge branch 'master' into display-destroy | emersion | |
2017-12-13 | Fix pointer events with multiple outputs in wayland backend | emersion | |
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-31 | Transform cursor hotspot, fix wayland cursor hotspot | 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-21 | Rename remaining refs to wlr_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_wl_backend | Heghedus Razvan | |
Now wlr_backend->outputs is a list of wlr_wl_backend_output instead of wlr_output. Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2017-10-20 | Replace list_t with wl_list in wlr_drm_backend | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2017-10-20 | Replace list_t with wl_list in wlr_multi_backend | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2017-10-06 | Transform hotspot with cursor | Versus Void | |
Fix #188 | |||
2017-10-02 | Change iface prefix to suffix | Scott Anderson | |