picom/src
Richard Grenville 1b5273c819 Improvement #7: Add GLX_OML_sync_control VSync support
- Add "vsync-oml" VSync method, using GLX_OML_sync_control. Untested,
  because it's not supported by my driver.

- Unredirect ps->reg_win, because DRI wiki says it's related to the
  behavior of OpenGL VSync extensions.

- Add glFlush() and glXWaitX() calls, in hope they are slightly helpful
  for VSync.

- Change a few functions to make error handling more graceful. Make some
  errors fatal. Code clean-up.

- Add unused function make_text_prop().
2013-01-30 13:41:08 +08:00
..
c2.c Feature #16: Advanced window matching 2013-01-28 21:39:38 +08:00
c2.h Feature #16: Advanced window matching 2013-01-28 21:39:38 +08:00
common.h Improvement #7: Add GLX_OML_sync_control VSync support 2013-01-30 13:41:08 +08:00
compton.c Improvement #7: Add GLX_OML_sync_control VSync support 2013-01-30 13:41:08 +08:00
compton.h Improvement #7: Add GLX_OML_sync_control VSync support 2013-01-30 13:41:08 +08:00
dbus.c Feature #16: Advanced window matching 2013-01-28 21:39:38 +08:00
dbus.h Bug fix #84: Root window not repainted sometimes on wallpaper change 2013-01-24 13:38:03 +08:00