aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/interfaces/wlr_output.h
AgeCommit message (Expand)Author
2023-08-16wlr_output: Nuke wlr_output_update_enabledAlexander Orzechowski
2023-08-16wlr_output: Make wlr_output_update_{custom,}_mode privateAlexander Orzechowski
2023-08-16output: Add initialization state to wlr_output_initAlexander Orzechowski
2023-02-20Add wlr_output_layerSimon Ser
2022-11-17output: drop wlr_output_damage_whole()Simon Ser
2022-11-15output: introduce request_state eventSimon Ser
2022-08-30output: fail commits if adaptive sync cannot be enabledSimon Ser
2022-05-30output: pass wlr_output_state to backendSimon Ser
2022-05-25Reformat doc commentsSimon Ser
2022-03-16types/wlr_output: Handle subpixel hints through output commitsAlexander Orzechowski
2021-11-30output: fix typo in wlr_output_impl.get_primary_formats docsSimon Ser
2021-11-19output: Add function to set preferred render formatManuel Stoeckl
2021-07-29output: drop wlr_output_impl.{attach,rollback}_renderSimon Ser
2021-07-12output: remove wlr_output_impl.export_dmabufSimon Ser
2021-07-06move wlr_box from /types to /utilSimon Zeni
2021-06-20backend: add output state allow-listsSimon Ser
2021-06-07output: make attach_render and rollback_render optionalSimon Ser
2021-06-07output: add get_primary_formats to interfaceSimon Ser
2021-06-02output: take a wlr_buffer in set_cursorSimon Ser
2021-06-02output: add get_cursor_formats and get_cursor_size to interfaceSimon Ser
2021-03-09output: document hotspot coord spaceSimon Ser
2020-06-30output: add backend docsSimon Ser
2020-06-19output: rename impl->rollback to rollback_renderSimon Ser
2020-05-14output: make wlr_output_set_gamma atomicSimon Ser
2020-04-10output: fix blurred hw cursors with fractional scalingSimon Ser
2020-04-08Add wlr_output_impl.rollbackSimon Ser
2020-04-08output: check buffer in wlr_output_testSimon Ser
2020-04-08output: introduce wlr_output_testSimon Ser
2020-03-04output: remove wlr_output_impl.schedule_frameSimon Ser
2019-12-30output: re-introduce atomic mode, enabled, scale and transformSimon 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-06-07output: change set_dmabuf to attach_bufferSimon Ser
2019-06-07backend/drm: add basic support for direct scan-outemersion
2019-04-23output: rename needs_commit to needs_frameSimon Ser
2019-04-23output: refactor backend APISimon Ser
2018-10-29backend/drm: fix frame scheduling on secondary GPUsemersion
2018-10-05output: don't trigger a frame immediately in schedule_frameemersion
2018-10-04output: add presentation refresh predictionemersion
2018-10-04output: add present eventemersion
2018-10-03output: make gamma size a size_t and gamma table constemersion
2018-09-14output: make wlr_output_enable return a boolemersion
2018-08-02Implement wlr-gamma-control-unstable-v1emersion
2018-07-29Initial pass on API stability guaranteesDrew DeVault
2018-05-31Merge branch 'master' into screencontentemersion
2018-05-29output, backend/drm: add wlr_output_export_dmabufemersion
2018-05-09Fix hardware cursors scale & transformemersion
2018-05-01output: always use hardware cursors if availableemersion
2018-04-18output: don't emit the mode event if it hasn't changedemersion