kwin/libkwineffects
Philipp Knechtges 9e2b6edf02 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
2011-12-01 22:38:20 +01:00
..
CMakeLists.txt Add AnimationEffect class 2011-10-27 21:40:14 +02:00
Mainpage.dox Move kwineffects library into own directory 2011-02-19 10:01:31 +01:00
Messages.sh Improve message extraction 2011-02-20 16:02:33 +01:00
anidata.cpp Add AnimationEffect class 2011-10-27 21:40:14 +02:00
anidata_p.h Add AnimationEffect class 2011-10-27 21:40:14 +02:00
kwinanimationeffect.cpp pick bottomRight as current hook, cannot be < 0 (ie. no position transform in this direction) 2011-11-29 22:56:56 +01:00
kwinanimationeffect.h export AnimationEffect class, add non float Point/Size construtors to FPx2 2011-11-24 20:17:19 +01:00
kwinconfig.h.cmake Remove define KWIN_HAVE_OPENGL_COMPOSITING 2011-08-13 16:46:43 +02:00
kwineffects.cpp Drop unused variables 2011-08-31 17:55:04 +02:00
kwineffects.h export the baseincrement size to the effectwindow and utilize it in the windowgeometry effect 2011-11-03 21:49:20 +01:00
kwinglobals.cpp Remove defines for X extensions 2011-08-13 16:46:43 +02:00
kwinglobals.h fix close button side for present windows effect 2011-08-09 22:57:54 +02:00
kwinglplatform.cpp kwin: bugfix nouveau GLES + loose texture bindings in kwin_gles 2011-12-01 22:38:20 +01:00
kwinglplatform.h Remove KWIN_HAVE_OPENGL from kwingl(es)utils 2011-08-13 16:46:43 +02:00
kwingltexture.cpp Generate texture coordinates for limited NPOT support 2011-10-15 14:14:44 +02:00
kwingltexture.h -pedantic 2011-08-27 09:31:38 +02:00
kwingltexture_p.h Add newline at end of file 2011-08-31 18:16:21 +02:00
kwinglutils.cpp deny glsl by limited NPOT, not GLSL 2011-11-29 21:11:11 +01:00
kwinglutils.h kwin: Optimizing Blur Part II 2011-09-18 02:01:31 +02:00
kwinglutils_funcs.cpp kwin: fix glBlitFramebuffer resolution 2011-11-09 18:03:10 +01:00
kwinglutils_funcs.h kwin-gles: define EGL_POST_SUB_BUFFER_SUPPORTED_NV if it's not there 2011-10-19 20:15:40 +02:00
kwinxrenderutils.cpp avoid calling QPixmap::paintEngine() in scene rendering 2011-06-11 15:23:03 +02:00
kwinxrenderutils.h Move kwineffects library into own directory 2011-02-19 10:01:31 +01:00