aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/interfaces
AgeCommit message (Expand)Author
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
2021-02-05Make implementation function lists static constManuel Stoeckl
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-12-23meson: Various improvementsScott Anderson
2019-08-07Revert "output: atomic mode"Rouven Czerwinski
2019-08-02output: atomic mode, enabled, scale and transformSimon Ser
2019-07-17wlr_touch: Declare wlr_touch_impl usage as constSebastian Krzyszkowiak
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
2019-03-19s/lid_switch/switch_deviceRyan Walklin
2018-12-15[WIP][DONTMERGE]Add support for libinput_switch input devicesRyan Walklin
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-24Revert "Revert "Merge pull request #1194 from ascent12/meson_feature""Scott Anderson
2018-08-23Revert "Merge pull request #1194 from ascent12/meson_feature"Drew DeVault
2018-08-22Install headers explicitlyScott Anderson
2018-08-02Implement wlr-gamma-control-unstable-v1emersion
2018-07-29Initial pass on API stability guaranteesDrew DeVault
2018-07-14rename wlr_tablet_tool to wlr_tabletMarkus Ongyerth
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-28backend/x11: correctly destroy input devicesemersion
2018-04-18output: don't emit the mode event if it hasn't changedemersion
2018-03-06Add const to x11 and input interfacesScott Anderson