2007-03-27 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Tue, 27 Mar 2007 21:09:11 +0000 (21:09 +0000)
committerMatthew Allum <mallum@openedhand.com>
Tue, 27 Mar 2007 21:09:11 +0000 (21:09 +0000)
commit120a489067dbf966d4abdb2c79375801e4446fa6
tree1e99903e236bb1010d717d6831553dfc84a4a2c8
parent9c8af2977d64668197f465c7c30d7e473811d887
2007-03-27  Matthew Allum  <mallum@openedhand.com>

        * clutter/cogl/Makefile.am:
        * clutter/cogl/cogl.h:
        * clutter/cogl/gles/Makefile.am:
        * clutter/cogl/gles/cogl.c:
        Begin poplulating cogl GLES code.

        * configure.ac:
        * clutter/egl/clutter-event-egl.c:
        * clutter/egl/clutter-stage-egl.c:
        * clutter/egl/clutter-stage-egl.h:
        * clutter/egl/clutter-backend-egl.c:
        * clutter/egl/clutter-backend-egl.h:
        * clutter/egl/clutter-egl.h:
        Add initial EGL/X backend work mostly ported from backend branch.
        Builds but untested as yet.

        * clutter/glx/clutter-stage-glx.c:
        Only include XFixes Header if we have have it.

        * clutter/clutter-behaviour.c: (clutter_behaviour_apply):
        * clutter/clutter-behaviour.h:
        Add clutter_behaviour_is_applied()
15 files changed:
ChangeLog
clutter/clutter-behaviour.c
clutter/clutter-behaviour.h
clutter/cogl/Makefile.am
clutter/cogl/cogl.h
clutter/cogl/gles/Makefile.am [new file with mode: 0644]
clutter/cogl/gles/cogl.c [new file with mode: 0644]
clutter/egl/clutter-backend-egl.c
clutter/egl/clutter-backend-egl.h
clutter/egl/clutter-egl.h [new file with mode: 0644]
clutter/egl/clutter-event-egl.c
clutter/egl/clutter-stage-egl.c
clutter/egl/clutter-stage-egl.h
clutter/glx/clutter-stage-glx.c
configure.ac