LayerManagerPlugins: The very first version of Wayland Plugin by GopyGLES
authorNobuhiko Tanibata <ntanibata@jp.adit-jv.com>
Mon, 12 Mar 2012 07:31:57 +0000 (16:31 +0900)
committerMichael Schuldt <michael.schuldt@bmw.de>
Tue, 13 Mar 2012 08:30:21 +0000 (09:30 +0100)
commit118ead9d38e0fb3d7c8c63b626e01dc72f975ca9
treebdbf3d1953db5a4b69ef4deb6d04e2fd43470a23
parent5602d78e25326460c105f6259b6431a03d9c7885
LayerManagerPlugins: The very first version of Wayland Plugin by GopyGLES

WindowSystems:
- Add Implementation of wayland compositor with fbdev backend "/dev/fb0"

TextureBinders:
- Add CopyGLES for Wayland

WaylandGLESRenderer:
- Add new SubModule, GLES renderer for wayland
14 files changed:
CMakeLists.txt
LayerManagerPlugins/Renderers/Graphic/CMakeLists.txt
LayerManagerPlugins/Renderers/Graphic/include/PlatformSurfaces/EglWaylandPlatformSurface.h [new file with mode: 0644]
LayerManagerPlugins/Renderers/Graphic/include/PlatformSurfaces/WaylandPlatformSurface.h [new file with mode: 0644]
LayerManagerPlugins/Renderers/Graphic/include/TextureBinders/WaylandCopyGLES.h [new file with mode: 0644]
LayerManagerPlugins/Renderers/Graphic/include/WindowSystems/WaylandServerinfoServerProtocol.h [new file with mode: 0644]
LayerManagerPlugins/Renderers/Graphic/include/WindowSystems/WaylandWindowSystem.h [new file with mode: 0644]
LayerManagerPlugins/Renderers/Graphic/src/TextureBinders/WaylandCopyGLES.cpp [new file with mode: 0644]
LayerManagerPlugins/Renderers/Graphic/src/WindowSystems/WaylandServerinfoProtocol.cpp [new file with mode: 0644]
LayerManagerPlugins/Renderers/Graphic/src/WindowSystems/WaylandWindowSystem.cpp [new file with mode: 0644]
LayerManagerPlugins/Renderers/Platform/WaylandGLESRenderer/CMakeLists.txt [new file with mode: 0644]
LayerManagerPlugins/Renderers/Platform/WaylandGLESRenderer/include/WaylandGLESRenderer.h [new file with mode: 0644]
LayerManagerPlugins/Renderers/Platform/WaylandGLESRenderer/src/WaylandGLESRenderer.cpp [new file with mode: 0644]
cmake/modules/FindWayland.cmake [new file with mode: 0644]