aboutsummaryrefslogtreecommitdiff
path: root/backend
AgeCommit message (Expand)Author
2021-03-25backend/drm: use pixel format table in rendererSimon Zeni
2021-03-16Fix buffer blit matricesSimon Ser
2021-03-15backend/session/libseat: Set loglevel to INFOKenny Levinsen
2021-03-11output: fix transform matrix for 90/270 rotationsSimon Ser
2021-03-10output: improve transform matrix calculationSimon Zeni
2021-03-09backend/x11: clamp hotspot to texture boundsIlia Mirkin
2021-03-05backend/drm: add new writeback and SPI connector typesSimon Ser
2021-02-28backend/session: fix KMS device filteringSimon Ser
2021-02-23render: use DRM formats in wlr_renderer_read_pixelsSimon Ser
2021-02-18backend: add error messages in attach_render implsSimon Ser
2021-02-15build: use dictionnary for features instead of configuration_dataSimon Ser
2021-02-08backend/x11: drop x11-xcb dependencySimon Ser
2021-02-05backend/x11: use native cursorsIlia Mirkin
2021-02-05Make implementation function lists static constManuel Stoeckl
2021-02-03backend/wayland: flush remote displaySimon Ser
2021-01-29backend/wayland: remove unnecessary castSimon Ser
2021-01-28backend/x11: remove output_set_refreshSimon Ser
2021-01-24backend/drm: don't blit in drm_fb_importSimon Ser
2021-01-24backend/drm: simplify drm_fb_lock_surfaceSimon 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-20backend/x11: make sure output transform matrix is initializedIlia Mirkin
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-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-17backend/headless: create renderer after wlr_backend_initSimon Ser
2021-01-16backend/drm: use local DRM FD for wlr_rendSimon Ser
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/headless: implement get_drm_fdSimon Ser
2021-01-16backend/x11: implement get_drm_fdSimon Ser
2021-01-16backend/drm: implement get_drm_fdSimon Ser
2021-01-16backend/wayland: implement get_drm_fdSimon Ser
2021-01-16backend/multi: implement get_drm_fdSimon Ser
2021-01-16backend: add get_drm_fd to interfaceSimon Ser
2021-01-14backend: remove unnecessary GLES2 includesSimon Ser
2021-01-13backend/drm: remove unnecessary wlr_drm_fb.wlr_buf checkSimon Ser
2021-01-12backend/drm: fix segfault in page_flip_handlerSimon 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-10backend/drm: stop using surface size for BOSimon Ser
2021-01-10backend/drm: re-use FBsSimon Ser