aboutsummaryrefslogtreecommitdiff
path: root/backend/x11/output.c
AgeCommit message (Expand)Author
2024-02-15Define _POSIX_C_SOURCE globallySimon Ser
2024-01-25backend/x11: take wl_event_loop instead of wl_displaySimon Ser
2023-11-30backend/x11: Use wlr_texture_read_pixelsAlexander Orzechowski
2023-11-27backend/x11: don't send ConfigureRequest with the same sizeKirill Primak
2023-11-26backend/x11: check buffer format in output_test()Kirill Primak
2023-11-25Cleanup wlr_matrix.h includesSimon Ser
2023-11-23output: take wl_event_loop in wlr_output_init()Simon Ser
2023-10-03treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practicalAlexander Orzechowski
2023-08-23output: trigger frame/present events on all commits on enabled outputSimon Ser
2023-08-16backend/x11: Use output state to set init custom modeAlexander Orzechowski
2023-08-16output: Add initialization state to wlr_output_initAlexander Orzechowski
2023-07-18backend/x11: log output test failure reasonsBrett Ernst
2023-07-11Use wl_container_of() instead of castsSimon Ser
2023-06-27backend/x11: leave new outputs disabled by defaultSimon Ser
2023-06-27backend/x11: unmap when output is disabledSimon Ser
2023-06-27output: Set output mode during main commitAlexander Orzechowski
2023-06-27backend/x11: Reject non 0 refresh rate mode setsAlexander Orzechowski
2023-06-23output: add wlr_output_state_init()Simon Ser
2023-01-03backend/x11: fix initial value of wlr_x11_buffer.n_busySimon Ser
2022-12-06backend/x11: ensure buffers are released on shutdownSimon Ser
2022-11-15backend/x11: use request_state when window is resizedSimon Ser
2022-11-11backend: remove const casts for pixman_region32_tSimon Ser
2022-10-13backend: use global output name countersSimon Ser
2022-10-04render: drop wlr_renderer_read_pixels() flagsSimon Ser
2022-08-30backend/x11: report adaptive sync as enabledIsaac Freund
2022-08-30output: fail commits if adaptive sync cannot be enabledSimon Ser
2022-08-18Use wl_signal_emit_mutableAlexander Orzechowski
2022-05-30output: pass wlr_output_state to backendSimon Ser
2022-05-27backend/x11: fix output model strdup callSimon Ser
2022-05-26output: turn make/model/serial into char *Simon Ser
2022-03-17types/wlr_input_device: move output_name field to wlr_pointer and wlr_touchSimon Zeni
2022-03-07interface/wlr_touch: rework destroy sequenceSimon Zeni
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