aboutsummaryrefslogtreecommitdiff
path: root/backend/headless/output.c
AgeCommit message (Expand)Author
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-10-02output: defer fake present events until after commitRose Hudson
2023-08-23output: trigger frame/present events on all commits on enabled outputSimon Ser
2023-08-21backend/headless: fix broken output frame eventsSimon Ser
2023-08-16backend/headless: Use output state to set init custom modeAlexander Orzechowski
2023-08-16output: Add initialization state to wlr_output_initAlexander Orzechowski
2023-07-11Use wl_container_of() instead of castsSimon Ser
2023-06-27backend/headless: leave new outputs disabled by defaultSimon Ser
2023-06-27backend/headless: add support for disabled outputsSimon Ser
2023-06-27backend/headless: only schedule a new frame if buffer was submittedSimon Ser
2023-06-27output: Set output mode during main commitAlexander Orzechowski
2023-02-21backend/headless: unconditionally accept all output layersSimon Ser
2022-10-13backend: use global output name countersSimon Ser
2022-08-18Use wl_signal_emit_mutableAlexander Orzechowski
2022-05-30output: pass wlr_output_state to backendSimon Ser
2022-05-26output: turn make/model/serial into char *Simon Ser
2022-05-10backend/headless: allow variable refresh rateSimon Ser
2021-12-09Fix incorrect %zd formatting directivesSimon Ser
2021-12-09output: introduce wlr_output_set_nameSimon Ser
2021-11-25backend/headless: stop picking a DRM FDSimon Ser
2021-10-15output: add presented flag to presentation eventKirill Primak
2021-10-15output: disallow NULL event for wlr_output_send_present()Kirill Primak
2021-07-12backend/headless: remove wlr_output_impl.export_dmabufSimon Ser
2021-06-20backend: add output state allow-listsSimon Ser
2021-06-07backend/headless: remove swapchainSimon Ser
2021-05-21backend/headless: use common renderer and allocatorSimon Ser
2021-02-18backend: add error messages in attach_render implsSimon 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-08backend/headless: add support for direct scan-outSimon Ser
2020-11-15backend/headless: implement export_dmabufSimon Ser
2020-11-15backend/headless: switch to wlr_swapchainSimon Ser
2020-11-11Remove unneeded includes from wlr_input_device.hIsaac Freund
2020-06-19output: rename impl->rollback to rollback_renderSimon Ser
2020-05-19render/egl: introduce wlr_egl_unset_currentSimon Ser
2020-04-22backend/headless: add wlr_headless_backend_create_with_rendererSimon Ser
2020-04-22backend/headless: use FBOs instead of pbuffersSimon 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
2019-12-30output: re-introduce atomic mode, enabled, scale and transformSimon Ser
2019-12-29output: add descriptionSimon Ser
2019-08-07Revert "output: atomic mode"Rouven Czerwinski
2019-08-02output: atomic mode, enabled, scale and transformSimon Ser
2019-06-16output: remove wlr_output_impl.transformSimon Ser
2019-04-23output: refactor backend APISimon Ser
2019-04-22Fix missing headers when building without X11Alyssa Ross