2007-03-27 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Mon, 26 Mar 2007 23:18:39 +0000 (23:18 +0000)
committerMatthew Allum <mallum@openedhand.com>
Mon, 26 Mar 2007 23:18:39 +0000 (23:18 +0000)
commit464f24fdc0adbee023f2d55280d109f13745ee0d
treed386acb30a4e99799691a0d38fbb6bf81c3010d1
parentf595460932665bba4972a30ed59319ce122b4ab9
2007-03-27  Matthew Allum  <mallum@openedhand.com>

        * clutter/clutter-feature.c:
        Rejig ifdef's a little. Make drm vblanking Linux only.

        * clutter/clutter-stage.c:
        * clutter/clutter-stage.h:
        Add a perspective boxed type.

        * clutter/glx/clutter-stage-glx.c:
        Add some FIXMEs

        * clutter/Makefile.am:
        * clutter/cogl/Makefile.am:
        * clutter/cogl/cogl.h:
        * clutter/cogl/gl/Makefile.am:
        * clutter/cogl/gl/cogl.c:
        * configure.ac:
        Very initial work on 'cogl' GL/GLES abstraction/utility code.
ChangeLog
clutter/Makefile.am
clutter/clutter-feature.c
clutter/clutter-stage.c
clutter/clutter-stage.h
clutter/cogl/Makefile.am [new file with mode: 0644]
clutter/cogl/cogl.h [new file with mode: 0644]
clutter/cogl/gl/Makefile.am [new file with mode: 0644]
clutter/cogl/gl/cogl.c [new file with mode: 0644]
clutter/glx/clutter-stage-glx.c
configure.ac