Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/IMB_imbuf.h
| Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
| */ | */ | ||||
| void IMB_makemipmap(struct ImBuf *ibuf, int use_filter); | void IMB_makemipmap(struct ImBuf *ibuf, int use_filter); | ||||
| /** | /** | ||||
| * Thread-safe version, only recreates existing maps. | * Thread-safe version, only recreates existing maps. | ||||
| */ | */ | ||||
| void IMB_remakemipmap(struct ImBuf *ibuf, int use_filter); | void IMB_remakemipmap(struct ImBuf *ibuf, int use_filter); | ||||
| struct ImBuf *IMB_getmipmap(struct ImBuf *ibuf, int level); | struct ImBuf *IMB_getmipmap(struct ImBuf *ibuf, int level); | ||||
| void IMB_filter_gaussian(const struct ImBuf *source, struct ImBuf *dest, float sigma); | |||||
| /** | /** | ||||
| * | * | ||||
| * \attention Defined in cache.c | * \attention Defined in cache.c | ||||
| */ | */ | ||||
| /** | /** | ||||
| * Presumed to be called when no threads are running. | * Presumed to be called when no threads are running. | ||||
| */ | */ | ||||
| ▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines | |||||