summaryrefslogtreecommitdiff
path: root/wlr_scene.c
AgeCommit message (Expand)Author
2022-05-19wlr_scene: Make wlr_scene_render_output privateAlexander Orzechowski
2022-05-19wlr_scene: Fix missing calls to scene_node_update_outputsAlexander Orzechowski
2022-05-19wlr_scene: Add output_enter/output_leave signalsAlexander Orzechowski
2022-05-19wlr_scene_output: Send output leave events before destroying the outputAlexander Orzechowski
2022-05-19wlr_scene: Add setter for buffer of a wlr_scene_bufferAlexander Orzechowski
2022-05-19wlr_scene: Allow buffer in wlr_scene_buffer to be NULLAlexander Orzechowski
2022-04-28Zero-initialize structs in init functionsSimon Ser
2022-03-16Revert "scene: try to import buffers as textures before rendering"Simon Ser
2022-02-01scene: try to import buffers as textures before renderingSimon Ser
2022-01-13surface: deprecate wlr_surface.hKirill Primak
2021-12-23scene: schedule an output frame on wl_surface.frameSimon Ser
2021-12-14scene: add wlr_scene_set_presentation()Isaac Freund
2021-12-13scene: fix wlr_scene_send_frame_done() APIIsaac Freund
2021-12-13scene: add wlr_scene_send_frame_done()Isaac Freund
2021-12-13scene: add primary output to wlr_scene_surfaceIsaac Freund
2021-12-13scene: send surface enter/leave output eventsIsaac Freund
2021-12-04Fix wlr_scene_node_lower_to_bottomtiosgz
2021-11-30scene: add wlr_scene_get_scene_outputSimon Ser
2021-11-26scene: add support for viewporterSimon Ser
2021-11-18types/wlr_scene: use renderer from wlr_outputSimon Zeni
2021-11-07scene: fix calloc size mismatchSimon Ser
2021-10-23scene: add support for direct scan-outSimon Ser
2021-10-22scene: add wlr_scene_output_for_each_surfaceSimon Ser
2021-10-18scene: remove surface commit listener when node is destroyedSimon Ser
2021-10-14scene: add functions to place node on top/bottomIsaac Freund
2021-10-14scene: assert that node != sibling in place above/belowIsaac Freund
2021-09-22scene: add wlr_scene_buffer_set_transformSimon Ser
2021-09-22scene: add wlr_scene_buffer_set_dest_sizeSimon Ser
2021-09-22scene: use scene_node_get_size in wlr_scene_node_atSimon Ser
2021-09-22scene: add scene_node_get_size helperSimon Ser
2021-09-22scene: add wlr_scene_buffer_set_source_boxSimon Ser
2021-09-22scene: add wlr_scene_bufferSimon Ser
2021-09-22scene: unify intersection logic in wlr_scene_node_atSimon Ser
2021-09-22scene: drop default case in wlr_scene_node_atSimon Ser
2021-09-21scene: add wlr_scene_treeSimon Ser
2021-09-09scene: move source to subdirSimon Ser