kwin/plugins/scenes/opengl
David Edmundson 3d43f8ad93 Drop QGraphicsView classes in PaintData
QGraphicsRotation and Scale are QObject wrappers. It's not useful in
data structures where we're creating mulitple of these every frame. It's
large enough to appear in hotspot as taking over 1% of a regular frame.

We don't even use the QGraphicsRotation mapping inside scene for a
reason, so it's not giving us much.

It's technically an API break in libkwineffects. Pragamatically no-one
would use these. We also lose QGraphicsScale's origin, but we never
exposed this in PaintData's public header.
2020-11-03 13:19:47 +00:00
..
shaders Move lanczos filter away from KWin core 2019-02-07 18:03:34 +02:00
CMakeLists.txt Undo some recent cmake changes 2019-09-18 13:50:52 +03:00
lanczosfilter.cpp scenes/opengl: Use std::array to store lanczos kernel data 2020-09-09 19:36:26 +00:00
lanczosfilter.h Hopefully fix the build on BSD 2020-09-10 01:06:41 +02:00
opengl.json SVN_SILENT made messages (.desktop file) - always resolve ours 2020-09-30 06:16:48 +02:00
resources.qrc Move lanczos filter away from KWin core 2019-02-07 18:03:34 +02:00
scene_opengl.cpp Drop QGraphicsView classes in PaintData 2020-11-03 13:19:47 +00:00
scene_opengl.h wayland: Adapt to subsurface changes in kwayland-server 2020-11-02 08:47:18 +00:00