summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);