Blender Git Loki
Git Commits -> Revision a5938e0
Revision a5938e0 by Sergey Sharybin (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:06 (GMT) |
Cycles: Increase number of textures allowed for OpenCL render Currently OpenCL devices are packing images into a single texture, which means technically number of textures is not limited here. Now OpenCL will use same number of textures as CPU. If we want to bump number of textures further, this values are to be modified in sync. NOTE OpenCL still does not support float textures. Original patch from a guy called bliblubli in the tracker with some own modifications. Reviewers: brecht, dingto, sergey Differential Revision: https://developer.blender.org/D1530 |
Commit Details:
Full Hash: a5938e01e545c64127fc958edb083d483e1dee09
Parent Commit: d039cc6
Committed By: Campbell Barton
Lines Changed: +10, -0