summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-05-12 15:02:49 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-05-12 15:02:49 +0000
commit71e373f18648584ade680bca7840a57e0d3cb725 (patch)
treedee9561eb95f812a02dde130897c9039628842d7 /src/mesa/main/texstore.h
parent5726a238d4d0d6dbe19ddb58cd07f7eeefb58fa2 (diff)
remove last remnants of NEWTEXSTORE stuff
Diffstat (limited to 'src/mesa/main/texstore.h')
-rw-r--r--src/mesa/main/texstore.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/mesa/main/texstore.h b/src/mesa/main/texstore.h
index 05270ca16c..ae79afbc51 100644
--- a/src/mesa/main/texstore.h
+++ b/src/mesa/main/texstore.h
@@ -37,8 +37,6 @@
#include "mtypes.h"
-/*** NEWTEXSTORE ***/
-
/* Macro just to save some typing */
#define STORE_PARAMS \
GLcontext *ctx, GLuint dims, \
@@ -95,23 +93,6 @@ _mesa_make_temp_chan_image(GLcontext *ctx, GLuint dims,
const struct gl_pixelstore_attrib *srcPacking);
-#if !NEWTEXSTORE
-
-extern void
-_mesa_transfer_teximage(GLcontext *ctx, GLuint dimensions,
- GLenum baseInternalFormat,
- const struct gl_texture_format *texDestFormat,
- GLvoid *texDestAddr,
- GLint srcWidth, GLint srcHeight, GLint srcDepth,
- GLint dstXoffset, GLint dstYoffset, GLint dstZoffset,
- GLint dstRowStride, GLint dstImageStride,
- GLenum srcFormat, GLenum srcType,
- const GLvoid *srcAddr,
- const struct gl_pixelstore_attrib *srcPacking);
-
-#endif /* NEWTEXSTORE */
-
-
extern void
_mesa_store_teximage1d(GLcontext *ctx, GLenum target, GLint level,
GLint internalFormat,