555914a13b 
								
							
								 
							
						 
						
							
							
								
								Add surface interface stubs in compositor example  
							
							... 
							
							
 
							
							Add the wayland surface interface to the example compositor.
Implement the create_surface method to create a new wlr surface from the
wayland surface and add the interface. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								359042081f 
								
							
								 
							
						 
						
							
							
								
								Fix   #40  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2bfacc63d3 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #39  from acrisci/bug/fix-wl-enum-touch  
							
							... 
							
							
 
							
							Use correct pixel format enum in touch example 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								aebe5ba48c 
								
							
								 
							
						 
						
							
							
								
								Use correct pixel format enum in touch example  
							
							... 
							
							
 
							
							Fix a call to `wlr_surface_attach_pixels()` in the main method of the touch
example to use the correct enum for this method (wayland instead of gl). 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								f08998627f 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #36  from acrisci/bug/supported-cursor-pixel-format  
							
							... 
							
							
 
							
							Use ARGB8888 pixel format for cursor bo 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								5743ea03b8 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #37  from acrisci/bug/session-path  
							
							... 
							
							
 
							
							Correctly get session path 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								5eeb067838 
								
							
								 
							
						 
						
							
							
								
								Correctly get session path  
							
							... 
							
							
 
							
							The old way of getting the session path was to simply append the session id to
the path "/org/freedesktop/login1/session/". However this is not the correct
path for newer systems like Fedora 26.
Instead, get the session path directly from the session manager from the id via
a dbus call to GetSession().
fixes  #35  
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d822e0768b 
								
							
								 
							
						 
						
							
							
								
								Use ARGB8888 pixel format for cursor bo  
							
							... 
							
							
 
							
							The previous pixel format (RGBA8888) is not supported on all devices for cursors.
Weston uses ARGB8888 exclusively for its cursor buffer object which leads me to
believe this pixel format is better supported. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b1ec0dce3a 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #34  from acrisci/bug/fix-cleanup-pageflip-race  
							
							... 
							
							
 
							
							bugfix: add null check on output gbm on pageflip 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								3dd6a06df0 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #33  from acrisci/bug/fix-software-cursor  
							
							... 
							
							
 
							
							bugfix: fix cursor software rendering fallback 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								8b6dc48355 
								
							
								 
							
						 
						
							
							
								
								bugfix: add null check on output gbm on pageflip  
							
							... 
							
							
 
							
							The gbm for the output might be null for the pageflip in the case that
the output has been disconnected. The gbm might be set to null by
wlr_drm_output_cleanup() in this case.
If the output is cleaned up before the pageflip, then a double free
will crash the compositor on the call to gbm_surface_release_buffer()
in the pageflip handler. The outputs buffer object bo[1] will point to
invalid memory. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a43016b8e2 
								
							
								 
							
						 
						
							
							
								
								bugfix: fix cursor software rendering fallback  
							
							... 
							
							
 
							
							wlr_surface_attach_pixels() expects a wl_shm_format but a GL format was
given. This caused a bug where software rendering of the cursor would
fail when no pixel format can be found. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								13f3c69ec6 
								
							
								 
							
						 
						
							
							
								
								Fix LTO ( fixes   #26 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								23d2301496 
								
							
								 
							
						 
						
							
							
								
								Oh my god Clang seriously just fuck off  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								ec0f4c2d99 
								
							
								 
							
						 
						
							
							
								
								Fuck off, clang  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								e92a65fee8 
								
							
								 
							
						 
						
							
							
								
								Remove use of missing header  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								699b364787 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #30  from mikkeloscar/add-travis  
							
							... 
							
							
 
							
							Build on travis-ci. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								73a908665d 
								
							
								 
							
						 
						
							
							
								
								Fix unused variables in release builds  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								413bfc7fb8 
								
									
								
							
								 
							
						 
						
							
							
								
								Build on travis-ci.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b08aa9fd35 
								
							
								 
							
						 
						
							
							
								
								Revert "Merge pull request  #27  from ascent12/meson"  
							
							... 
							
							
 
							
							This reverts commit 85805da0218189c64d7f 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								7b9c330bc5 
								
							
								 
							
						 
						
							
							
								
								Revert "Fixed linking error"  
							
							... 
							
							
 
							
							This reverts commit c81324bd0b 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								c81324bd0b 
								
							
								 
							
						 
						
							
							
								
								Fixed linking error  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								85805da021 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #27  from ascent12/meson  
							
							... 
							
							
 
							
							[Proposal] Use the Meson build system 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								e54b1eded4 
								
							
								 
							
						 
						
							
							
								
								Small linking fix  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a2ba226ba3 
								
							
								 
							
						 
						
							
							
								
								Use subdir  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								924bf0f669 
								
							
								 
							
						 
						
							
							
								
								Changed build system to meson  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								8189c64d7f 
								
							
								 
							
						 
						
							
							
								
								Fixed that warnings that showed up with optimisations.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								be064df25e 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #25  from ascent12/forking  
							
							... 
							
							
 
							
							Forking session backend 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								ceef12cb5a 
								
							
								 
							
						 
						
							
							
								
								Exit cleanly if we cannot open Wayland socket.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								5b8ec107b9 
								
							
								 
							
						 
						
							
							
								
								Session documentation.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								3779ef802d 
								
							
								 
							
						 
						
							
							
								
								Stop remembering the drm fd in child.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2f2c8205d8 
								
							
								 
							
						 
						
							
							
								
								Moved IPC to its own file.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								bd5bca5283 
								
							
								 
							
						 
						
							
							
								
								Added public fields to wlr_session  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								f413a67bb1 
								
							
								 
							
						 
						
							
							
								
								Removed KDSKBMUTE. This actually isn't supported by Linux.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2c27ed1393 
								
							
								 
							
						 
						
							
							
								
								include fixes  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								dd40a42a99 
								
							
								 
							
						 
						
							
							
								
								Make libcap optional.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								5c211e6195 
								
							
								 
							
						 
						
							
							
								
								Added forking  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								c2b54be74a 
								
							
								 
							
						 
						
							
							
								
								Minor fixes  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								60955addc0 
								
							
								 
							
						 
						
							
							
								
								Added direct session support  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								8920b5d607 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'wlcore'  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								486ec5953c 
								
							
								 
							
						 
						
							
							
								
								Add shim implementations of wl_{compositor,shell}  
							
							... 
							
							
 
							
							To example compositor 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								28736c5787 
								
							
								 
							
						 
						
							
							
								
								Move example -> examples  
							
							... 
							
							
 
							
							And the compositor example into its own directory 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								18e6ddc1c5 
								
							
								 
							
						 
						
							
							
								
								Remove wlr_compositor  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								97f6e9b69a 
								
							
								 
							
						 
						
							
							
								
								Remove excessive logging in wayland backend  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								ce471f3371 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #23  from ascent12/cursor  
							
							... 
							
							
 
							
							Software cursor + Hardware cursor improvements 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								97213cc00e 
								
							
								 
							
						 
						
							
							
								
								Add new interfaces to wayland backend  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								038dfdbc85 
								
							
								 
							
						 
						
							
							
								
								Log max cursor size on error  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								f5b7bc033e 
								
							
								 
							
						 
						
							
							
								
								Add wlr_wl_compositor and remove wlr_wl_shm  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								82322d81a7 
								
							
								 
							
						 
						
							
							
								
								Hardware cursor improvements.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								0cd94f0cf0 
								
							
								 
							
						 
						
							
							
								
								Added software cursor fallback  
							
							
 
							
						 
						
							8 years ago