Revision da78b49...
Go back to digest for 8th September 2013Bug Fixes in KDE Base
Thomas Lübking committed changes in [kde-workspace/KDE/4.11] /:
introduce GLTexture::clear and use it from paintredirector
also work around broken fbo texture clearing on fglrx
so far supports FBO/glClear and resorts to glTexSubImage2D
if the fbo cannot be created or is (in case of fglrx)
known to break, resort to glTexImage2D loading of an
argb array of zeros
FIXED-IN: 4.11.2
REVIEW: 112526
File Changes
Modified 5 files
- kwin/paintredirector.cpp
- kwin/paintredirector.h
- kwin/libkwineffects/kwingltexture.cpp
- kwin/libkwineffects/kwingltexture.h
- kwin/libkwineffects/kwingltexture_p.h
5 files changed in total