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:
authorThomas Dinges <blender@dingto.org>2016-07-02 00:48:31 +0300
committerThomas Dinges <blender@dingto.org>2016-07-02 00:48:31 +0300
commit5c249fac9a4c0c2a74bf68243c3d71f227bfc4c6 (patch)
treec6215f7f983874a75d0fdfafeaae9a5d306df9c4 /intern/cycles/render/image.h
parent85c9aefe0fef6d9f862d34ca66beb0bb4c2bcf6c (diff)
Fix Cycles OpenCL not taking Extend and Clip extension types into account.
(See T48720).
Diffstat (limited to 'intern/cycles/render/image.h')
-rw-r--r--intern/cycles/render/image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/render/image.h b/intern/cycles/render/image.h
index 01d02f4dbec..07998684b23 100644
--- a/intern/cycles/render/image.h
+++ b/intern/cycles/render/image.h
@@ -122,6 +122,8 @@ private:
int flattened_slot_to_type_index(int flat_slot, ImageDataType *type);
string name_from_type(int type);
+ uint8_t pack_image_options(ImageDataType type, size_t slot);
+
void device_load_image(Device *device, DeviceScene *dscene, ImageDataType type, int slot, Progress *progess);
void device_free_image(Device *device, DeviceScene *dscene, ImageDataType type, int slot);