D9848: Updated the blur method to use the more efficient dual kawase blur algorithm.
Vlad Zagorodniy
noreply at phabricator.kde.org
Sun Jan 14 11:01:40 UTC 2018
zzag added inline comments.
Restricted Application edited projects, added Plasma; removed KWin.
INLINE COMMENTS
> blurshader.cpp:58
> + GLShader *m_shaderUpsample = nullptr;
> + GLShader *m_shaderCopysample = nullptr;
> +
No, it should be in the header file. E.g.
...
private:
GLShader *m_shaderDownsample = nullptr;
GLShader *m_shaderUpsample = nullptr;
GLShader *m_shaderCopysample = nullptr;
...
REPOSITORY
R108 KWin
REVISION DETAIL
https://phabricator.kde.org/D9848
To: anemeth, #plasma, #kwin
Cc: romangg, zzag, anthonyfieroni, mart, davidedmundson, fredrik, ngraham, plasma-devel, kwin, #kwin, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180114/dfc3b902/attachment.html>
More information about the Plasma-devel
mailing list