blender/intern/cycles
Mai Lavelle 55d28e604e Cycles: Proper fix for recent OpenCL image crash
Problem was that some code checks to see if device_pointer is null or
not and the new allocator wasn't even setting the pointer to anything
as it tracks memory location separately. Setting the pointer to non
null keeps all users of device_pointer happy.
2017-08-09 04:27:39 -04:00
..
app CMake: Add option to build against system-wide Glog 2017-04-21 14:36:34 +02:00
blender Cycles: remove option to disable transparent shadows globally. 2017-08-07 14:01:24 +02:00
bvh Fix Cycles shadow catcher objects influencing each other. 2017-08-07 17:54:26 +02:00
cmake CMake: Add option to build against system-wide Glog 2017-04-21 14:36:34 +02:00
device Cycles: Proper fix for recent OpenCL image crash 2017-08-09 04:27:39 -04:00
doc Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
graph Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
kernel Cycles: Fix compilation error of filter kernels on 32 bit Windows 2017-08-08 22:01:17 +02:00
render Revert "Cycles: Fix crash changing image after recent OpenCL changes" 2017-08-09 04:24:03 -04:00
subd Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
test Cycles: Don't leave multiple spaces in the device name 2017-06-08 12:15:24 +02:00
util Cycles: Add utility macro ccl_ref 2017-08-08 15:27:25 +02:00
CMakeLists.txt CMake: Add option to build against system-wide Glog 2017-04-21 14:36:34 +02:00