[Piglit] [PATCH] arb_internalformat_query2: correct tessellation typo

Andres Gomez agomez at igalia.com
Mon Dec 18 16:46:36 UTC 2017


Cc: Alejandro PiƱeiro <apinheiro at igalia.com>
Signed-off-by: Andres Gomez <agomez at igalia.com>
---
 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 a5686c0a5..9fa5fa9d1 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.14.2



More information about the Piglit mailing list