summaryrefslogtreecommitdiff
path: root/sway/desktop/output.c
AgeCommit message (Expand)Author
2023-05-20Fix layer surface damage not being extended if using effects (#160)Erik Reider
2023-05-19Add blur, shadow, and corner radius to layer-shell surfaces (#144)Erik Reider
2023-05-18Fix damage being extended after clearing the previous frame (#158)Erik Reider
2023-05-16Blur damage tracking simplification (#155)William McKinnon
2023-04-17Add kawase blur (#120)Erik Reider
2023-04-06structure: moved fx_renderer and related fuctions to a folderWill McKinnon
2023-02-14upstream update: merge sway 1.8.1 (#111)Erik Reider
2023-01-18feat: Add box shadows (#64)William McKinnon
2023-01-04rebase: Sway 1.8 (#78)Erik Reider
2022-11-11Per application color saturation support (#21)Erik Reider
2022-08-15Revert "merge sway master"Will McKinnon
2022-08-13Add official fx renderer (#3)William McKinnon
2022-04-27merge sway masterWilliam McKinnon
2021-12-17output: change output::destroy to output::disableRonan Pigott
2021-12-09Fixup headless output namesSimon Ser
2021-12-06output: remove surface buffer damage checkKirill Primak
2021-11-25sway: replace noop_output by fallback_outputSimon Zeni
2021-11-18sway: create wlr_renderer and wlr_allocatorSimon Zeni
2021-10-15Handle present events with NULL timespec fieldSimon Ser
2021-09-20Add -Dnoscanout debug optionSimon Ser
2021-09-09introduce wlr_drm_lease_v1Simon Zeni
2021-07-07Update wlr_box includesSimon Ser
2021-04-26Remove support for arbitrary rotationsSimon Ser
2021-04-26Remove usage of surface->sx|syKenny Levinsen
2021-04-01output: damage whole output when exiting scanoutRonan Pigott
2021-03-11output: simplify layer surface iterationVyivel
2021-02-22Fix #5643, #5064: rounding issues in floating-point -> integer conversionsDimitris Triantafyllidis
2021-01-26desktop/output: Disable head if mode is NULLKenny Levinsen
2021-01-12Rename output_layer_for_each_surface_{toplevel,popup}Simon Ser
2021-01-12Switch to wlr_xdg_surface_for_each_popup_surfaceSimon Ser
2020-12-20Test output before direct scan-outSimon Ser
2020-11-16Log which output is using direct scan-outSimon Ser
2020-08-27Use wlr_output_event_commitSimon Ser
2020-07-18desktop: output: Scale custom output refresh rateAndri Yngvason
2020-07-10config/output: don't change output state before commitSimon Ser
2020-06-30output: simplify loop over layer surfacesIsaac Freund
2020-06-03container: Remove useless surface dimensionsKenny Levinsen
2020-06-03view: Save all buffers associated with viewKenny Levinsen
2020-04-10Render layer shell popups over the top layerDavid96
2020-04-10output: remove damage listeners in damage destroyRouven Czerwinski
2020-04-08Add test-only support to wlr-output-management-unstable-v1Simon Ser
2020-04-08Stop checking wlr_output_attach_buffer return valueSimon Ser
2020-03-10Null check sway_layer_surface when checking damageTadeo Kondrak
2020-03-06Use wlr_client_bufferSimon Ser
2020-03-06Drop sway_output.surface_needs_frameSimon Ser
2020-03-06Only schedule a frame if client has requested a frame callbackSimon Ser
2020-03-04Make handle_destroy and output_repaint_timer_handler staticSimon Ser
2020-02-26Add support for wlr-output-power-management-unstable-v1Simon Ser
2020-02-11Call apply_output_config instead of output_enableSimon Ser
2020-01-16desktop/output: fix mem leak in handle_new_outputBrian Ashworth