Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2015-12-15 03:38:59 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2015-12-15 03:47:48 +0300
commit31d1895abfbcc3857109bd81343894e94d4cabc9 (patch)
tree201364f3158996e35c427d54335596ee9970dfb0 /source/blender/imbuf/IMB_imbuf.h
parent7fa72b8970b921190ae4fbd56748c0c808f870d1 (diff)
Fix T46951: invalid OpenGL mipmaps when using high bit depth textures.
Diffstat (limited to 'source/blender/imbuf/IMB_imbuf.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h
index 77e860191b2..043f1602a76 100644
--- a/source/blender/imbuf/IMB_imbuf.h
+++ b/source/blender/imbuf/IMB_imbuf.h
@@ -332,7 +332,6 @@ void IMB_free_anim(struct anim *anim);
#define FILTER_MASK_USED 2
void IMB_filter(struct ImBuf *ibuf);
-void IMB_filterN(struct ImBuf *out, struct ImBuf *in);
void IMB_mask_filter_extend(char *mask, int width, int height);
void IMB_mask_clear(struct ImBuf *ibuf, char *mask, int val);
void IMB_filter_extend(struct ImBuf *ibuf, char *mask, int filter);