aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-15render/egl: don't fail on EGL_MESA_device_softwareSimon Ser
2021-03-11output: fix transform matrix for 90/270 rotationsSimon Ser
2021-03-10output: improve transform matrix calculationSimon Zeni
2021-03-09output: document hotspot coord spaceSimon Ser
2021-03-09backend/x11: clamp hotspot to texture boundsIlia Mirkin
2021-03-08xcursor: use strncat instead of strncpyLukas Märdian
2021-03-08Fix false positive -Wstringop-truncationLukas Märdian
2021-03-07wlr_seat_pointer: Remove log on notify_buttonKenny Levinsen
2021-03-05backend/drm: add new writeback and SPI connector typesSimon Ser
2021-03-03xwayland: use -listenfd if availableSimon Ser
2021-03-03xwayland: check executable exists on initSimon Ser
2021-03-03xwayland: add dependency on xwaylandSimon Ser
2021-02-28backend/session: fix KMS device filteringSimon Ser
2021-02-23readme: use references for linksSimon Ser
2021-02-23readme: use spaces for list indentSimon Ser
2021-02-23readme: make it clear build/ is a dirSimon Ser
2021-02-23examples: add libdrm partial dependency for compositorsSimon Ser
2021-02-23Fix wl_shm_format passed to wlr_texture_from_pixelsSimon Ser
2021-02-23buffer: add missing convert_wl_shm_format_to_drm callSimon Ser
2021-02-23build: rollback -Wformat=2Simon Ser
2021-02-23build: add -Wformat=2 -WallocaSimon Ser
2021-02-23Remove unnecessary wayland-server-protocol.h includesSimon Ser
2021-02-23render: use DRM formats in wlr_texture_from_pixelsSimon Ser
2021-02-23render: use DRM formats in wlr_renderer_read_pixelsSimon Ser
2021-02-23output: use DRM format in wlr_output_preferred_read_formatSimon Ser
2021-02-23render: use DRM formats in wlr_renderer_get_shm_texture_formatsSimon Ser
2021-02-23render/gles2: replace wlr_gles2_texture.wl_format with drm_formatSimon Ser
2021-02-23render/gles2: convert format table to DRM formatsSimon Ser
2021-02-23render/shm_format: add wl_shm_format conversion helpersSimon Ser
2021-02-19render/gles2: remove current_buffer checksSimon Ser
2021-02-19render/gles2: check buffer stride when uploading textureSimon Ser
2021-02-18backend: add error messages in attach_render implsSimon Ser
2021-02-17surface: don't send protocol error on invalid buffer sizeSimon Ser
2021-02-17surface: move INVALID_SIZE check into surface_state_finalizeSimon Ser
2021-02-15build: bump meson version to 0.56.0Simon Ser
2021-02-15Replace leftover conf_data with featuresSimon Ser
2021-02-15text_input_v3: correct typo in enum fieldTadeo Kondrak
2021-02-15build: set pkg-config variables for our featuresSimon Ser
2021-02-15build: set have_* dep variables for our featuresSimon Ser
2021-02-15build: use dictionnary for features instead of configuration_dataSimon Ser
2021-02-15xwayland/selection: flush connection after changing xwm selection ownerTudor Brindus
2021-02-15xwayland/selection: log when proxy window loses ownershipTudor Brindus
2021-02-15xwayland/selection: ignore requests for anything but the newest dataTudor Brindus
2021-02-14examples: remove wlroots dep from client examplesSimon Ser
2021-02-14examples: drop wlr/render/egl.h include from client examplesSimon Ser
2021-02-14examples: drop wlroots dep from egl_common.cSimon Ser
2021-02-08xdg-foreign: rename finish_* functions to destroy_*Tadeo Kondrak
2021-02-08xdg-foreign: Make imported object inert when exported is destroyedTadeo Kondrak
2021-02-08build: remove extra whitespaceSimon Ser
2021-02-08surface: check buffer size is compatible with scaleSimon Ser