Revision 629453

Go back to digest for 4th February 2007

Features in KDE Base

Philip Falkner committed changes in /branches/work/kwin_composite:

Improved filtering algorithm. Now fast filtering is used by default, while (depending on SmoothScale in kwinrc) bilinear filtering is used on transformed windows and screens.

Optionally, if SmoothScale is set to 2, trilinear filtering will be attempted instead of bilinear. This requires GL_ARB_texture_non_power_of_two, GL_EXT_framebuffer_object, and valid mipmaps.

File Changes

Modified 7 files
  • /branches/work/kwin_composite
  •   /options.cpp
  •   /options.h
  •   /scene.cpp
  •   /scene.h
  •   /scene_opengl.cpp
  •   /scene_opengl.h
  •   /scene_xrender.cpp
7 files changed in total