aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-28render/vulkan: drop unused fields from wlr_vk_format_modifier_propsSimon Ser
2022-11-27build: exclude <wlr/types/wlr_drm_lease_v1.h> without DRM backendSimon Ser
2022-11-26scene: set output damage during direct scan-outSimon Ser
2022-11-26scene: use wlr_output_state for direct scanoutSimon Ser
2022-11-25render/vulkan: align staging buffers for texture uploadManuel Stoeckl
2022-11-25backend/session: make optionalSimon Ser
2022-11-25backend: use time helpers to implement timeoutsSimon Ser
2022-11-25util/time: use int64_t return value for get_current_time_msec()Simon Ser
2022-11-25backend: error out when missing DRM and libinput in wlr_backend_autocreate()Simon Ser
2022-11-25backend/session: disable libseat examples for subproject by defaultSimon Ser
2022-11-25shm: add create() function without a wlr_rendererSimon Ser
2022-11-25render/vulkan: add support for RGB565 texture formatManuel Stoeckl
2022-11-24scene: introduce wlr_scene_buffer.events.outputs_updateKirill Primak
2022-11-24compositor: make renderer optionalSimon Ser
2022-11-24compositor: release current buffer after commit eventSimon Ser
2022-11-24compsitor: document wlr_compositor_create()Simon Ser
2022-11-24backend/multi: stop pulling <wlr/backend/session.h>Simon Ser
2022-11-24render/gles2, render/pixman: stop pulling <wlr/backend.h>Simon Ser
2022-11-24backend: stop pulling <wlr/backend/session.h>Simon Ser
2022-11-24backend/session: drop unused <libudev.h>Simon Ser
2022-11-24render: stop pulling <wlr/backend.h>Simon Ser
2022-11-24seat/pointer: Initialize low_res_valueGuido Günther
2022-11-22Relax 80 column limitSimon Ser
2022-11-21render/vulkan: update shm texture data in one batchManuel Stoeckl
2022-11-18xwayland/xwm: add support for xwayland-shell-v1Simon Ser
2022-11-18xwayland/shell: add wlr_xwayland_shell_v1_surface_from_serial()Simon Ser
2022-11-18xwayland/server: delay non-lazy startupSimon Ser
2022-11-18xwayland/server: add start signalSimon Ser
2022-11-18xwayland: add wlr_xwayland_shell_v1_destroy()Simon Ser
2022-11-18xwayland: add wlr_xwayland_shell_v1_set_client()Simon Ser
2022-11-18xwayland-shell-v1: new protocol implementationSimon Ser
2022-11-17wl-drm: use resource interfaceSimon Ser
2022-11-17linux-dmabuf-v1: use resource interfaceSimon Ser
2022-11-17Nuke deprecated include/wlr/types/wlr_surface.hKirill Primak
2022-11-17xdg-shell: send invalid_size errorsKirill Primak
2022-11-17output: drop wlr_output_damage_whole()Simon Ser
2022-11-17backend/drm: don't damage output on CRTC changeSimon Ser
2022-11-17output: call wlr_output_update_enabled() after commitSimon Ser
2022-11-17allocator/drm_dumb: use libdrm dumb buffer helpersSimon Ser
2022-11-16wlr_seat: clear `drag->seat_client` when destroyedbi4k8
2022-11-15backend: rename backend to multi in wlr_backend_autocreate()Simon Ser
2022-11-15backend: drop wlr_backend_get_session()Simon Ser
2022-11-15backend: return wlr_session in wlr_backend_autocreate() callSimon Ser
2022-11-15output: Initialize request_stateAlexander Orzechowski
2022-11-15shm: allow accessing multiple shm mapping concurrentlySimon Ser
2022-11-15buffer: drop wlr_shm_client_bufferSimon Ser
2022-11-15render: use wlr_shm in wlr_renderer_init_wl_shm()Simon Ser
2022-11-15Introduce wlr_shmSimon Ser
2022-11-15render/pixel_format: import pixel_format_info_check_stride()Simon Ser
2022-11-15input-inhibitor: deprecateKirill Primak