-/* $Id: texstore.c,v 1.39 2002/09/16 17:57:14 brianp Exp $ */
+/* $Id: texstore.c,v 1.40 2002/09/17 14:14:18 brianp Exp $ */
/*
* Mesa 3-D graphics library
GLint srcWidth, srcHeight, srcDepth;
GLint dstWidth, dstHeight, dstDepth;
GLint border, bytesPerTexel;
- GLint t;
srcImage = texObj->Image[level];
ASSERT(srcImage);
MESA_PBUFFER_FREE(dstImage->Data);
/* initialize new image */
- _mesa_init_teximage_fields(ctx, t, dstImage, dstWidth, dstHeight,
+ _mesa_init_teximage_fields(ctx, target, dstImage, dstWidth, dstHeight,
dstDepth, border, srcImage->Format);
dstImage->DriverData = NULL;
dstImage->TexFormat = srcImage->TexFormat;