summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-11-04 21:49:27 -0800
committerMatt Turner <mattst88@gmail.com>2013-11-04 22:13:59 -0800
commit8b130fb6a604fefa982bf8470911315a1eb34a8c (patch)
treedb0ede373319a44060aad695e8e899d6fe22ffd1
parent72a70e7c750f2b842037624b2e80fda1fd5479a6 (diff)
glsl-1.20: Print generated outerProduct test names.ortho
-rwxr-xr-xtests/spec/glsl-1.20/execution/outerProduct-const.sh2
-rwxr-xr-xtests/spec/glsl-1.20/execution/outerProduct.sh2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/spec/glsl-1.20/execution/outerProduct-const.sh b/tests/spec/glsl-1.20/execution/outerProduct-const.sh
index 508aa4afd..96eee3e7c 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 64d1a1c0a..51f8069f6 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.