Go to file
Sergey Sharybin 8a1afc28db 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
2015-10-11 18:22:01 +05:00
build_files CMake: minor message cleanups. 2015-10-10 17:35:30 +02:00
doc BGE : Collision mask support in raycast + and raycast cleanup. 2015-10-07 22:14:43 +02:00
extern Upgrade glew to v1.13 2015-10-11 12:53:41 +11:00
intern Cycles: Increase number of textures allowed for OpenCL render 2015-10-11 18:22:01 +05:00
release BGE: Fix for last commit 2015-10-11 15:19:44 +02:00
scons@625d446ae8 Fixed border extension for the sunbeams node. 2014-09-23 11:42:11 +02:00
source BGE: Add icons to collision shapes. 2015-10-11 14:32:20 +02:00
tests BLI_math: add mat3_polar_decompose, interp_m3_m3m3 and interp_m4_m4m4. 2015-10-09 21:26:33 +02:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Revert "ignore conflict files" 2014-08-08 06:00:49 +10:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt CMake: minor message cleanups. 2015-10-10 17:35:30 +02:00
COPYING
GNUmakefile Makefile: show build dir when configuring 2015-09-22 00:16:53 +10:00
SConstruct SCons: Support compilation with 10.11 SK on OS X 2015-10-05 14:48:04 +05:00