index
:
wlroots.git
master
fork of wlroots with action binder support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
types
/
output
Age
Commit message (
Expand
)
Author
2024-02-26
output: use output_pending_enabled() in output_basic_test()
Simon Ser
2024-02-15
Define _POSIX_C_SOURCE globally
Simon Ser
2024-01-24
output: Drop pending state
Alexander Orzechowski
2024-01-04
Fix bool return types
Simon Ser
2023-11-30
render: Nuke old read pixels API
Alexander Orzechowski
2023-11-30
output: replace wlr_render_timer arg with wlr_buffer_pass_options
Simon Ser
2023-11-30
types/output: emit destroy event before destroying global
Simon Zeni
2023-11-29
output: Drop back_buffer
Alexander Orzechowski
2023-11-29
output: Drop wlr_output_attach_render
Alexander Orzechowski
2023-11-25
Cleanup wlr_matrix.h includes
Simon Ser
2023-11-23
output: Drop transform matrix
Alexander Orzechowski
2023-11-23
output: fix display destroy listener double removal
Kirill Primak
2023-11-23
output: take wl_event_loop in wlr_output_init()
Simon Ser
2023-11-23
output: setup display destroy listener in wlr_output_create_global()
Simon Ser
2023-11-23
output: take wl_display in wlr_output_create_global()
Simon Ser
2023-11-23
util/transform: move over wl_output_transform helpers
Simon Ser
2023-11-22
output/cursor: drop legacy rendering API
Simon Ser
2023-10-30
backend: drop wlr_backend_get_presentation_clock()
Simon Ser
2023-10-09
output: allow_artifacts -> allow_reconfiguration
Kenny Levinsen
2023-10-06
output_event_commit: Remove committed and buffer
Alexander Orzechowski
2023-10-06
wlr_output: Add applied state to commit event
Alexander Orzechowski
2023-10-03
treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical
Alexander Orzechowski
2023-10-02
output_defer_present: Calloc right struct
Alexander Orzechowski
2023-10-02
output: defer fake present events until after commit
Rose Hudson
2023-09-28
backend/drm: Add async page flip support to legacy
vaxerski
2023-09-11
output: Mutate frame_pending needs_frame when there is an explicit output commit
Alexander Orzechowski
2023-08-23
output: trigger frame/present events on all commits on enabled output
Simon Ser
2023-08-23
output: don't forbid multiple commits per frame
Rose Hudson
2023-08-22
wlr_output: Set current_mode during new custom mode
Alexander Orzechowski
2023-08-16
wlr_output: Nuke wlr_output_update_enabled
Alexander Orzechowski
2023-08-16
output: Schedule mode updates to happen with rest of output events
Alexander Orzechowski
2023-08-16
output: Inline wlr_output_update_{custom,}_mode
Alexander Orzechowski
2023-08-16
wlr_output: Make wlr_output_update_{custom,}_mode private
Alexander Orzechowski
2023-08-16
output: Add initialization state to wlr_output_init
Alexander Orzechowski
2023-08-16
output: Extract common commit logic
Alexander Orzechowski
2023-08-03
wlr_output_cursor: assert renderer isn't NULL
JiDe Zhang
2023-07-17
cursor, output: apply viewport to cursor
Simon Ser
2023-07-07
Use struct initializers instead of memset()
Simon Ser
2023-07-03
output: drop wlr_output_cursor_set_image()
Simon Ser
2023-06-27
output: Set output mode during main commit
Alexander Orzechowski
2023-06-23
output: add wlr_output_state_init()
Simon Ser
2023-06-22
output/swapchain: fix error return value types
Simon Ser
2023-06-22
output: Introduce wlr_output_state_copy()
Alexander Orzechowski
2023-06-20
output: stop using wlr_output.back_buffer in output_ensure_buffer()
Simon Ser
2023-06-20
output: attach buffer to state in output_ensure_buffer()
Simon Ser
2023-06-19
output_state: Gamma lut should be freed only if committed
Alexander Orzechowski
2023-06-13
output: add wlr_output_state_set_layers()
Simon Ser
2023-06-12
wlr_output_state: Consider gamma_lut uninitialized if not committed
Alexander Orzechowski
2023-06-12
wlr_output_state: Consider buffer uninitialized if not committed
Alexander Orzechowski
2023-06-12
output: introduce wlr_output_state_set_damage()
Alexander Orzechowski
[next]