From 56671022f97cfbc199a47b3338125431e42030ee Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 21 Mar 2001 01:08:37 +0000 Subject: depth images were broken by latest teximage changes, this fixes the problem --- src/mesa/main/texstore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/texstore.h') diff --git a/src/mesa/main/texstore.h b/src/mesa/main/texstore.h index f51c0c0d63..585d44efe9 100644 --- a/src/mesa/main/texstore.h +++ b/src/mesa/main/texstore.h @@ -1,4 +1,4 @@ -/* $Id: texstore.h,v 1.3 2001/03/19 02:25:35 keithw Exp $ */ +/* $Id: texstore.h,v 1.4 2001/03/21 01:08:37 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -39,7 +39,7 @@ extern void _mesa_transfer_teximage(GLcontext *ctx, GLuint dimensions, - GLenum texFormat, GLchan *texAddr, + GLenum texFormat, GLvoid *texDestAddr, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLint dstXoffset, GLint dstYoffset, GLint dstZoffset, GLint dstRowStride, GLint dstImageStride, -- cgit v1.2.3