aboutsummaryrefslogtreecommitdiff
path: root/backend/x11/output.c
AgeCommit message (Expand)Author
2022-03-07interface/wlr_pointer: rework destroy sequenceSimon Zeni
2022-02-21backend/x11: remove wlr_input_device_implSimon Zeni
2022-02-21types/wlr_touch: add base wlr_input_deviceSimon Zeni
2022-02-21types/wlr_pointer: add base wlr_input_deviceSimon Zeni
2022-02-21types/wlr_input_device: default vendor and product id to 0Simon Zeni
2021-12-09Fix incorrect %zd formatting directivesSimon Ser
2021-12-09output: introduce wlr_output_set_nameSimon Ser
2021-11-18backend/x11: get renderer from wlr_x11_outputSimon Zeni
2021-11-17Remove support for DMA-BUF flagsSimon Ser
2021-10-15output: add presented flag to presentation eventKirill Primak
2021-07-29output: drop wlr_output_state.buffer_typeSimon Ser
2021-07-01buffer: make enum wlr_buffer_cap publicSimon Ser
2021-06-20backend: add output state allow-listsSimon Ser
2021-06-09backend/x11: use wlr_renderer_begin_with_buffer for cursorSimon Ser
2021-06-07backend/x11: remove swapchainSimon Ser
2021-06-07backend/x11: implement get_dmabuf_primary_formatsSimon Ser
2021-06-02output: take a wlr_buffer in set_cursorSimon Ser
2021-05-21backend/x11: use common renderer and allocatorSimon Ser
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