Revision 675467

Go back to digest for 17th June 2007

Features in KDE Base

Rivo Laks committed changes in /trunk/KDE/kdebase/workspace/kwin:

- Add optional color argument to renderGLGeometry() functions. If specified, it's used as vertex colors array when rendering.
- Rearrange some renderGLGeometry() parameters.
- Don't use opengl arrays and glDrawArrays() when rendering a small number of vertices since in this case overhead of enabling/disabling the array is too big. Use immediate mode instead in such case.

File Changes

Modified 5 files
  • /trunk/KDE/kdebase/workspace/kwin
  •   /scene_opengl.cpp
  •   /effects/boxswitch.cpp
  •   /effects/shadow.cpp
  •   /lib/kwinglutils.cpp
  •   /lib/kwinglutils.h
5 files changed in total