mirror of
				https://github.com/yshui/picom.git
				synced 2025-10-30 23:46:46 -04:00 
			
		
		
		
	This was a dubious "fix" for a Nvidia driver problem. The problem was never fully understood, and the then developers took a shotgun approach and implemented xsync fences as a fix. Which somehow fixed the problem. Again, I don't see any indication that the developers understood why this "fix" worked. (for details, see chjj/compton#152 and chjj/compton#181) The driver problem should have been fixed almost 5 years ago. So this shouldn't be needed anymore. In addition the way compton uses xsync fences is apparently wrong according to the xsync spec (fences are attached to screen, but compton uses them as if they were attached to drawables). So, I will try removing it and see if anyone will complain. If there are real concrete reasons why fences are needed, it will be brought back. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
		
			
				
	
	
		
			50 lines
		
	
	
	
		
			593 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
	
		
			593 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# Build files
 | 
						|
.deps
 | 
						|
aclocal.m4
 | 
						|
autom4te.cache
 | 
						|
config.log
 | 
						|
config.status
 | 
						|
configure
 | 
						|
depcomp
 | 
						|
install-sh
 | 
						|
missing
 | 
						|
stamp-h1
 | 
						|
compton
 | 
						|
*.o
 | 
						|
build/
 | 
						|
compile_commands.json
 | 
						|
build.ninja
 | 
						|
 | 
						|
# CMake files
 | 
						|
compton-*.deb
 | 
						|
compton-*.rpm
 | 
						|
compton-*.tar.bz2
 | 
						|
release/
 | 
						|
_CPack_Packages/
 | 
						|
CMakeCache.txt
 | 
						|
CMakeFiles/
 | 
						|
cmake_install.cmake
 | 
						|
CPackSourceConfig.cmake
 | 
						|
install_manifest.txt
 | 
						|
 | 
						|
 | 
						|
# Vim files
 | 
						|
.sw[a-z]
 | 
						|
.*.sw[a-z]
 | 
						|
*~
 | 
						|
 | 
						|
# Misc files
 | 
						|
/core
 | 
						|
/*.core
 | 
						|
oprofile_data/
 | 
						|
compton.plist
 | 
						|
callgrind.out.*
 | 
						|
man/*.html
 | 
						|
man/*.1
 | 
						|
doxygen/
 | 
						|
.clang_complete
 | 
						|
.ycm_extra_conf.py
 | 
						|
.ycm_extra_conf.pyc
 | 
						|
/src/backtrace-symbols.[ch]
 | 
						|
/compton*.trace
 | 
						|
*.orig
 |