Revision 0c7fe70...
Go back to digest for 1st September 2013Bug Fixes in KDE Base
Thomas Lübking committed changes in [kde-workspace/KDE/4.11] /:
fix scheduling the repaints
repaints caused by effects so far polluted the timing calculations
since they started the timer on the old vsync offset
This (together with undercut timing) lead to multiple frames in
the buffer queue, and ultimately to a blocking swap
For unsynced painting, it simply caused wrong timings - leading to
"well, kinda around 60Hz - could be 75 as just well".
REVIEW: 112368
that part is fixed in 4.11.2
File Changes
Modified 3 files
- kwin/composite.cpp
- kwin/eglonxbackend.cpp
- kwin/glxbackend.cpp
3 files changed in total