[Piglit] [PATCH 7/7] glsl-1.20: Print generated outerProduct test names.

Matt Turner mattst88 at gmail.com
Mon Nov 4 22:27:14 PST 2013


---
 tests/spec/glsl-1.20/execution/outerProduct-const.sh | 2 ++
 tests/spec/glsl-1.20/execution/outerProduct.sh       | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/tests/spec/glsl-1.20/execution/outerProduct-const.sh b/tests/spec/glsl-1.20/execution/outerProduct-const.sh
index 508aa4a..96eee3e 100755
--- a/tests/spec/glsl-1.20/execution/outerProduct-const.sh
+++ b/tests/spec/glsl-1.20/execution/outerProduct-const.sh
@@ -86,6 +86,7 @@ function emit_vs_test
     else
 	name="vs-outerProduct-const-${mat}.shader_test"
     fi
+    echo $name
 
     if [ $c -ne $r ]; then
 	GL_require="# glUniformMatrix${r}x${c}fv only exists in OpenGL 2.1 or later.
@@ -142,6 +143,7 @@ function emit_fs_test
     else
 	name="fs-outerProduct-const-${mat}.shader_test"
     fi
+    echo $name
 
     if [ $c -ne $r ]; then
 	GL_require="# glUniformMatrix${r}x${c}fv only exists in OpenGL 2.1 or later.
diff --git a/tests/spec/glsl-1.20/execution/outerProduct.sh b/tests/spec/glsl-1.20/execution/outerProduct.sh
index 64d1a1c..51f8069 100755
--- a/tests/spec/glsl-1.20/execution/outerProduct.sh
+++ b/tests/spec/glsl-1.20/execution/outerProduct.sh
@@ -75,6 +75,7 @@ function emit_vs_test
     else
 	name="vs-outerProduct-${mat}.shader_test"
     fi
+    echo $name
 
     if [ $c -ne $r ]; then
 	GL_require="# glUniformMatrix${r}x${c}fv only exists in OpenGL 2.1 or later.
@@ -135,6 +136,7 @@ function emit_fs_test
     else
 	name="fs-outerProduct-${mat}.shader_test"
     fi
+    echo $name
 
     if [ $c -ne $r ]; then
 	GL_require="# glUniformMatrix${r}x${c}fv only exists in OpenGL 2.1 or later.
-- 
1.8.1.5



More information about the Piglit mailing list