summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mipmap.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-09-17 15:25:33 -0600
committerBrian Paul <brianp@vmware.com>2011-09-20 20:17:41 -0600
commitece8d6f25cac9c7ca0237cde3ebdb90e86c6118a (patch)
treebc38cd1dceb4630f88d77320a1775b07a6cd677f /src/mesa/main/mipmap.h
parent529b9360f326dd25bd12cf8e036b9ac1c63a8032 (diff)
downloadexternal_mesa3d-ece8d6f25cac9c7ca0237cde3ebdb90e86c6118a.zip
external_mesa3d-ece8d6f25cac9c7ca0237cde3ebdb90e86c6118a.tar.gz
external_mesa3d-ece8d6f25cac9c7ca0237cde3ebdb90e86c6118a.tar.bz2
mesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.c
Was used by no other code.
Diffstat (limited to 'src/mesa/main/mipmap.h')
-rw-r--r--src/mesa/main/mipmap.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/mipmap.h b/src/mesa/main/mipmap.h
index 4c7ee63..4783950 100644
--- a/src/mesa/main/mipmap.h
+++ b/src/mesa/main/mipmap.h
@@ -54,11 +54,5 @@ _mesa_rescale_teximage2d(GLuint bytesPerPixel,
GLint dstWidth, GLint dstHeight,
const GLvoid *srcImage, GLvoid *dstImage);
-extern void
-_mesa_upscale_teximage2d(GLsizei inWidth, GLsizei inHeight,
- GLsizei outWidth, GLsizei outHeight,
- GLint comps, const GLchan *src, GLint srcRowStride,
- GLchan *dest);
-
#endif /* MIPMAP_H */