Age | Commit message (Expand) | Author |
2021-03-25 | Move render/shm_format functions to render/pixel_format | Simon Zeni |
2021-03-25 | render/pixel_format: introduce pixel format info table | Simon Zeni |
2021-03-23 | linux-dmabuf-v1: always advertise support for implicit modifiers | Simon Ser |
2021-03-22 | examples/dmabuf-capture: stop using av_init_packet | Simon Ser |
2021-03-22 | ci: update xwayland dep on alpine | Simon Ser |
2021-03-16 | Fix buffer blit matrices | Simon Ser |
2021-03-16 | screencopy: stop using wlr_renderer_blit_dmabuf | Simon Ser |
2021-03-15 | docs: Minor libseat corrections | Kenny Levinsen |
2021-03-15 | backend/session/libseat: Set loglevel to INFO | Kenny Levinsen |
2021-03-15 | render/egl: don't fail on EGL_MESA_device_software | Simon Ser |
2021-03-11 | output: fix transform matrix for 90/270 rotations | Simon Ser |
2021-03-10 | output: improve transform matrix calculation | Simon Zeni |
2021-03-09 | output: document hotspot coord space | Simon Ser |
2021-03-09 | backend/x11: clamp hotspot to texture bounds | Ilia Mirkin |
2021-03-08 | xcursor: use strncat instead of strncpy | Lukas Märdian |
2021-03-08 | Fix false positive -Wstringop-truncation | Lukas Märdian |
2021-03-07 | wlr_seat_pointer: Remove log on notify_button | Kenny Levinsen |
2021-03-05 | backend/drm: add new writeback and SPI connector types | Simon Ser |
2021-03-03 | xwayland: use -listenfd if available | Simon Ser |
2021-03-03 | xwayland: check executable exists on init | Simon Ser |
2021-03-03 | xwayland: add dependency on xwayland | Simon Ser |
2021-02-28 | backend/session: fix KMS device filtering | Simon Ser |
2021-02-23 | readme: use references for links | Simon Ser |
2021-02-23 | readme: use spaces for list indent | Simon Ser |
2021-02-23 | readme: make it clear build/ is a dir | Simon Ser |
2021-02-23 | examples: add libdrm partial dependency for compositors | Simon Ser |
2021-02-23 | Fix wl_shm_format passed to wlr_texture_from_pixels | Simon Ser |
2021-02-23 | buffer: add missing convert_wl_shm_format_to_drm call | Simon Ser |
2021-02-23 | build: rollback -Wformat=2 | Simon Ser |
2021-02-23 | build: add -Wformat=2 -Walloca | Simon Ser |
2021-02-23 | Remove unnecessary wayland-server-protocol.h includes | Simon Ser |
2021-02-23 | render: use DRM formats in wlr_texture_from_pixels | Simon Ser |
2021-02-23 | render: use DRM formats in wlr_renderer_read_pixels | Simon Ser |
2021-02-23 | output: use DRM format in wlr_output_preferred_read_format | Simon Ser |
2021-02-23 | render: use DRM formats in wlr_renderer_get_shm_texture_formats | Simon Ser |
2021-02-23 | render/gles2: replace wlr_gles2_texture.wl_format with drm_format | Simon Ser |
2021-02-23 | render/gles2: convert format table to DRM formats | Simon Ser |
2021-02-23 | render/shm_format: add wl_shm_format conversion helpers | Simon Ser |
2021-02-19 | render/gles2: remove current_buffer checks | Simon Ser |
2021-02-19 | render/gles2: check buffer stride when uploading texture | Simon Ser |
2021-02-18 | backend: add error messages in attach_render impls | Simon Ser |
2021-02-17 | surface: don't send protocol error on invalid buffer size | Simon Ser |
2021-02-17 | surface: move INVALID_SIZE check into surface_state_finalize | Simon Ser |
2021-02-15 | build: bump meson version to 0.56.0 | Simon Ser |
2021-02-15 | Replace leftover conf_data with features | Simon Ser |
2021-02-15 | text_input_v3: correct typo in enum field | Tadeo Kondrak |
2021-02-15 | build: set pkg-config variables for our features | Simon Ser |
2021-02-15 | build: set have_* dep variables for our features | Simon Ser |
2021-02-15 | build: use dictionnary for features instead of configuration_data | Simon Ser |
2021-02-15 | xwayland/selection: flush connection after changing xwm selection owner | Tudor Brindus |