2008-02-01 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Fri, 1 Feb 2008 15:29:00 +0000 (15:29 +0000)
committerMatthew Allum <mallum@openedhand.com>
Fri, 1 Feb 2008 15:29:00 +0000 (15:29 +0000)
commit8366a906e2d46bd76eae2897d24d495259622841
treeea39d1edefe992ce44a5af0c2d93707cbfd67abc
parent6bb998f25ffa012ed86cf68b0e5824e393873024
2008-02-01  Matthew Allum  <mallum@openedhand.com>

        * clutter/clutter-feature.h:
        * clutter/clutter-texture.c:
        * clutter/clutter-texture.h:
        * clutter/cogl/cogl.h:
        * clutter/cogl/gl/cogl.c:
        * clutter/cogl/gles/cogl.c:
        * tests/Makefile.am:
        * tests/test.fbo.c:
        Add initial support for FBO's in Clutter (OpenGL only so far).
        See new clutter_texture_new_from_actor()
        Initial implementation, needs work.

        * clutter/x11/clutter-stage-x11.c:
        (clutter_stage_x11_set_cursor_visible):
        Fall back to again not relying on xfixes to hide cursor. *sigh*

        * clutter/clutter-deprecated.h:
        Add clutter_group_find_child_by_id
ChangeLog
clutter/clutter-deprecated.h
clutter/clutter-feature.h
clutter/clutter-texture.c
clutter/clutter-texture.h
clutter/cogl/cogl.h
clutter/cogl/gl/cogl.c
clutter/cogl/gles/cogl.c
clutter/x11/clutter-stage-x11.c
tests/Makefile.am
tests/test-fbo.c [new file with mode: 0644]