Added xcb and xlib platform support for Vulkan
authorArkadiusz Sarwa <arkadiusz.sarwa@mobica.com>
Wed, 24 Aug 2016 12:43:23 +0000 (14:43 +0200)
committerPyry Haulos <phaulos@google.com>
Thu, 22 Sep 2016 19:54:55 +0000 (15:54 -0400)
commit3d6f22c833396c0c0b5806868f3e11f8ea05de3a
tree25d38576a09470ff2db1ff24b9c03f02aba6e4f7
parent9043d73c2e340660799d0b8303518a76da857f13
Added xcb and xlib platform support for Vulkan

Fixes #390

Change-Id: I650838665f630c794f4667f518713a7ae87c8955
framework/platform/CMakeLists.txt
framework/platform/X11/tcuX11.cpp
framework/platform/X11/tcuX11.hpp
framework/platform/X11/tcuX11EglPlatform.cpp
framework/platform/X11/tcuX11Platform.cpp
framework/platform/X11/tcuX11VulkanPlatform.cpp [new file with mode: 0644]
framework/platform/X11/tcuX11VulkanPlatform.hpp [new file with mode: 0644]
framework/platform/X11/tcuX11Xcb.cpp [new file with mode: 0644]
framework/platform/X11/tcuX11Xcb.hpp [new file with mode: 0644]
targets/default/FindXCB.cmake [new file with mode: 0644]
targets/default/default.cmake