71fb55f3bf 
								
							
								 
							
						 
						
							
							
								
								render/pixel-format: Move has_alpha into it's own array  
							
							... 
							
							
 
							
							Some opaque pixel formats (nv12, p010) require per-plane bytes_per_block
info. However, it doesn't make sense to store them in
wlr_pixel_format_info, as they will never be useful (currently, this
info is used for shm, which doesn't have a concept of multi-planar
buffers.)
Let's define a separate array and function for determining whether a
pixel format has alpha. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								3a91dc1b48 
								
							
								 
							
						 
						
							
							
								
								Create & implement transient seat protocol  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								6991f03767 
								
							
								 
							
						 
						
							
							
								
								linux-dmabuf-v1: switch to stable  
							
							... 
							
							
 
							
							The protocol is no longer unstable. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								ba3c1ae065 
								
							
								 
							
						 
						
							
							
								
								linux-dmabuf-v1: fix include guard name  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								8dff1bb9bd 
								
							
								 
							
						 
						
							
							
								
								wlr_damage_ring: Replace wlr_damage_ring_rotate_buffer with original list impl  
							
							... 
							
							
 
							
							The seq based implementation is complex to reason about and doesn't even
work. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								4688a371e0 
								
							
								 
							
						 
						
							
							
								
								compositor: don't get buffer from pending buffer resource too early  
							
							... 
							
							
 
							
							Fixes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3795  
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								4ec901bb33 
								
							
								 
							
						 
						
							
							
								
								scene: release shm buffers once uploaded  
							
							... 
							
							
 
							
							Once a shm buffer is uploaded there's no reason for wlr_scene_buffer
to keep it locked any further. Allow the compositor to re-use it. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								0052078bd3 
								
							
								 
							
						 
						
							
							
								
								compositor: introduce wlr_surface_reject_pending()  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								d1b39b5843 
								
							
								 
							
						 
						
							
							
								
								backend: take wl_event_loop instead of wl_display in wlr_backend_autocreate()  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								f27808b8d9 
								
							
								 
							
						 
						
							
							
								
								backend/multi: take wl_event_loop instead of wl_display  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								54f9944b48 
								
							
								 
							
						 
						
							
							
								
								backend/drm: drop wl_display argument  
							
							... 
							
							
 
							
							We can grab the event loop from the wlr_session instead. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								b62ac611c8 
								
							
								 
							
						 
						
							
							
								
								backend/x11: take wl_event_loop instead of wl_display  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								ed0bba581b 
								
							
								 
							
						 
						
							
							
								
								backend/wayland: take wl_event_loop instead of wl_display  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								f5e8fa48f3 
								
							
								 
							
						 
						
							
							
								
								backend/libinput: drop wl_display argument  
							
							... 
							
							
 
							
							We can grab the event loop from the wlr_session instead. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								682dbf36e5 
								
							
								 
							
						 
						
							
							
								
								backend/headless: take wl_event_loop instead of wl_display  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								0867dd4e6b 
								
							
								 
							
						 
						
							
							
								
								xwayland: add support for _NET_WM_WINDOW_TYPE_DESKTOP atom  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								4ad6e6c298 
								
							
								 
							
						 
						
							
							
								
								backend: destroy multi backend when primary backend is  
							
							... 
							
							
 
							
							This makes it easy for compositors to handle situations where the
DRM or libinput backend becomes unavailable. Compositors can listen
the destroy event of the multi backend returned by
wlr_backend_autocreate() and decide what to do. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								cca2bfbe92 
								
							
								 
							
						 
						
							
							
								
								output: Drop pending state  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								98c708618e 
								
							
								 
							
						 
						
							
							
								
								backend/wayland: populate pointer axis relative direction  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								00bb1b0f84 
								
							
								 
							
						 
						
							
							
								
								seat/pointer: add support for axis_relative_direction event  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								88b16bac54 
								
							
								 
							
						 
						
							
							
								
								pointer: add support for axis relative direction  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								7129eaa1f2 
								
							
								 
							
						 
						
							
							
								
								keyboard: fix type of wlr_keyboard_modifiers.group  
							
							... 
							
							
 
							
							This isn't a breaking change since both of these typedefs are uint32_t
but this should make things a bit less confusing for readers. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								48721bca65 
								
							
								 
							
						 
						
							
							
								
								fix outdated comment in wlr_output.h  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								d0da76fbf6 
								
							
								 
							
						 
						
							
							
								
								wl_drm: add deprecation notice  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								57d7d79982 
								
							
								 
							
						 
						
							
							
								
								region: add docs for wlr_region_scale_xy() and wlr_region_confine()  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								f81c3d93cd 
								
							
								 
							
						 
						
							
							
								
								backend/drm: save current refresh rate  
							
							... 
							
							
 
							
							wlr_output.refresh is populated by core wlr_output, and thus will
be zero for a custom mode with an unset refresh rate.
Save the refresh rate from the drmModeModeInfo in wlr_drm_connector
instead.
Closes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3791  
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								ab924064f2 
								
							
								 
							
						 
						
							
							
								
								scene: drop wlr_scene_set_presentation()  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								d68ba9d6c2 
								
							
								 
							
						 
						
							
							
								
								presentation-time: drop wlr_presentation arg  
							
							... 
							
							
 
							
							There can only be a single presentation-time global advertised to
clients, this it's unnecessary to pass around the wlr_presentation
pointer. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								1968ada213 
								
							
								 
							
						 
						
							
							
								
								tearing-control-v1: synchronize state with surface  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								0ea6b6e2cc 
								
							
								 
							
						 
						
							
							
								
								session-lock-v1: use wlr_surface_synced  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								90e12fb978 
								
							
								 
							
						 
						
							
							
								
								pointer-constraints-v1: use wlr_surface_synced  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								a6122c3ec5 
								
							
								 
							
						 
						
							
							
								
								layer-shell-v1: use wlr_surface_synced  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								0e3d2222c2 
								
							
								 
							
						 
						
							
							
								
								xdg-decoration: use wlr_surface_synced for toplevel  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								96aec06b0a 
								
							
								 
							
						 
						
							
							
								
								subcompositor: use wlr_surface_synced  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								4b3553409a 
								
							
								 
							
						 
						
							
							
								
								xdg-shell: use wlr_surface_synced for popups  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								9201431c29 
								
							
								 
							
						 
						
							
							
								
								xdg-shell: use wlr_surface_synced for toplevel  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								69d9a4e2cb 
								
							
								 
							
						 
						
							
							
								
								xdg-shell: use wlr_surface_synced for wlr_xdg_surface  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								7e1ae5548c 
								
							
								 
							
						 
						
							
							
								
								compositor: add wlr_surface_role.client_commit  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								d847516765 
								
							
								 
							
						 
						
							
							
								
								compositor: add wlr_surface_synced  
							
							... 
							
							
 
							
							A lot of protocols extend the wl_surface state. Such protocols need
to synchronize their extended state with wl_surface.commit and
cached states. Add a new utility for this purpose. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								34d5af4172 
								
							
								 
							
						 
						
							
							
								
								compositor: add wlr_surface_state_has_buffer()  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								43734f7c62 
								
							
								 
							
						 
						
							
							
								
								compositor: fix wlr_surface_has_buffer() doc comment  
							
							... 
							
							
 
							
							The function does not check whether the upload succeeded: it does
not check the wlr_client_buffer. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								66b6c349e7 
								
							
								 
							
						 
						
							
							
								
								compositor: remove unnecessary wlr_surface.has_buffer  
							
							... 
							
							
 
							
							No need to store this bit, we can infer it from buffer_width and
buffer_height. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								85f44f3684 
								
							
								 
							
						 
						
							
							
								
								pointer-constraints-v1: add cursor_hint.enabled  
							
							... 
							
							
 
							
							This allows compositors to check whether the cursor hint is set. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								fc7a0b93dd 
								
							
								 
							
						 
						
							
							
								
								backend/drm: add wlr_drm_backend_get_parent()  
							
							... 
							
							
 
							
							Allows compositors to figure out whether a DRM backend is
secondary on a multi-GPU setup. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								3531007b75 
								
							
								 
							
						 
						
							
							
								
								render/pixman: add wlr_pixman_renderer_get_buffer_image()  
							
							... 
							
							
 
							
							This is similar to wlr_pixman_texture_get_image and can be useful for
compositors to access the rendering data. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								1f64f3925c 
								
							
								 
							
						 
						
							
							
								
								render/gles2: add wlr_gles2_renderer_get_buffer_fbo()  
							
							... 
							
							
 
							
							Replacement for wlr_gles2_renderer_get_current_fbo(). Wayfire uses
it for instance. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								6a2ff0dffe 
								
							
								 
							
						 
						
							
							
								
								compositor: drop surface precommit event  
							
							... 
							
							
 
							
							This is unused. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								d6859da3b4 
								
							
								 
							
						 
						
							
							
								
								render/vulkan: use _SRGB image view when possible  
							
							... 
							
							
 
							
							This is the last of a set of commits which ensures that both textures
and render buffers can be accessed through _UNORM and _SRGB image
views. While _UNORM image views are not yet used for 8-bpc image
formats, they will be needed in the future to support color transforms
for both textures and render buffers. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								566c413d8f 
								
							
								 
							
						 
						
							
							
								
								render/vulkan: constify vulkan_format_props_find_modifier  
							
							
 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								fd4548bb93 
								
							
								 
							
						 
						
							
							
								
								render/vulkan: detect which _UNORM formats support _SRGB views  
							
							
 
							
						 
						
							2 years ago