aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-16render: assert sane values for box functionsRouven Czerwinski
2020-06-13screencopy: Use correct constant for y-inversionAndri Yngvason
2020-06-13backend: drm: Fix dmabuf resource leakAndri Yngvason
2020-06-11examples/fullscreen-shell: stop advertising linux-dmabuf unconditonallySimon Ser
2020-06-11examples/screencopy-dmabuf: call strncpy with maxlen - 1Simon Ser
2020-06-10render/egl: explicit client extension handlingSimon Ser
2020-06-09output: document wlr_output_export_dmabufSimon Ser
2020-06-09buffer: document wlr_buffer_get_dmabuf DMA-BUF lifetimeSimon Ser
2020-06-08render: Fix blit_dmabuf() breakage due to API changeAndri Yngvason
2020-06-08examples: Add screencopy-dmabuf exampleAndri Yngvason
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