From 21b66723af6bf936a5061b00d0a5aa401f155959 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Samuel=20Iglesias=20Gons=C3=A1lvez?= Date: Mon, 2 Dec 2019 12:06:56 +0100 Subject: [PATCH] Remove memory alias todo in YCbCr tests There are already tests implemented to test memory alias. Components: Vulkan VK-GL-CTS issue: 1064 Change-Id: I4ceee106fabb9945b9a77a8eedd46b6c07f9afb9 --- external/vulkancts/modules/vulkan/ycbcr/vktYCbCrViewTests.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrViewTests.cpp b/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrViewTests.cpp index 4a4c605..bd156e1 100644 --- a/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrViewTests.cpp +++ b/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrViewTests.cpp @@ -669,7 +669,6 @@ void populateViewGroup (tcu::TestCaseGroup* group) tcu::TestCaseGroup* createViewTests (tcu::TestContext& testCtx) { - // \todo [2017-05-24 pyry] Extend with memory alias views return createTestGroup(testCtx, "plane_view", "YCbCr Plane View Tests", populateViewGroup); } -- 2.7.4