Diffusion KWin 6dfb7ba1ceeb

[aurorae] Use shared implementation of QtQuick rendering

Authored by davidedmundson on Nov 14 2019, 12:50 PM.

Description

[aurorae] Use shared implementation of QtQuick rendering

Summary:
Removes a tonne of complex code, means any future improvements to our
QtQuick integration only need to be in one place.

QML logic remains in Aurorae as it does complex things. All other
aurorae specialties remain.

Only functional difference is that we now use a shared GL context
between window frames, which Plasma::FrameSVG will make use of.

Test Plan:
kcmshell5 kwindecoration
ran some aurorrae themes on my kwin. Look the same as master

Reviewers: KWin, mart

Reviewed By: mart

Subscribers: mart, kwin

Tags: KWin

Differential Revision: https://phabricator.kde.org/D25206