aboutsummaryrefslogtreecommitdiff
path: root/backend/x11/output.c
AgeCommit message (Expand)Author
2021-04-20backend/x11: add support for shm buffersTadeo Kondrak
2021-04-06backend/x11: reject DMA-BUFs with flagsSimon Ser
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-02-23render: use DRM formats in wlr_renderer_read_pixelsSimon Ser
2021-02-18backend: add error messages in attach_render implsSimon Ser
2021-02-05backend/x11: use native cursorsIlia Mirkin
2021-01-28backend/x11: remove output_set_refreshSimon Ser
2021-01-21backend/x11: keep track of exposed rects, add them to damage regionsIlia 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/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-16render/gles2: make EGL context current in bind_bufferSimon Ser
2021-01-16render: remove egl include from wlr_rendererSimon Zeni
2021-01-12render/egl: remove surface and buffer age args from make_currentSimon Ser
2021-01-07backend: remove wlr_egl from all backendsSimon Zeni
2020-12-28backend/x11: create per-window present event contextsSimon Ser
2020-12-27backend/x11: implement a real rendering loopSimon Ser
2020-12-21backend/x11: destroy buffers when destroying outputSimon Ser
2020-12-21backend/x11: re-use pixmapsSimon Ser
2020-12-18backend/x11: send more precise output present eventsSimon Ser
2020-12-13backend/x11: fix xinput mask mixed up with presentSimon Ser
2020-12-13backend/x11: switch to wlr_swapchainSimon Ser
2020-06-19output: rename impl->rollback to rollback_renderSimon Ser
2020-05-20render/egl: unset current context after swapping buffersSimon Ser
2020-05-19render/egl: introduce wlr_egl_unset_currentSimon Ser
2020-04-08Add wlr_output_impl.rollbackSimon Ser
2020-04-08backend: reset EGL surface after buffer swapSimon Ser
2020-04-08output: introduce wlr_output_testSimon Ser
2020-03-06backend/x11: add support for adaptive_sync_enabledSimon Ser
2019-12-30output: re-introduce atomic mode, enabled, scale and transformSimon Ser
2019-12-29output: add descriptionSimon Ser
2019-11-19backend/x11: Revert usage of present extensionScott Anderson
2019-11-02backend/x11: Give X11 a real rendering loopScott Anderson
2019-08-07Revert "output: atomic mode"Rouven Czerwinski
2019-08-02output: atomic mode, enabled, scale and transformSimon Ser
2019-07-17backends/x11: Touch supportSebastian Krzyszkowiak
2019-06-16output: remove wlr_output_impl.transformSimon Ser
2019-04-23output: refactor backend APISimon Ser
2019-04-08backend: unbreak on 32-bit architecturesJan Beich
2019-03-15backend/x11: improve output number handlingBrian Ashworth
2019-01-24backend/x11 & backend/wayland: make set_title NULL-safeJente Hidskes
2019-01-20Add wlr_x11_output_set_titleJente Hidskes
2018-11-13backend/x11: Hide cursor with XfixesScott Anderson
2018-11-13backend/x11: Remove old input functionsScott Anderson
2018-11-13backend/x11: Add new Xinput eventsScott Anderson