kwin/libkwineffects
Casian Andrei 54ee2bf564 Fix many color correction problems with OpenGL ES
On GLES, check for OES_texture_3D extension for color correction

Remove a block of ugly hack code that was supposedly needed to build
with OpenGL ES.

Convert the lookup texture data to uint8 on OpenGL ES before sending it
via glTexImage3D, because uint16 is not supported.

Check if the shaders have been reinitialized successfuly when trying to
activate color correction, prevent black screens when there are issues
with the shaders.

BUG: 315419
REVIEW: 111225
2013-07-23 19:48:47 +03:00
..
anidata.cpp
anidata_p.h
CMakeLists.txt
kwinanimationeffect.cpp ensure to init animationeffect bindings 2013-06-10 16:38:03 +02:00
kwinanimationeffect.h Add DecorationOpacity to AnimationEffect 2013-06-05 08:27:09 +02:00
kwinconfig.h.cmake
kwineffects.cpp kwin: Fix build on arm 2013-06-26 10:13:33 +02:00
kwineffects.h Revert "kwin: Make WindowQuadList inherit from QVector" 2013-06-27 00:06:49 +02:00
kwinglcolorcorrection.cpp Fix many color correction problems with OpenGL ES 2013-07-23 19:48:47 +03:00
kwinglcolorcorrection.h
kwinglcolorcorrection_p.h Enable color correction only after successfuly contacting KolorManager 2013-06-18 17:27:34 +03:00
kwinglobals.cpp
kwinglobals.h
kwinglplatform.cpp kwin: Add GLPlatform::preferBufferSubData() 2013-07-08 01:23:37 +02:00
kwinglplatform.h kwin: Add GLPlatform::preferBufferSubData() 2013-07-08 01:23:37 +02:00
kwingltexture.cpp kwin: Reset the dirty flags in GLTexture 2013-06-13 18:46:34 +02:00
kwingltexture.h kwin: Add GLTexture::matrix() 2013-05-28 16:35:36 +02:00
kwingltexture_p.h kwin: Add GLTexture::matrix() 2013-05-28 16:35:36 +02:00
kwinglutils.cpp kwin: Use glBufferSubData() when preferred 2013-07-08 01:23:38 +02:00
kwinglutils.h kwin: Don't query GL_VIEWPORT in pushRenderTarget() 2013-06-27 00:06:54 +02:00
kwinglutils_funcs.cpp Fix many color correction problems with OpenGL ES 2013-07-23 19:48:47 +03:00
kwinglutils_funcs.h Fix many color correction problems with OpenGL ES 2013-07-23 19:48:47 +03:00
kwinxrenderutils.cpp
kwinxrenderutils.h
Mainpage.dox
Messages.sh