Initial commit for the Qt-Compositor.
authorJørgen Lind <jorgen.lind@nokia.com>
Wed, 2 Mar 2011 12:26:40 +0000 (13:26 +0100)
committerJørgen Lind <jorgen.lind@nokia.com>
Wed, 2 Mar 2011 12:46:19 +0000 (13:46 +0100)
commit1691e9ed575bf21121da522acb388f99c4771fc8
tree830fedad558bb531c80ec47cd2e63ec1b9f3a840
Initial commit for the Qt-Compositor.

The project goal is to be a toolbox which all Qt based Wayland compositors use.

Initial work is done by:
Samuel Rødal <samuel.rodal@nokia.com>
Paul Olav Tvete <paul.tvete@nokia.com>
and myself
47 files changed:
src/3rdparty/ffi-arm/LICENSE [new file with mode: 0644]
src/3rdparty/ffi-arm/ffi.c [new file with mode: 0644]
src/3rdparty/ffi-arm/ffi.h [new file with mode: 0644]
src/3rdparty/ffi-arm/ffi.pro [new file with mode: 0644]
src/3rdparty/ffi-arm/ffi_common.h [new file with mode: 0644]
src/3rdparty/ffi-arm/fficonfig.h [new file with mode: 0644]
src/3rdparty/ffi-arm/ffitarget.h [new file with mode: 0644]
src/3rdparty/ffi-arm/prep_cif.c [new file with mode: 0644]
src/3rdparty/ffi-arm/sysv.S [new file with mode: 0644]
src/3rdparty/ffi-arm/types.c [new file with mode: 0644]
src/3rdparty/wayland/client/client.pro [new file with mode: 0644]
src/3rdparty/wayland/connection.c [new file with mode: 0644]
src/3rdparty/wayland/connection.h [new file with mode: 0644]
src/3rdparty/wayland/event-loop.c [new file with mode: 0644]
src/3rdparty/wayland/server/server.pro [new file with mode: 0644]
src/3rdparty/wayland/wayland-client-protocol.h [new file with mode: 0644]
src/3rdparty/wayland/wayland-client.c [new file with mode: 0644]
src/3rdparty/wayland/wayland-client.h [new file with mode: 0644]
src/3rdparty/wayland/wayland-egl.h [new file with mode: 0644]
src/3rdparty/wayland/wayland-hash.c [new file with mode: 0644]
src/3rdparty/wayland/wayland-protocol.c [new file with mode: 0644]
src/3rdparty/wayland/wayland-server-protocol.h [new file with mode: 0644]
src/3rdparty/wayland/wayland-server.c [new file with mode: 0644]
src/3rdparty/wayland/wayland-server.h [new file with mode: 0644]
src/3rdparty/wayland/wayland-util.c [new file with mode: 0644]
src/3rdparty/wayland/wayland-util.h [new file with mode: 0644]
src/3rdparty/wayland/wayland.pro [new file with mode: 0644]
src/qt-compositor/main.cpp [new file with mode: 0644]
src/qt-compositor/qt-compositor.pri [new file with mode: 0644]
src/qt-compositor/qt-compositor.pro [new file with mode: 0644]
src/qt-compositor/qtcompositor.cpp [new file with mode: 0644]
src/qt-compositor/qtcompositor.h [new file with mode: 0644]
src/qt-compositor/wlbuffer.cpp [new file with mode: 0644]
src/qt-compositor/wlbuffer.h [new file with mode: 0644]
src/qt-compositor/wlcompositor.cpp [new file with mode: 0644]
src/qt-compositor/wlcompositor.h [new file with mode: 0644]
src/qt-compositor/wldisplay.cpp [new file with mode: 0644]
src/qt-compositor/wldisplay.h [new file with mode: 0644]
src/qt-compositor/wldrmbuffer.cpp [new file with mode: 0644]
src/qt-compositor/wldrmbuffer.h [new file with mode: 0644]
src/qt-compositor/wlobject.h [new file with mode: 0644]
src/qt-compositor/wloutput.cpp [new file with mode: 0644]
src/qt-compositor/wloutput.h [new file with mode: 0644]
src/qt-compositor/wlshmbuffer.cpp [new file with mode: 0644]
src/qt-compositor/wlshmbuffer.h [new file with mode: 0644]
src/qt-compositor/wlsurface.cpp [new file with mode: 0644]
src/qt-compositor/wlsurface.h [new file with mode: 0644]