Module: Mesa Branch: master Commit: ca7510bbf9bdff35f813f970e3120a9c7f728cca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca7510bbf9bdff35f813f970e3120a9c7f728cca
Author: Brian Paul <bri...@vmware.com> Date: Thu Jun 23 17:08:58 2011 -0600 mesa: fix incorrect error string --- src/mesa/main/teximage.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index 40398a8..6f53686 100644 --- a/src/mesa/main/teximage.c +++ b/src/mesa/main/teximage.c @@ -3274,7 +3274,7 @@ compressedteximage(struct gl_context *ctx, GLuint dims, border, imageSize, &reason); if (error) { - _mesa_error(ctx, error, "glTexImage2D(%s)", reason); + _mesa_error(ctx, error, "glCompressedTexImage%uD(%s)", dims, reason); return; } _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit