History log of /external/deqp/framework/platform/lnx/tcuLnxPlatform.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
19b3f790b9c3cf7f62090b4f14c53640048d1dde 03-Jun-2017 Andres Gomez <agomez@igalia.com> Build fix for x11_egl target builds

The combination of recent refactor on release branch and merge to
master resulted in a compilation error for the XInitThreads symbol
when using the x11_egl built target.

Components: Framework

VK-GL-CTS Issue: 467

Change-Id: Iba0803e8b73462bd66ab7803a6c90bfd40d9164c
/external/deqp/framework/platform/lnx/tcuLnxPlatform.cpp
8fa6899a770138ceb323003e34f01d8c2b0956a9 29-May-2017 Slawomir Cygan <slawomir.cygan@intel.com> Build fix for X11-less Linux builds

The combination of recent refactor on release branch and
merge to master resulted in XinitThreads being called from
code that may be compiled even if X11 API is not available.

Components: Framework

VK-GL-CTS Issue: 450

Change-Id: Ia7d1d23eabd1b222d5039868c1fb762e1d42f01f
/external/deqp/framework/platform/lnx/tcuLnxPlatform.cpp
02b12f8dad7c2f7f3884e2ed0de02b8a15a68de5 22-May-2017 Pyry Haulos <phaulos@google.com> Merge vk-gl-cts/vulkan-cts-1.0.2 into vk-gl-cts/master

Change-Id: Ie841d0a435d1d587450b7c2d57307b37b3295bbb
b9dd117ad3e52b929c4ee7c3e5d20442ab42b274 11-Jan-2017 Slawomir Cygan <slawomir.cygan@intel.com> Refactor X11 and wayland platforms to run alongside each other

This adds a capability for running Vulkan WSI ane EGL tests on both
X11 and wayland compositors from one binary built in 'default' target.

The change replaces X11 & wayland tcu::Platform-s with one common
'linux' platform, that is parametrized by DEQP_SUPPORT_
(X11|GLX|XCB|WAYLAND) at compile time.

This new platform supports creating WSI displays and EGL contexts
for each of compositors enabled at build-time. To choose EGL compositor
use --deqp-egl-display-type=x11 or Wayland.

No functional change is made to 'wayland' target: it is still possible
to build Wayland-only binary using that target.

VK-GL-CTS issue: 83
Components: Framework
Affects: dEQP-VK.wsi.* and all tests using EGL.

Change-Id: I1d8725d1329e1071ac545f765c374d2d7d5a29df
/external/deqp/framework/platform/lnx/tcuLnxPlatform.cpp