Revert "opengl-es-cts: Update patches for styhead"

opengl-es-cts: Downgrade 3.2.11.0 -> 3.2.9.3 [YOCIMX-8476]

This reverts commit eb85ae802b.
This commit is contained in:
Tom Hochstein 2024-10-30 16:22:20 -05:00
parent 83a7a7e466
commit b7cb1b1bdf
2 changed files with 24 additions and 18 deletions

View File

@ -21,13 +21,13 @@ Signed-off-by: Xianzhong <xianzhong.li@nxp.com>
modules/egl/teglRenderCase.cpp | 6 ++++++
1 file changed, 6 insertions(+)
Index: git/modules/egl/teglRenderCase.cpp
===================================================================
--- git.orig/modules/egl/teglRenderCase.cpp
+++ git/modules/egl/teglRenderCase.cpp
@@ -106,6 +106,12 @@ static void checkBuildClientAPISupport(E
diff --git a/modules/egl/teglRenderCase.cpp b/modules/egl/teglRenderCase.cpp
index 7a8914019..33793ba50 100644
--- a/modules/egl/teglRenderCase.cpp
+++ b/modules/egl/teglRenderCase.cpp
@@ -105,6 +105,12 @@ static void checkBuildClientAPISupport (EGLint requiredAPIs)
{
const EGLint builtClientAPIs = getBuildClientAPIMask();
const EGLint builtClientAPIs = getBuildClientAPIMask();
+#if !defined(DEQP_SUPPORT_VG)
+ if (requiredAPIs & EGL_OPENVG_BIT)
@ -38,3 +38,6 @@ Index: git/modules/egl/teglRenderCase.cpp
#if !defined(DEQP_SUPPORT_GLES1)
if (requiredAPIs & EGL_OPENGL_ES_BIT)
TCU_THROW(NotSupportedError, "Test case requires ES1.1 API not supported in current build");
--
2.17.1

View File

@ -17,16 +17,19 @@ Signed-off-by: Ke Feng <ke.feng@verisilicon.com>
modules/glshared/glsFragOpInteractionCase.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: git/modules/glshared/glsFragOpInteractionCase.cpp
===================================================================
--- git.orig/modules/glshared/glsFragOpInteractionCase.cpp
+++ git/modules/glshared/glsFragOpInteractionCase.cpp
@@ -670,7 +670,7 @@ FragOpInteractionCase::IterateResult Fra
diff --git a/modules/glshared/glsFragOpInteractionCase.cpp b/modules/glshared/glsFragOpInteractionCase.cpp
index 557539fd1..5adb60a6e 100644
--- a/modules/glshared/glsFragOpInteractionCase.cpp
+++ b/modules/glshared/glsFragOpInteractionCase.cpp
@@ -608,7 +608,7 @@ FragOpInteractionCase::IterateResult FragOpInteractionCase::iterate (void)
}
{
const tcu::RGBA threshold =
- m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(3, 3, 3, 3);
+ m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(4, 4, 4, 4);
const bool compareOk =
tcu::bilinearCompare(m_testCtx.getLog(), "CompareResult", "Image comparison result", reference.getAccess(),
rendered.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
{
- const tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold()+tcu::RGBA(3,3,3,3);
+ const tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold()+tcu::RGBA(4,4,4,4);
const bool compareOk = tcu::bilinearCompare(m_testCtx.getLog(), "CompareResult", "Image comparison result", reference.getAccess(), rendered.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
if (!compareOk)
--
2.25.1