kwin/libkwineffects
Fredrik Höglund 383a5ac319 Remove GLTexturePrivate::convertToGLFormat()
QImage::Format_RGBA8888_Premultiplied is the equivalent of
GL_RGBA/GL_UNSIGNED_BYTE, so use QImage::convertToFormat()
instead.

This commit also makes the texture upload code work correctly
on big-endian systems.
2014-11-26 22:01:23 +01:00
..
autotests
anidata.cpp Make constants const, saves a few symbols in the .data section. 2014-09-27 20:30:49 +02:00
anidata_p.h
CMakeLists.txt use standard way to version applications in Plasma 2014-08-20 15:43:27 +02:00
kwinanimationeffect.cpp Remove the decoration opacity property 2014-08-25 17:25:04 +02:00
kwinanimationeffect.h Remove the decoration opacity property 2014-08-25 17:25:04 +02:00
kwinconfig.h.cmake
kwineffects.cpp Remove the decoration opacity property 2014-08-25 17:25:04 +02:00
kwineffects.h Remove the decoration opacity property 2014-08-25 17:25:04 +02:00
kwinglcolorcorrection.cpp Remove most calls to checkGLError() 2014-11-25 21:57:57 +01:00
kwinglcolorcorrection.h Replace NULL with nullptr in libkwineffects 2014-01-08 11:55:49 +01:00
kwinglcolorcorrection_p.h Remove most calls to checkGLError() 2014-11-25 21:57:57 +01:00
kwinglobals.h Create dedicated kwin_x11 and kwin_wayland binaries 2014-08-18 08:50:44 +02:00
kwinglplatform.cpp Merge branch 'Plasma/5.0' 2014-07-22 13:22:48 +02:00
kwinglplatform.h [kwinglutils] Add ::platformInterface() to GLPlatform 2014-05-13 09:23:03 +02:00
kwingltexture.cpp Remove GLTexturePrivate::convertToGLFormat() 2014-11-26 22:01:23 +01:00
kwingltexture.h Remove the NPOT texture support checks 2014-11-22 15:53:15 +01:00
kwingltexture_p.h Remove GLTexturePrivate::convertToGLFormat() 2014-11-26 22:01:23 +01:00
kwinglutils.cpp Make the GL extension list a QList<QByteArray> 2014-07-14 12:04:37 +02:00
kwinglutils.h Make the GL extension list a QList<QByteArray> 2014-07-14 12:04:37 +02:00
kwinglutils_funcs.cpp Make the GL extension list a QList<QByteArray> 2014-07-14 12:04:37 +02:00
kwinglutils_funcs.h Fix the GLES build 2014-07-22 13:07:48 +02:00
kwinxrenderutils.cpp Add XRenderUtils::findPictFormat() and findPictFormatInfo() 2014-09-01 17:45:58 +02:00
kwinxrenderutils.h Add XRenderUtils::findPictFormat() and findPictFormatInfo() 2014-09-01 17:45:58 +02:00
Mainpage.dox
Messages.sh