kwin/src/effects/screenshot
Vlad Zahorodnii f4f83848b0 kwinglutils: Make GLRenderTarget not store GLTexture reference
This allows us to make the GLRenderTarget a bit nicer when using it to
wrap the default fbo as we don't know what the color attachment texture
is besides its size.

This means that the responsibility of ensuring that the color attachment
outlives the fbo is now up to the caller. However, most of kwin code
has been written that way, so it's not an issue.
2022-02-15 13:30:39 +02:00
..
CMakeLists.txt cmake: Specify link libraries per effect target 2022-02-15 07:21:28 +00:00
main.cpp Utilize KCoreAddons infrastructure for static plugins 2021-11-24 10:48:51 +00:00
metadata.json SVN_SILENT made messages (.desktop file) - always resolve ours 2022-02-14 01:42:49 +00:00
org.kde.KWin.ScreenShot2.xml effects/screenshot: Add org.kde.KWin.ScreenShot2.CaptureActiveScreen 2021-10-30 20:50:33 +00:00
screenshot.cpp kwinglutils: Make GLRenderTarget not store GLTexture reference 2022-02-15 13:30:39 +02:00
screenshot.h
screenshotdbusinterface1.cpp Move opengl context attribute builders to utils directory 2022-01-25 16:56:33 +00:00
screenshotdbusinterface1.h
screenshotdbusinterface2.cpp Move opengl context attribute builders to utils directory 2022-01-25 16:56:33 +00:00
screenshotdbusinterface2.h effects/screenshot: Add org.kde.KWin.ScreenShot2.CaptureActiveScreen 2021-10-30 20:50:33 +00:00