2006-07-24 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Mon, 24 Jul 2006 21:15:19 +0000 (21:15 +0000)
committerMatthew Allum <mallum@openedhand.com>
Mon, 24 Jul 2006 21:15:19 +0000 (21:15 +0000)
commitecccec75cb4769f479e64e5bdb7526c9cbf97e35
tree97b82581cc30dcdda74c9b4bc94c88af26ad36f1
parent55f9adeb413d951e7856911363ef74c0366e5af6
2006-07-24  Matthew Allum  <mallum@openedhand.com>

        * clutter/Makefile.am:
        * clutter/clutter-feature.c:
        * clutter/clutter-feature.h:

        Add new funcs for checking for available runtime GL
        extensions.

        * clutter/clutter-clone-texture.c:
        * clutter/clutter-texture.c:

        Add support for non power of two textures
       if GL_TEXTURE_RECTANGLE_ARB extension available ( at runtime ).
       Should lower texture memory needs a little.
ChangeLog
clutter/Makefile.am
clutter/clutter-clone-texture.c
clutter/clutter-feature.c [new file with mode: 0644]
clutter/clutter-feature.h [new file with mode: 0644]
clutter/clutter-main.c
clutter/clutter-main.h
clutter/clutter-texture.c