blender/intern/cycles
Sergey Sharybin 19adfd3176 Cycles: Fix OpenCL kernel compilation after the bake commit
There is no function pointers in OpenCL specification. For as long
as we want to support this platform we should follow the specifications.

While the code is not totally optimal now, it should not be that huge
of performance issue on CPU since it does jump tables just nicely, so
it's not that much extra computation here.
2016-01-19 22:53:19 +01:00
..
app Cycles: Add option to directly link against CUDA libraries 2016-01-14 12:27:22 +05:00
blender Cycles: Add a debug flag to disable QBVH 2016-01-19 18:38:41 +01:00
bvh Cleanup: And one more commit... (BVH Cache). 2015-09-24 17:01:58 +02:00
cmake CMake: Fix typo in CUDA dynload commit 2016-01-14 12:48:14 +05:00
device Cycles: Fix OpenCL kernel compilation after the bake commit 2016-01-19 22:53:19 +01:00
doc Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
kernel Cycles: Fix OpenCL kernel compilation after the bake commit 2016-01-19 22:53:19 +01:00
render Fix T47201: Cycles+OSL keeps image files open until Blender exits 2016-01-19 14:56:52 +05:00
subd Cycles: Reduce scope of some defines set in CMakeLists 2016-01-14 13:12:50 +05:00
util Cycles: Add a debug flag to disable QBVH 2016-01-19 18:38:41 +01:00
CMakeLists.txt Cycles: Reduce scope of some defines set in CMakeLists 2016-01-14 13:12:50 +05:00