aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-30output: add backend docsSimon Ser
2020-06-30layer-shell: upgrade to v3, implement destructorIsaac Freund
2020-06-30wlr_drag: Destroy drag after releasing grabsKenny Levinsen
2020-06-26xcursor: add xorg-x11 and cursors path to XCURSORPATHKirill Chibisov
2020-06-25xdg-decoration: free old configure structsIsaac Freund
2020-06-25xdg-shell: handle serial wrapping overflowIsaac Freund
2020-06-25layer-shell: handle serial wrapping overflowIsaac Freund
2020-06-24render/gles2: use glGetAttribLocation instead of hardcoded indicesSimon Zeni
2020-06-20examples/pointer: fix wlr_renderer_end call orderSimon Ser
2020-06-19backend/noop: add missing rollback_render output implSimon Ser
2020-06-19output: fix dangling renderer context after wlr_output_preferred_read_formatSimon Ser
2020-06-19output: make rollback_render mandatorySimon Ser
2020-06-19output: rename impl->rollback to rollback_renderSimon Ser
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