diff options
author | Matt Turner <mattst88@gmail.com> | 2013-11-04 21:49:27 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2013-11-05 13:18:02 -0800 |
commit | 9367c179e36ea1dd15ae0dd6b8e3315f77cf424b (patch) | |
tree | 477d3e01a4271f8e160e4ebfc3d72615cb4203a5 /tests/spec/glsl-1.20/execution | |
parent | b8441b8b1f46a0f9fcb37c97f54d2f9615de9320 (diff) |
glsl-1.20: Print generated outerProduct test names.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'tests/spec/glsl-1.20/execution')
-rwxr-xr-x | tests/spec/glsl-1.20/execution/outerProduct-const.sh | 2 | ||||
-rwxr-xr-x | tests/spec/glsl-1.20/execution/outerProduct.sh | 2 |
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 2837db11a..5560ada82 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. @@ -146,6 +147,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 ec3f08829..d5bb802bc 100755 --- a/tests/spec/glsl-1.20/execution/outerProduct.sh +++ b/tests/spec/glsl-1.20/execution/outerProduct.sh @@ -76,6 +76,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. @@ -139,6 +140,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. |