summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Pohjolainen <topi.pohjolainen@intel.com>2015-10-21 15:48:17 +0300
committerTopi Pohjolainen <topi.pohjolainen@intel.com>2015-10-26 14:31:35 +0200
commit0cc6e38acec049db873c89e966612258ebbff8b6 (patch)
tree9054a0e0f10bcab75237f7e1f131cf081a08dd3b
parent69afa9ec11ffe6f8a79594e15700cc6531ca858a (diff)
more dbg
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
-rw-r--r--tests/texturing/texsubimage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/texturing/texsubimage.c b/tests/texturing/texsubimage.c
index dca69e006..2f10e3d47 100644
--- a/tests/texturing/texsubimage.c
+++ b/tests/texturing/texsubimage.c
@@ -258,7 +258,7 @@ equal_images(GLenum target,
if (ref == original_ref &&
memcmp(ref, testImg, 4)) {
- printf("%u:%u:%u:%u %u:%u:%u:%u %d %d %d\n",
+ printf("%u:%u:%u:%u %u:%u:%u:%u x=%d y=%d z=%d\n",
ref[0], ref[1], ref[2], ref[3],
testImg[0], testImg[1], testImg[2], testImg[3],
x, y, z);
@@ -554,7 +554,7 @@ test_format(GLenum target, GLenum intFormat)
original_ref, updated_ref, testImg,
w, h, d,
tx, ty, tz, tw, th, td)) {
- printf("texsubimage failed\n");
+ printf("texsubimage failed on round %d\n", t);
printf(" target: %s\n", piglit_get_gl_enum_name(target));
printf(" internal format: %s\n", piglit_get_gl_enum_name(intFormat));
printf(" region: %d, %d %d x %d\n", tx, ty, tw, th);