diff options
author | Brian Paul <[email protected]> | 2011-09-17 15:25:33 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-09-20 20:17:41 -0600 |
commit | ece8d6f25cac9c7ca0237cde3ebdb90e86c6118a (patch) | |
tree | bc38cd1dceb4630f88d77320a1775b07a6cd677f /src/mesa/main/mipmap.h | |
parent | 529b9360f326dd25bd12cf8e036b9ac1c63a8032 (diff) |
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.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/mipmap.h b/src/mesa/main/mipmap.h index 4c7ee635aee..4783950218a 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 */ |