blender/intern/cycles
Sergey Sharybin e2059380de Cycles: Add easy to use spin lock primitive
Currently unused, but will be handy for an upcoming changes.

It'll also be nice to be able to do scoped_lock() for both
Mutex and Spin, but currently it's not really easy to do,
need some changes in typedefs and such, will happen as a
separate commit.
2016-03-31 10:22:11 +02:00
..
app CMake cleanup target_link_libraries_decoupled 2016-03-30 15:15:17 +02:00
blender Cycles: Resumable render implementation for Cycles 2016-03-30 16:02:27 +02:00
bvh Cycles: Avoid per-split memory allocation for the new references list 2016-03-31 10:06:21 +02:00
cmake CMake: Fix typo in CUDA dynload commit 2016-01-14 12:48:14 +05:00
device Cycles: Some typo fixes 2016-03-12 15:01:20 +05:00
doc Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
kernel Fix T47668: Cycles OpenCL glass not rendering correctly on AMD. 2016-03-26 23:45:18 +01:00
render Cycles: Resumable render implementation for Cycles 2016-03-30 16:02:27 +02:00
subd Cycles: Correction to asserts, they will never trigger before 2016-02-03 15:01:26 +01:00
test Cycles: Add some utility tests using GTests 2016-02-06 19:19:20 +01:00
util Cycles: Add easy to use spin lock primitive 2016-03-31 10:22:11 +02:00
CMakeLists.txt Cycles: Add an option to build single kernel only which fits current CPU 2016-03-25 16:09:05 +01:00