summaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.20/execution/outerProduct-const.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/glsl-1.20/execution/outerProduct-const.sh')
-rwxr-xr-xtests/spec/glsl-1.20/execution/outerProduct-const.sh2
1 files changed, 2 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.