From 2b86ac2694a1041cb21a01a66e42242d32d29073 Mon Sep 17 00:00:00 2001 From: Piers Daniell Date: Mon, 27 Nov 2017 12:26:19 -0700 Subject: [PATCH] Add OpenGL 4.6 configuration The CTS-Configs.gl46 entry was missing from the configs.qpa file and results in validation failure. Affects: cts-runner --type=gl46 Components: OpenGL VK-GL-CTS issue: 866 Change-Id: I16745a7ce36040f8ef60cfbb1e4ffac250b289ee --- external/openglcts/modules/common/glcConfigPackage.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/external/openglcts/modules/common/glcConfigPackage.cpp b/external/openglcts/modules/common/glcConfigPackage.cpp index 2db2519..f442035 100644 --- a/external/openglcts/modules/common/glcConfigPackage.cpp +++ b/external/openglcts/modules/common/glcConfigPackage.cpp @@ -99,6 +99,7 @@ void ConfigPackage::init(void) addChild(new ConfigListCase(m_testCtx, "gl43", "OpenGL 4.3 Configurations", glu::ApiType::core(4, 3))); addChild(new ConfigListCase(m_testCtx, "gl44", "OpenGL 4.4 Configurations", glu::ApiType::core(4, 4))); addChild(new ConfigListCase(m_testCtx, "gl45", "OpenGL 4.5 Configurations", glu::ApiType::core(4, 5))); + addChild(new ConfigListCase(m_testCtx, "gl46", "OpenGL 4.6 Configurations", glu::ApiType::core(4, 6))); } } // glcts -- 2.7.4