<table><tr><td style="">zzag created this revision.<br />zzag added a reviewer: KWin.<br />Herald added a project: KWin.<br />Herald added a subscriber: kwin.<br />zzag requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D26914">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>When a window is being interactively resized, its contents may jump. The<br />
reason why that happens is because KWin renders partially resized client<br />
window. Composite extension spec says that a window will get a new pixmap<br />
each time it is resized or mapped. This applies to the frame window, but<br />
not to the client window itself. If the client window is resized,<br />
off-screen storage for the frame window won't be reallocated. Therefore,<br />
KWin may render partially resized client window if the client doesn't<br />
attempt to be in sync with our rendering loop. Currently, the only way<br />
to do that is to use extended frame counters, which are not supported by<br />
KWin.</p>

<p>So, in order to fix visual artifacts during interactive resize, we need<br />
somehow to forcefully re-allocate off-screen storage for the frame window.<br />
Unfortunately, Composite extension doesn't provide any request to do<br />
that, so the only option we have is to resize the frame window.</p>

<p>BUG: 415839</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R108 KWin</div></div></div><br /><div><strong>BRANCH</strong><div><div>reference-offscreen-storage-after-alarm-notify</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D26914">https://phabricator.kde.org/D26914</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>scene.cpp<br />
scene.h<br />
toplevel.cpp<br />
x11client.cpp<br />
x11client.h</div></div></div><br /><div><strong>To: </strong>zzag, KWin<br /><strong>Cc: </strong>kwin, Orage, LeGast00n, The-Feren-OS-Dev, jraleigh, zachus, fbampaloukas, GB_2, mkulinski, ragreen, jackyalcine, iodelay, crozbo, bwowk, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, hardening, romangg, jensreuterberg, abetts, sebas, apol, ahiemstra, mart<br /></div>