Vulkan video only for windows and linux
authorMarcin Zając <marcin.zajac@mobica.com>
Fri, 23 Dec 2022 15:13:48 +0000 (16:13 +0100)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Mon, 30 Jan 2023 17:30:10 +0000 (17:30 +0000)
commitbebd946527303fe36fd5170d7398e51c1ae990a2
tree099af337f81789c67bae9855d444a4d52c8a3f46
parentd562aad8811e83083ae11be25a8ff4ac9fa0a663
Vulkan video only for windows and linux

Currently vulkan video is only part of the linux
and windows platforms. The video module is therefore
completely excluded from the compilation target
on every other platform, and ffmpeg external library
will not be downloaded by fetch_sources.py script.

Affect tests:
* dEQP-VK.video.*

Components: Framework, Vulkan

VK-GL-CTS issue: 4185

Change-Id: I24c9c3c9f2a9853a3db47028bececa9f96d592ad
CMakeLists.txt
external/fetch_sources.py
external/vulkancts/framework/vulkan/vkPlatform.hpp
external/vulkancts/modules/vulkan/CMakeLists.txt
external/vulkancts/modules/vulkan/api/vktApiVersionCheck.cpp
external/vulkancts/modules/vulkan/video/CMakeLists.txt
external/vulkancts/modules/vulkan/video/vktVideoDecodeTests.cpp
external/vulkancts/modules/vulkan/video/vktVideoSessionNvUtils.cpp
external/vulkancts/modules/vulkan/vktTestPackage.cpp
external/vulkancts/vkscpc/vkscpc.cpp
external/vulkancts/vkscserver/vksServices.cpp