[Piglit] [PATCH 3/4] arb_internalformat_query2: fix typo checking for tessellation extensions

Alejandro PiƱeiro apinheiro at igalia.com
Fri Oct 27 09:24:15 UTC 2017


---
 tests/spec/arb_internalformat_query2/common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/spec/arb_internalformat_query2/common.c b/tests/spec/arb_internalformat_query2/common.c
index f4a30e0286..e94a2430f5 100644
--- a/tests/spec/arb_internalformat_query2/common.c
+++ b/tests/spec/arb_internalformat_query2/common.c
@@ -612,7 +612,7 @@ check_query2_pname_dependencies(const GLenum pname)
 
         case GL_TESS_CONTROL_TEXTURE:
         case GL_TESS_EVALUATION_TEXTURE:
-                if (!piglit_is_extension_supported("GL_ARB_tesselation_shader"))
+                if (!piglit_is_extension_supported("GL_ARB_tessellation_shader"))
                         return false;
                 break;
 
-- 
2.11.0



More information about the Piglit mailing list