2008-06-06 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Fri, 6 Jun 2008 13:44:22 +0000 (13:44 +0000)
committerMatthew Allum <mallum@openedhand.com>
Fri, 6 Jun 2008 13:44:22 +0000 (13:44 +0000)
commit9d8bfaf997617ee9fd21863683257936256e92da
tree06e561728b68131a714bdfad00269b3dd3927b49
parent986ea1cb8f2b89f0c3c07266458246327fdf8965
2008-06-06  Matthew Allum  <mallum@openedhand.com>

        Bug #948 - Remove texture rectangle support

        * clutter/clutter-feature.c:
        * clutter/clutter-feature.h:
        * clutter/clutter-texture.c:
        * clutter/cogl/gl/cogl.c:
* clutter/glx/clutter-glx-texture-pixmap.c:
        Remove support for GL_TEXTURE_RECTANGLE_ARB (now using just regular
        2D textures, with optional npots extension). Simplifys code, + makes
        mipmap & shader support much more sane.
ChangeLog
clutter/clutter-feature.c
clutter/clutter-feature.h
clutter/clutter-texture.c
clutter/cogl/gl/cogl-texture.c
clutter/cogl/gl/cogl.c
clutter/glx/clutter-glx-texture-pixmap.c