lp://staging/~vanvugt/compiz/fix-1009338
- Get this branch:
- bzr branch lp://staging/~vanvugt/compiz/fix-1009338
Branch merges
- Sam Spilsbury: Approve
-
Diff: 45 lines (+6/-4)2 files modifiedplugins/composite/composite.xml.in (+1/-1)
plugins/composite/src/screen.cpp (+5/-3)
Related bugs
Related blueprints
Branch information
Recent revisions
- 3246. By Daniel van Vugt
-
Stylistic request to avoid macros.
Though doing so does have the added benefit of generating a symbol you can
see in a debugger. - 3245. By Daniel van Vugt
-
Fall back to a refresh rate that is more likely to look correct; 60Hz.
(LP: #1009338)The fallback is still only used if sync-to-vblank is not available (disabled
in the driver) AND if xrandr doesn't provide a refresh rate. - 3244. By Sam Spilsbury
-
Adds some tests for the pixmap rebinding code ... which also means some
refactoring was done. - 3243. By Sam Spilsbury
-
Avoid needless STL operations leading to expensive heap operations.
(LP: #1006335) - 3241. By Sam Spilsbury
-
Check if the window is decorated before trying to change its event window
states (which won't exist if not decorated) (LP: #1007754) - 3240. By Daniel van Vugt
-
Revert the previous commit. I can see a potential race that might lead to
damage artifacts. - 3239. By Daniel van Vugt
-
Use the XDamage extension more efficiently (the way it was designed to be
used). This dramatically reduces CPU usage, reduces wakeups, and increases
frame rates. It also solves at least one observed performance bug
(LP: #1007299) and probably several more. - 3238. By Daniel van Vugt
-
Fix up a few issues thumper pointed out in the fixes for LP: #1005569.
* Use else instead of unconditional reset (makes the first call faster,
but all others slower, negligibly)
* Don't mask locals by reusing the same name
* Remember to reset arg[7] for XkbStateNotify
* Check for NULL strings. Don't dereference them, just treat as empty. - 3237. By Daniel van Vugt
-
Improve the fix for LP: #1005569:
Calling CompOption::setName should not implicitly construct a new string
object every time, when the name is not changing.This is also an alternative fix to the previous commit, but both together
don't hurt either.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/compiz/0.9.8