[Piglit] [PATCH] shader_runner: add LOCATION_COMPONENT to verify program_interface_query
Timothy Arceri
timothy.arceri at collabora.com
Thu Nov 26 19:18:58 PST 2015
---
tests/shaders/shader_runner.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/shaders/shader_runner.c b/tests/shaders/shader_runner.c
index 5d26409..dc833c8 100644
--- a/tests/shaders/shader_runner.c
+++ b/tests/shaders/shader_runner.c
@@ -2088,6 +2088,7 @@ active_program_interface(const char *line)
ENUM_STRING(GL_TOP_LEVEL_ARRAY_STRIDE),
ENUM_STRING(GL_LOCATION),
ENUM_STRING(GL_LOCATION_INDEX),
+ ENUM_STRING(GL_LOCATION_COMPONENT),
ENUM_STRING(GL_IS_PER_PATCH),
ENUM_STRING(GL_NUM_COMPATIBLE_SUBROUTINES),
ENUM_STRING(GL_COMPATIBLE_SUBROUTINES),
--
2.4.3
More information about the Piglit
mailing list