aboutsummaryrefslogtreecommitdiff
path: root/backend/x11
AgeCommit message (Expand)Author
2021-12-09Fix incorrect %zd formatting directivesSimon Ser
2021-12-09output: introduce wlr_output_set_nameSimon Ser
2021-11-26Require INVALID for implicit format modifiersSimon Ser
2021-11-19output: use XRGB8888 format instead of ARGB8888Manuel Stoeckl
2021-11-18backend/x11: get renderer from wlr_x11_outputSimon Zeni
2021-11-17Remove support for DMA-BUF flagsSimon Ser
2021-10-27backend/x11: fix code style in get_touchpoint_from_x11_touch_idSimon Ser
2021-10-15output: add presented flag to presentation eventKirill Primak
2021-10-01Revert "Require INVALID for implicit format modifiers"Simon Ser
2021-10-01Require INVALID for implicit format modifiersSimon Ser
2021-09-30backend: create renderer and allocator in wlr_backend_autocreateSimon Ser
2021-08-25Move allocator stuff into new directorySimon Ser
2021-08-19backend: unify startup messagesSimon Ser
2021-07-29output: drop wlr_output_state.buffer_typeSimon Ser
2021-07-22backend: make DRM and libinput backends optionalayaka
2021-07-08backend/x11: send touch frame eventsSimon 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-31backend: stop using renderer to get the buffer typeSimon Ser
2021-05-21backend/x11: use common renderer and allocatorSimon Ser
2021-05-21backend: introduce wlr_backend_finishSimon Ser
2021-04-28backend: use wlr_allocator_autocreateSimon Zeni
2021-04-28backend: introduce backend_get_buffer_capsSimon Zeni
2021-04-28render/shm_allocator: make wlr_shm_allocator_create return a wlr_allocatorSimon Zeni
2021-04-28render/gbm_allocator: make wlr_gbm_allocator_create return a wlr_allocatorSimon Zeni
2021-04-20backend/x11: add support for shm buffersTadeo Kondrak
2021-04-20Fix stuck keys on X11 backendtomKPZ
2021-04-15render: rename get_dmabuf_render_formats into get_render_formatsSimon Zeni
2021-04-14backend/x11: check for connection errorsSimon Ser
2021-04-09Remove WLR_HAS_XCB_ERRORSSimon Ser
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-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-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: 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