<table><tr><td style="">graesslin created this revision.<br />graesslin added reviewers: KWin, Plasma on Wayland.<br />Restricted Application added subscribers: kwin, plasma-devel.<br />Restricted Application added projects: Plasma on Wayland, KWin.</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/D2046" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The idea behind this autotest is inspired by bug 356328 which produced<br />
incorrect rendering results. Also it's inspired by openQA which performs<br />
image reference comparisons.</p>

<p>This test case tries to go further. It creates reference images which<br />
must match the rendering result exactly. So far the test case verifies<br />
the start condition - kwin started and one frame is rendered with default<br />
cursor in the middle of the screen. And it verifies the moving of the<br />
cursor without any windows shown. Whenever the cursor moves a repaint<br />
should be triggered and the old and new area should be properly<br />
repainted.</p>

<p>To support this the test needs some minor changes in KWin:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">Scene provides a frameRendered signal - needed for waiting on frame</li>
<li class="remarkup-list-item">Scene and SceneQPainter are exported</li>
<li class="remarkup-list-item">SceneQPainter provides access to it's Backend, so that we get to the backbuffer</li>
<li class="remarkup-list-item">ScriptedEffectLoader is exported for getting a list of all scripted effects - (we don't want fade to manipulate the rendering)</li>
</ul></div></div><br /><div><strong>REPOSITORY</strong><div><div>rKWIN KWin</div></div></div><br /><div><strong>BRANCH</strong><div><div>autotest-qpainter-rendering</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D2046" rel="noreferrer">https://phabricator.kde.org/D2046</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/integration/CMakeLists.txt<br />
autotests/integration/scene_qpainter_test.cpp<br />
effectloader.h<br />
scene.h<br />
scene_qpainter.cpp<br />
scene_qpainter.h</div></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>graesslin, KWin, Plasma on Wayland<br /><strong>Cc: </strong>plasma-devel, kwin, hardening, jensreuterberg, sebas<br /></div>