Lighthouse: Implement xcomposite extension for wayland
authorJørgen Lind <jorgen.lind@nokia.com>
Wed, 6 Apr 2011 08:16:51 +0000 (10:16 +0200)
committerJørgen Lind <jorgen.lind@nokia.com>
Wed, 6 Apr 2011 09:13:20 +0000 (11:13 +0200)
commit04bb7c0a1154ec120717caef217dc5c6fbf62ed3
treede09d058d49dd05cbd9381c510850081f170e098
parent2b190c83bccc5615d7a038ba36e738993f877878
Lighthouse: Implement xcomposite extension for wayland
13 files changed:
src/plugins/platforms/wayland/gl_integration/gl_integration.pri
src/plugins/platforms/wayland/gl_integration/xcomposite_glx/qwaylandxcompositeglxcontext.cpp [new file with mode: 0644]
src/plugins/platforms/wayland/gl_integration/xcomposite_glx/qwaylandxcompositeglxcontext.h [new file with mode: 0644]
src/plugins/platforms/wayland/gl_integration/xcomposite_glx/qwaylandxcompositeglxintegration.cpp [new file with mode: 0644]
src/plugins/platforms/wayland/gl_integration/xcomposite_glx/qwaylandxcompositeglxintegration.h [new file with mode: 0644]
src/plugins/platforms/wayland/gl_integration/xcomposite_glx/qwaylandxcompositeglxwindow.cpp [new file with mode: 0644]
src/plugins/platforms/wayland/gl_integration/xcomposite_glx/qwaylandxcompositeglxwindow.h [new file with mode: 0644]
src/plugins/platforms/wayland/gl_integration/xcomposite_glx/xcomposite_glx.pri [new file with mode: 0644]
src/plugins/platforms/wayland/gl_integration/xcomposite_share/qwaylandxcompositebuffer.cpp [new file with mode: 0644]
src/plugins/platforms/wayland/gl_integration/xcomposite_share/qwaylandxcompositebuffer.h [new file with mode: 0644]
src/plugins/platforms/wayland/gl_integration/xcomposite_share/wayland-xcomposite-client-protocol.h [new file with mode: 0644]
src/plugins/platforms/wayland/gl_integration/xcomposite_share/wayland-xcomposite-protocol.c [new file with mode: 0644]
src/plugins/platforms/wayland/gl_integration/xcomposite_share/xcomposite_share.pri [new file with mode: 0644]