aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-18render/egl: print error nameSimon Ser
2020-06-18surface: ignore viewport src rect on NULL bufferSimon Ser
2020-06-18surface: don't unset width and height in finalizeRouven Czerwinski
2020-06-17input/keyboard: send modifiers on first keyboard enterTudor Brindus
2020-06-17viewporter: new protocol implementationSimon Ser
2020-06-17surface: introduce wlr_surface_get_buffer_source_boxSimon Ser
2020-06-17surface: add wlr_surface_state.viewportSimon Ser
2020-06-17render: add wlr_render_subtexture_with_matrixSimon Ser
2020-06-17util/region: add wlr_region_scale_xySimon Ser
2020-06-17box: add wlr_fboxSimon Ser
2020-06-17render/gles2: use .x/.y instead of .s/.tSimon Ser
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