2007-06-08 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Thu, 7 Jun 2007 23:51:53 +0000 (23:51 +0000)
committerMatthew Allum <mallum@openedhand.com>
Thu, 7 Jun 2007 23:51:53 +0000 (23:51 +0000)
commit2c40b4b53dd7f40aa504485d70fdcbefc55ca766
treea909ae14f2ec0be0c15545336a6b71e0c260c447
parent3649b4734b6c69d563c954d23d015552ac7ea9cc
2007-06-08  Matthew Allum  <mallum@openedhand.com>

        * clutter/clutter-actor.c:
        * clutter/clutter-debug.h:
        * clutter/clutter-main.c:
        * clutter/clutter-main.h:
        * clutter/clutter-private.h:
        * clutter/clutter-timeline.c:
        Add 'schedule' debug flag and new CLUTTER_TIMESTAMP macro.

        * clutter/clutter-texture.c:
        * clutter/clutter-texture.h:
        * clutter/cogl/cogl.h:
        * clutter/cogl/gl/cogl-defines.h:
        * clutter/cogl/gles/cogl-defines.h:
        * clutter/cogl/gl/cogl.c:
        * clutter/cogl/gles/cogl.c:
        Add initial experiemental YUV texture support.
        Move texture rect size checks into cogl.
        Better handle moving texture data from video -> system memory
        (if support available).
14 files changed:
ChangeLog
clutter/clutter-actor.c
clutter/clutter-debug.h
clutter/clutter-main.c
clutter/clutter-main.h
clutter/clutter-private.h
clutter/clutter-texture.c
clutter/clutter-texture.h
clutter/clutter-timeline.c
clutter/cogl/cogl.h
clutter/cogl/gl/cogl-defines.h
clutter/cogl/gl/cogl.c
clutter/cogl/gles/cogl-defines.h
clutter/cogl/gles/cogl.c