Revision 2dba9dc...
Go back to digest for 30th June 2013Bug Fixes in KDE Base
Casian Andrei committed changes in [kde-workspace/KDE/4.11] /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
(cherry picked from commit 68c68ee3c2b54f968c4d8275f1e8a2e0ccc90dd7)
File Changes
Modified 3 files
- /libkwineffects
- kwin/kwinglcolorcorrection.cpp
- kwin/kwinglutils_funcs.cpp
- kwin/kwinglutils_funcs.h
3 files changed in total