Remove memory alias todo in YCbCr tests
authorSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Mon, 2 Dec 2019 11:06:56 +0000 (12:06 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 5 Dec 2019 10:10:20 +0000 (05:10 -0500)
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

index 4a4c605..bd156e1 100644 (file)
@@ -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);
 }