kwin/autotests/libkwineffects
Vlad Zahorodnii d7b1661e08 Merge libkwineffects into libkwin
libkwineffects was introduced when kwin used to be an executable. It
provided an api to implement effects and shielded from the technical
quirks in kwin.

Over the time, kwin internals had been split and abstractions were
refactored so they can be consumed in scripts or plugins. Besides that,
new ways to implement extensions have been introduced, which use
kwin's internal abstractions.

On the other hand, effects continue using libkwineffects specific apis.
This has a few issues: qtquick effects use both apis and it bites us,
duplicating same apis.

The best solution so far is to merge libkwineffects with libkwin, and
replace libkwineffects abstractions with libkwin abstractions, e.g.
EffectScreen -> Output, etc. This change takes care of adjusting libs.

Obviously, the main disadvantage of doing so is that binary effects
have to be recompiled every time new libkwin is released. But it's
already the case with libkwineffects too.
2023-10-25 12:46:12 +00:00
..
data/glplatform Enable GLSL for Mali (Lima) / PinePhone devices 2023-02-28 21:04:37 +00:00
CMakeLists.txt Merge libkwineffects into libkwin 2023-10-25 12:46:12 +00:00
kwinglplatformtest.cpp There's no QVector anymore, QList is the QVector in Qt6 2023-10-19 13:43:53 +00:00
mock_gl.cpp build: Add -Wno-unused-parameter compiler option 2022-10-31 15:50:37 +00:00
mock_gl.h There's no QVector anymore, QList is the QVector in Qt6 2023-10-19 13:43:53 +00:00
timelinetest.cpp Don't use QtTest => use QTest + missing include 2023-07-04 10:38:21 +00:00
windowquadlisttest.cpp Remove some include_directories() 2023-03-23 14:37:48 +02:00