Revision 68c68ee...

Go back to digest for 30th June 2013

Bug Fixes in KDE Base

Casian Andrei committed changes in [kde-workspace] /libkwineffects:

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.


REVIEW: 111225

File Changes

Modified 3 files
  • /libkwineffects
  •   kwin/kwinglcolorcorrection.cpp
  •   kwin/kwinglutils_funcs.cpp
  •   kwin/kwinglutils_funcs.h
3 files changed in total