Age | Commit message (Expand) | Author |
2021-03-29 | xwayland: assume no WM_HINTS means window wants input | Simon Ser |
2021-03-27 | render/egl, backend/wayland: add workaround for split render/display setups | Simon Ser |
2021-03-26 | xdg_shell: Fix invert_y of top right anchor | Kenny Levinsen |
2021-03-25 | subsurface: immediately unlock cached state in set_desync | Simon Ser |
2021-03-25 | subsurface: use cached surface state | Simon Ser |
2021-03-25 | surface: introduce cached states | Simon Ser |
2021-03-25 | surface: introduce commit sequence numbers | Simon Ser |
2021-03-25 | render/gles2: remove depth and bpp gles2_pixel_format, use drm pixel format | Simon Zeni |
2021-03-25 | render/pixel_format: add XBGR8888 and ABGR8888 format | Simon Zeni |
2021-03-25 | backend/drm: use pixel format table in renderer | Simon Zeni |
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 |