Blender Git Commit Log

Git Commits -> Revision a5938e0

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

2 Modified Paths:

/intern/cycles/render/image.cpp (+3, -0) (Diff)
/intern/cycles/render/image.h (+7, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021