aboutsummaryrefslogtreecommitdiff
path: root/backend/wayland
AgeCommit message (Expand)Author
2021-01-16render/gles2: make EGL context current in bind_bufferSimon Ser
2021-01-16render: remove egl include from wlr_rendererSimon Zeni
2021-01-16render: drop egl parameters from wlr_renderer_autocreateSimon Zeni
2021-01-16backend/wayland: implement get_drm_fdSimon Ser
2021-01-14backend: remove unnecessary GLES2 includesSimon Ser
2021-01-12render/egl: remove surface and buffer age args from make_currentSimon Ser
2021-01-10backend/wayland: use the EGL GBM platformSimon Ser
2021-01-07remove unnecessary egl includesSimon Zeni
2021-01-07backend: remove wlr_egl from all backendsSimon Zeni
2021-01-06render: remove EGL config and visual from wlr_renderer_autocreateSimon Ser
2021-01-05backend/wayland: remove unnecessary flags from event sourceSimon Ser
2021-01-05backend/wayland: Avoid uninitialized readKenny Levinsen
2021-01-04backend/wayland: re-use cursor wl_buffersSimon Ser
2020-12-30Remove wlr_create_renderer_func_tSimon Ser
2020-12-25Stop using wlr_texture_get_sizeSimon Ser
2020-12-21backend/wayland: re-use wl_buffersSimon Ser
2020-12-19backend/wayland: remove EGL configSimon Ser
2020-12-15backend: use fcntl(F_DUPFD_CLOEXEC) instead of dupSimon Ser
2020-12-13backend/wayland: query render formatsSimon Ser
2020-12-13backend/wayland: use wlr_swapchain for cursor surfaceSimon Ser
2020-12-13backend/wayland: use wlr_swapchain for main surfaceSimon Ser
2020-12-13backend/wayland: stop rendering black frame on initSimon Ser
2020-12-13output: stop assuming a frame is pending in initSimon Ser
2020-11-25backend/wayland: don't set EGL visualSimon Ser
2020-11-12backend/wayland: Set cursor indivdualy per outputMykola Orliuk
2020-11-12backend/wayland: Add active pointer per host seatMykola Orliuk
2020-11-12backend/wayland: Bind pointer listener to seatMykola Orliuk
2020-11-12backend/wayland: Listen to pointers from all seatsMykola Orliuk
2020-11-12backend/wayland: Use seat name in input namesMykola Orliuk
2020-11-12backend/wayland: Add registering multiple seatsMykola Orliuk
2020-11-12backend/wayland: Link input devices with seatsMykola Orliuk
2020-11-12backend/wayland: Bind seat listener to wlr_wl_seatMykola Orliuk
2020-11-11Replace wlr_key_state with wl_keyboard_key_stateIsaac Freund
2020-10-18backend/wayland: fix some keyboard/touch leaksMykola Orliuk
2020-10-18backend/wayland: fix input creation error handlingMykola Orliuk
2020-10-18backend/wayland: add error flow in create_wl_seatMykola Orliuk
2020-10-18backend/wayland: factor out wlr_wl_seatMykola Orliuk
2020-10-18backend/wayland: manage cursor for current pointerMykola Orliuk
2020-10-18backend/wayland: add touch support to the wayland backendIlia Bozhinov
2020-09-04wayland: emit relative pointer events only for current pointerIlia Bozhinov
2020-08-24Remove unnecessary wl_display_dispatch callsSimon Ser
2020-08-17backend/wayland: destroy relative pointer when output is disconnectedIlia Bozhinov
2020-07-27Fix incorrect format parametersAntonin Décimo
2020-06-19output: rename impl->rollback to rollback_renderSimon Ser
2020-06-06util: fix and move `get_current_time_msec` into a util fileTudor Brindus
2020-06-02backend/wayland: fix spurious eglSwapBuffers failuresSimon Ser
2020-06-01backend/wayland: scale tablet tool position into [0, 1] rangeTudor Brindus
2020-05-28Add comments for missing tablet tool entriesSimon Ser
2020-05-20render/egl: unset current context after swapping buffersSimon Ser
2020-05-19render/egl: introduce wlr_egl_unset_currentSimon Ser