kwin/libkwineffects
Albert Astals Cid e144748c7a Add some const &
Summary:
Won't make things go much faster since everything that was
being passed by value is refcounted but still const & is a bit faster
than refcounting

For shared pointers instead of adding const & we move them into the
destination variable saving some cpu usage but at the same time making
clear the pointer is being stored by not being const &

Reviewers: zzag

Reviewed By: zzag

Subscribers: zzag, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D25022
2019-10-30 19:23:01 +01:00
..
anidata.cpp Add some const & 2019-10-30 19:23:01 +01:00
anidata_p.h Add some const & 2019-10-30 19:23:01 +01:00
CMakeLists.txt [libkwineffects] Introduce API to easily show a QtQuick scene in an effect 2019-09-27 16:11:05 +01:00
kwinanimationeffect.cpp Add some const & 2019-10-30 19:23:01 +01:00
kwinanimationeffect.h Add some const & 2019-10-30 19:23:01 +01:00
kwinconfig.h.cmake
kwineffectquickview.cpp [libkwineffects] Introduce API to easily show a QtQuick scene in an effect 2019-09-27 16:11:05 +01:00
kwineffectquickview.h [libkwineffects] Introduce API to easily show a QtQuick scene in an effect 2019-09-27 16:11:05 +01:00
kwineffects.cpp Add some const & 2019-10-30 19:23:01 +01:00
kwineffects.h Add some const & 2019-10-30 19:23:01 +01:00
kwinglobals.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
kwinglplatform.cpp Add some const & 2019-10-30 19:23:01 +01:00
kwinglplatform.h Add support for virgl in GLPlatform 2019-10-29 20:57:02 +01:00
kwingltexture.cpp Add some const & 2019-10-30 19:23:01 +01:00
kwingltexture.h Add some const & 2019-10-30 19:23:01 +01:00
kwingltexture_p.h KWin::GLTexture support external textures 2019-09-25 14:28:19 +01:00
kwinglutils.cpp Add some const & 2019-10-30 19:23:01 +01:00
kwinglutils.h Add some const & 2019-10-30 19:23:01 +01:00
kwinglutils_funcs.cpp Add some const & 2019-10-30 19:23:01 +01:00
kwinglutils_funcs.h Add some const & 2019-10-30 19:23:01 +01:00
kwinxrenderutils.cpp Port away from deprecated QImage::byteCount 2019-07-10 02:02:15 +03:00
kwinxrenderutils.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
logging.cpp
logging_p.h
Mainpage.dox
Messages.sh