mirror of
https://github.com/yshui/picom.git
synced 2024-11-18 13:55:36 -05:00
8ffcf1c1e8
- Add experimental OpenGL backend (--opengl). --blur-background is currently not possible with this backend, because I'm still trying to find a proper way to do blur with OpenGL. Flipping backend on-the-fly is really hard, so it isn't supported right now. No configuration file option exists to enable this, because it isn't stable enough. - Add `opengl-swc` VSync method that uses SGI_swap_control to control buffer swap, with OpenGL backend. (#7) - Fix a potential read-from-freed-memory issue in paint_all(). - Correctly reattach GLX context after fork. - Dump error text in error(). Add GLX error code handling. - Code clean-up. - Known issues: Region operations take a lot of time in glx_render(). I'm hesitating about what to do.
45 lines
509 B
Text
45 lines
509 B
Text
# Build files
|
|
.deps
|
|
aclocal.m4
|
|
autom4te.cache
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.status
|
|
configure
|
|
depcomp
|
|
install-sh
|
|
missing
|
|
stamp-h1
|
|
compton
|
|
*.o
|
|
build/
|
|
|
|
# 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]
|
|
*~
|
|
|
|
# Misc files
|
|
/core
|
|
/*.core
|
|
oprofile_data/
|
|
compton.plist
|
|
callgrind.out.*
|
|
man/*.html
|
|
man/*.1
|
|
doxygen/
|
|
.clang_complete
|
|
/src/backtrace-symbols.[ch]
|