diff options
author | Brian Paul <[email protected]> | 2001-03-21 01:08:37 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-03-21 01:08:37 +0000 |
commit | 56671022f97cfbc199a47b3338125431e42030ee (patch) | |
tree | ba330bb832eb1704a14ef4a69a0f5aa75b25d2d9 /src/mesa/main/texstore.h | |
parent | b5f0de18b9b6fb291b6f086bdae3ee01b895d3dc (diff) |
depth images were broken by latest teximage changes, this fixes the problem
Diffstat (limited to 'src/mesa/main/texstore.h')
-rw-r--r-- | src/mesa/main/texstore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/texstore.h b/src/mesa/main/texstore.h index f51c0c0d63e..585d44efe9f 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, |