Port deqp-vk to Fuchsia
authorJohn Bauman <jbauman@google.com>
Wed, 13 Oct 2021 21:43:53 +0000 (21:43 +0000)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Fri, 29 Jul 2022 15:08:06 +0000 (15:08 +0000)
commitca66e4fab4123ab6ef7a8416c6bd94b8e2df2651
tree5501e47af7eeb3d195bfaa9e4f06953c016c2e8b
parent45026f32c3e65b7ef86010c6d1418c0334666898
Port deqp-vk to Fuchsia

"Fuchsia is a modern open source operating system that's simple, secure,
updatable, and performant." See fuchsia.dev for details.

This change only modifies the code so it can be build in a
Fuchsia-specific environment. Build rules depend on the exact version of
the Fuchsia SDK in use, and will be added later.

VK-GL-CTS Issue: 3849

Components: Framework
Change-Id: Ia869ec251ba8392c2a6712859e33c38bea88a099
20 files changed:
CMakeLists.txt
external/zlib/CMakeLists.txt
framework/delibs/cmake/Defs.cmake
framework/delibs/debase/deDefs.c
framework/delibs/debase/deDefs.h
framework/delibs/decpp/deDirectoryIterator.hpp
framework/delibs/decpp/deFilePath.cpp
framework/delibs/dethread/CMakeLists.txt
framework/delibs/dethread/unix/deMutexUnix.c
framework/delibs/dethread/unix/deSemaphoreUnix.c
framework/delibs/dethread/unix/deThreadLocalUnix.c
framework/delibs/dethread/unix/deThreadUnix.c
framework/delibs/deutil/CMakeLists.txt
framework/delibs/deutil/deClock.c
framework/delibs/deutil/deDynamicLibrary.c
framework/delibs/deutil/deFile.c
framework/delibs/deutil/deSocket.c
framework/platform/CMakeLists.txt
framework/platform/fuchsia/tcuFuchsiaPlatform.cpp [new file with mode: 0644]
targets/fuchsia/fuchsia.cmake [new file with mode: 0644]