aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-31xwayland/selection: don't request another selection while one is pendingTudor Brindus
2021-01-30examples: remove "major" and "minor" from egl_common.cBrandon Dowdy
2021-01-29backend/wayland: remove unnecessary castSimon Ser
2021-01-29xwayland/selection: end incr transfer on empty prop, not next selectionTudor Brindus
2021-01-29xwayland/selection: refactor remaining incremental transfer codeTudor Brindus
2021-01-29xwayland/selection: extract out property requestsTudor Brindus
2021-01-29xwayland/selection: simplify incremental transfer control flowTudor Brindus
2021-01-29xwayland/selection: explicitly bail if first write to Wayland fd failsTudor Brindus
2021-01-29xwayland/selection: make `xwm_data_source_write` return 0 on failureTudor Brindus
2021-01-29render/egl: remove *config_attribs and wlr_egl->configBrandon Dowdy
2021-01-29render/egl: remove wlr_egl_{create,destroy}_surfaceBrandon Dowdy
2021-01-29examples: remove dependency on wlr_egl from clientsBrandon Dowdy
2021-01-28backend/x11: remove output_set_refreshSimon Ser
2021-01-28xwayland: fix extraneous NET_WM_STATE log messagesSimon Ser
2021-01-27render/egl: fix NULL dereference when using llvmpipeSimon Ser
2021-01-27render/egl: fail to create wlr_egl on software rendererSimon Zeni
2021-01-27xwayland: drop unused enum net_wm_state_actionSimon Ser
2021-01-25xwayland/selection: rename Wayland-facing data and helpersTudor Brindus
2021-01-25examples/foreign-toplevel: Add documenation and output selectionfwsmit
2021-01-25xwayland/selection: prevent fd leak on unsupported MIME typeTudor Brindus
2021-01-25xwayland: use wlr_log_errno instead of %mTudor Brindus
2021-01-24backend/drm: don't blit in drm_fb_importSimon Ser
2021-01-24backend/drm: simplify drm_fb_lock_surfaceSimon Ser
2021-01-24backend/drm: document wlr_drm_plane surface fieldsSimon Ser
2021-01-23render/gbm_allocator: avoid drmPrimeHandleToFDSimon Ser
2021-01-21backend/x11: keep track of exposed rects, add them to damage regionsIlia Mirkin
2021-01-21backend/x11: skip events we don't care aboutIlia Mirkin
2021-01-21backend/x11: add support for scanout modeIlia Mirkin
2021-01-20Revert "render: add wlr_egl_create_from_drm_fd function"Simon Ser
2021-01-20Revert "render/egl: remove unused gbm_device member"Simon Ser
2021-01-20render/egl: remove unused gbm_device memberSimon Zeni
2021-01-20render: add wlr_egl_create_from_drm_fd functionSimon Zeni
2021-01-20backend/x11: make sure output transform matrix is initializedIlia Mirkin
2021-01-20Expose ICCCM input statusBrassyPanache
2021-01-19xdg-output: destroy outputs before managerIsaac Freund
2021-01-18backend/x11: fix region not being actually usedSimon Ser
2021-01-18backend/x11: set a blank cursor rather than hiding globallyIlia Mirkin
2021-01-17backend/drm: fix modifiers for cursor plane buffersSimon Ser
2021-01-17backend/drm: add wlr_drm_connector_get_idSimon Ser
2021-01-17backend/drm: add support for the subconnector propertySimon Ser
2021-01-17Free xwayland cursor in wlr_xwayland_destroyChris Chamberlain
2021-01-17backend/x11: add xcb_dri3_pixmap_from_buffers check for n_planesSimon Ser
2021-01-17backend/x11: add support for DRI3 1.0Simon Ser
2021-01-17backend/x11: log DRM node nameSimon Ser
2021-01-17backend/x11: log when creating X11 backendSimon Ser
2021-01-17render/gbm_allocator: set modifier to INVALID if implicitSimon Ser
2021-01-17render/gbm_allocator: export to DMA-BUF on initSimon Ser
2021-01-17backend/headless: create renderer after wlr_backend_initSimon Ser
2021-01-16backend/drm: use local DRM FD for wlr_rendSimon Ser
2021-01-16render: introduce private wlr_renderer_autocreate_with_drm_fdSimon Ser