aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-08screencopy: Implement copying into linux-dmabufAndri Yngvason
2020-06-08protocol: screencopy: Extend to report linux-dmabuf capabilityAndri Yngvason
2020-06-08render: Add wlr_renderer_blit_dmabuf()Andri Yngvason
2020-06-08render: egl: Add utility functions for saving/restoring contextAndri Yngvason
2020-06-08backend/drm: fix stack overflow in dealloc_crtcSimon Ser
2020-06-08contributing: add note about events that destroy objectsSimon Ser
2020-06-08contributing: resource destroy handlers need to cleanup pointersSimon Ser
2020-06-06render: choose DMA-BUF texture target via eglQueryDmaBufModifiersEXTSimon Ser
2020-06-06util/time: move `timespec_sub` to time utilitiesTudor Brindus
2020-06-06util/time: de-duplicate `timespec_to_msec`Tudor Brindus
2020-06-06util: fix and move `get_current_time_msec` into a util fileTudor Brindus
2020-06-05Allow keyboard and pointer grabs to hook clear_focus()Thomas Hebb
2020-06-05wlr_seat: Clarify wording of non-grab-respecting function commentsThomas Hebb
2020-06-05wlr_seat: Declare functions in the same order for pointer, keyboard, and touchThomas Hebb
2020-06-03backend/drm: fix black screens when enabling outputSimon Ser
2020-06-02render: stop making EGL context current in wlr_egl_initSimon Ser
2020-06-02backend/wayland: fix spurious eglSwapBuffers failuresSimon Ser
2020-06-01backend/wayland: scale tablet tool position into [0, 1] rangeTudor Brindus
2020-06-01backend/drm: always perform a CRTC commit in drm_connector_commitSimon Ser
2020-06-01backend/drm: drop extra wlr_output_update_enabled callSimon Ser
2020-06-01backend/drm: commit/rollback FBs in drm_crtc_commitSimon Ser
2020-06-01backend/drm: make adaptive_sync atomicSimon Ser
2020-06-01backend/drm: rollback pending CRTC state on test commitSimon Ser
2020-06-01export-dmabuf: Keep frame->output = NULL until frame is readyAndri Yngvason
2020-05-31wlr_keyboard_group: introduce enter and leaveBrian Ashworth
2020-05-29Don't send redundant capability updatesKalyan Sriram
2020-05-28Add comments for missing tablet tool entriesSimon Ser
2020-05-28seat: Create inert objects for missing capabilitiesKenny Levinsen
2020-05-27backend/drm: fix missing crtc->cursor NULL checkSimon Ser
2020-05-27backend/drm: don't set cursor if off-screenSimon Ser
2020-05-27xwayland: add error-checking to `server_start_lazy`Tudor Brindus
2020-05-26backend/drm: introduce pending and current CRTC stateSimon Ser
2020-05-26backend/drm: nuke retry_pageflipSimon Ser
2020-05-26backend/drm: make drm_connector_set_mode take a wlr_drm_connectorSimon Ser
2020-05-26backend/drm: remove enable_drm_connectorSimon Ser
2020-05-26backend/drm: remove drm_connector_set_custom_modeSimon Ser
2020-05-26backend/drm: refuse to enable an output without a modeSimon Ser
2020-05-26backend/drm: rollback atomic blobsSimon Ser
2020-05-25xwayland: send focus change event unconditionallyTudor Brindus
2020-05-24util/log: use bright black rather than black for WLR_DEBUGTudor Brindus
2020-05-20render/egl: unset current context after swapping buffersSimon Ser
2020-05-20examples: make output-power-management oneshot by defaultIlia Bozhinov
2020-05-19xwayland: add option to disable WMSimon Ser
2020-05-19xwayland: split serverSimon Ser
2020-05-19backend/drm: add missing wlr_egl_unset_currentSimon Ser
2020-05-19backend/drm: fix current EGL context on multi-GPUSimon Ser
2020-05-19render/egl: introduce wlr_egl_unset_currentSimon Ser
2020-05-19Fix -Wreturn-type warningsSimon Ser
2020-05-18Make wlr_xcursor_manager_load() return a boolIsaac Freund
2020-05-14backend/drm: fix atomic commits when the GAMMA_LUT prop is missingSimon Ser