Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/intern/util_gpu.c
| Show All 24 Lines | |||||
| #include "imbuf.h" | #include "imbuf.h" | ||||
| #include "BLI_math.h" | #include "BLI_math.h" | ||||
| #include "BLI_utildefines.h" | #include "BLI_utildefines.h" | ||||
| #include "MEM_guardedalloc.h" | #include "MEM_guardedalloc.h" | ||||
| #include "BKE_global.h" | #include "BKE_global.h" | ||||
| #include "GPU_extensions.h" | #include "GPU_capabilities.h" | ||||
| #include "GPU_texture.h" | #include "GPU_texture.h" | ||||
| #include "IMB_colormanagement.h" | #include "IMB_colormanagement.h" | ||||
| #include "IMB_imbuf.h" | #include "IMB_imbuf.h" | ||||
| #include "IMB_imbuf_types.h" | #include "IMB_imbuf_types.h" | ||||
| /* gpu ibuf utils */ | /* gpu ibuf utils */ | ||||
| ▲ Show 20 Lines • Show All 233 Lines • Show Last 20 Lines | |||||