TDE base libraries and programs
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Richard Grenville 53870fb7fe Improvement: GLX: Cache region contents & --glx-no-rebind-pixmap
- Cache region contents in is_region_empty(), mostly useful only for GLX
  backend to save one roundtrip to X.

- GLX backend: Add --glx-no-rebind-pixmap, which prevents rebinding of
  GLX texture to pixmap on content change. It doesn't work on some
  drivers, but it saves some CPU on those where it does.

- Wrap XFree() with a new function cxfree() since its man page claims
  NULL pointers are not acceptable (although in fact it does...).

- Use macro to save some code in get_cfg(). Code clean-up.
12 years ago
c2.c Improvement: GLX: Cache region contents & --glx-no-rebind-pixmap 12 years ago
c2.h Improvement: ARGB window matching & Enable track_focus with D-Bus 12 years ago
common.h Improvement: GLX: Cache region contents & --glx-no-rebind-pixmap 12 years ago
compton.c Improvement: GLX: Cache region contents & --glx-no-rebind-pixmap 12 years ago
compton.h Improvement: GLX: Cache region contents & --glx-no-rebind-pixmap 12 years ago
dbus.c Feature #4: Default active window opacity 12 years ago
dbus.h Improvement: Change VSync mode with D-Bus & Makefile update & Misc 12 years ago
opengl.c Improvement: GLX: Cache region contents & --glx-no-rebind-pixmap 12 years ago
opengl.h Bug fix: GLX backend incompatibility with mesa & others 12 years ago