Revision 6e44b07...
Go back to digest for 4th December 2011Bug Fixes in KDE Base
Philipp Knechtges committed changes in [kde-workspace] /:
kwin: bugfix nouveau GLES + loose texture bindings in kwin_gles
There seems to be a problem with nouveau GLES if you want to create an
EGLImageKHR more than once in a frame for the same pixmap. This patch
circumvents the problem in the way that it implements tfp the same way
as the mesa example in
mesa/demos/src/egl/opengles1/texture_from_pixmap.c does it. A nice
side effect of this is that it also avoids the overhead of recreating
the texture for every damaged window.
REVIEW: 103303
File Changes
Modified 4 files
- kwin/scene_opengl.cpp
- kwin/scene_opengl.h
- kwin/scene_opengl_egl.cpp
- kwin/libkwineffects/kwinglplatform.cpp
4 files changed in total