You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Simon Ser
a0345f2854
output: add wlr_output_state.allow_artifacts
...
When starting up, the compositor might call wlr_output_set_mode()
with a mode which is already the current one. wlroots will detect
this and make the wlr_output_set_mode() call a no-op. During the
next wlr_output_commit() call, wlroots will perform an atomic
commit without the ALLOW_MODESET flag.
This is an issue, because some drivers need ALLOW_MODESET even if
the mode is the same. For instance, if the FB stride or modifier
changed, some drivers require a modeset.
Add a new flag "allow_artifacts" which is set when the compositor
calls mode-setting functions. Use this flag to figure out whether
we want to perform atomic commits with ALLOW_MODESET.
(The name "allow_artifacts" is picked because ALLOW_MODESET is a
misnomer, see [1].)
[1]: https://patchwork.freedesktop.org/patch/505107/
Closes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3499
2 years ago
..
wlr_buffer.h
render: replace wlr_texture_write_pixels with update_from_buffer
2 years ago
wlr_compositor.h
compositor: fix wlr_surface_set_role return value docs
2 years ago
wlr_cursor.h
Reformat doc comments
3 years ago
wlr_damage_ring.h
types: add wlr_damage_ring
2 years ago
wlr_data_control_v1.h
Reformat doc comments
3 years ago
wlr_data_device.h
Reformat doc comments
3 years ago
wlr_drm.h
drm: add support for DMA-BUFs
3 years ago
wlr_drm_lease_v1.h
Reformat doc comments
3 years ago
wlr_export_dmabuf_v1.h
Reformat doc comments
3 years ago
wlr_foreign_toplevel_management_v1.h
Reformat doc comments
3 years ago
wlr_fullscreen_shell_v1.h
Reformat doc comments
3 years ago
wlr_gamma_control_v1.h
Reformat doc comments
3 years ago
wlr_idle.h
Reformat doc comments
3 years ago
wlr_idle_inhibit_v1.h
Reformat doc comments
3 years ago
wlr_input_device.h
wlr_input_device: remove anon union field
2 years ago
wlr_input_inhibitor.h
Simplify globals implementation by removing destructors
5 years ago
wlr_input_method_v2.h
Document NULL return value of foo_from_wlr_surface() functions
2 years ago
wlr_keyboard.h
wlr_{keyboard,pointer,touch}: Update event docs
2 years ago
wlr_keyboard_group.h
Reformat doc comments
3 years ago
wlr_keyboard_shortcuts_inhibit_v1.h
Reformat doc comments
3 years ago
wlr_layer_shell_v1.h
Document NULL return value of foo_from_wlr_surface() functions
2 years ago
wlr_linux_dmabuf_v1.h
Reformat doc comments
3 years ago
wlr_matrix.h
matrix: remove wlr_matrix_projection()
3 years ago
wlr_output.h
output: add wlr_output_state.allow_artifacts
2 years ago
wlr_output_damage.h
Reformat doc comments
3 years ago
wlr_output_layout.h
Reformat doc comments
3 years ago
wlr_output_management_v1.h
output-management-v1: add wlr_output_head_v1_state_apply()
2 years ago
wlr_output_power_management_v1.h
Reformat doc comments
3 years ago
wlr_pointer.h
pointer: transform low-res to high-res axis events
2 years ago
wlr_pointer_constraints_v1.h
Reformat doc comments
3 years ago
wlr_pointer_gestures_v1.h
Reformat doc comments
3 years ago
wlr_presentation_time.h
Reformat doc comments
3 years ago
wlr_primary_selection.h
Remove all wayland-server.h includes
5 years ago
wlr_primary_selection_v1.h
Reformat doc comments
3 years ago
wlr_region.h
region: drop leftover reference to the mailing list
3 years ago
wlr_relative_pointer_v1.h
Reformat doc comments
3 years ago
wlr_scene.h
wlr_scene: Convert render_list to wl_array
2 years ago
wlr_screencopy_v1.h
screencopy-v1: use wlr_buffer APIs
2 years ago
wlr_seat.h
seat: support low-resolution clients
2 years ago
wlr_server_decoration.h
Reformat doc comments
3 years ago
wlr_session_lock_v1.h
Document NULL return value of foo_from_wlr_surface() functions
2 years ago
wlr_single_pixel_buffer_v1.h
single-pixel-buffer-v1: fix header guard name
2 years ago
wlr_subcompositor.h
Document NULL return value of foo_from_wlr_surface() functions
2 years ago
wlr_surface.h
surface: deprecate wlr_surface.h
3 years ago
wlr_switch.h
wlr_input_device: remove anon union field
2 years ago
wlr_tablet_pad.h
wlr_input_device: remove anon union field
2 years ago
wlr_tablet_tool.h
wlr_input_device: remove anon union field
2 years ago
wlr_tablet_v2.h
Reformat doc comments
3 years ago
wlr_text_input_v3.h
Reformat doc comments
3 years ago
wlr_touch.h
wlr_{keyboard,pointer,touch}: Update event docs
2 years ago
wlr_viewporter.h
Reformat doc comments
3 years ago
wlr_virtual_keyboard_v1.h
Reformat doc comments
3 years ago
wlr_virtual_pointer_v1.h
Reformat doc comments
3 years ago
wlr_xcursor_manager.h
Reformat doc comments
3 years ago
wlr_xdg_activation_v1.h
Reformat doc comments
3 years ago
wlr_xdg_decoration_v1.h
Reformat doc comments
3 years ago
wlr_xdg_foreign_registry.h
Reformat doc comments
3 years ago
wlr_xdg_foreign_v1.h
xdg-foreign-v1: s/unmap/destroy
2 years ago
wlr_xdg_foreign_v2.h
xdg-foreign-v2: s/unmap/destroy
2 years ago
wlr_xdg_output_v1.h
xdg-output-v1: use wlr_output.description
5 years ago
wlr_xdg_shell.h
xdg-shell: add support for v5
2 years ago