blender/intern/cycles
Sergey Sharybin 8794a43b68 Cycles: Make MESA compiler more happy
While this compiler is not officially supported yet, getting it to work is
a nice thing because more and more AMD cards will fall under MESA driver.

It's also nice to use explicit comparison with NULL, which makes it more
clear whether variable is a boolean or pointer. Even Rust enforces this!

Patch by Ian Bruce with own modifications.
2017-03-13 09:57:25 +01:00
..
app Cycles: Cleanup, style 2017-01-13 15:24:56 +01:00
blender Fix T50628: gray out cycles device menu when no device configured only for GPU Compute. 2017-03-12 18:00:17 +01:00
bvh Fix build error with macOS / clang / c++11. 2017-02-25 03:12:53 +01:00
cmake Fix compilation error when CUDA toolkit is not installed 2016-11-07 14:47:10 +01:00
device Fix T50888: Numeric overflow in split kernel state buffer size calculation 2017-03-11 05:39:28 -05:00
doc Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
graph Cycles: Don't use guarded vector for statically initialized data 2016-10-24 14:18:22 +02:00
kernel Cycles: Make MESA compiler more happy 2017-03-13 09:57:25 +01:00
render Cycles: Seperate kernel loading time from render time 2017-03-08 01:24:55 -05:00
subd Cycles: Cleanup, style 2016-10-24 12:26:12 +02:00
test Cycles: Cleanup, order of arguments to EXPECT_EQ 2017-02-03 11:35:34 +01:00
util Fix T50888: Numeric overflow in split kernel state buffer size calculation 2017-03-11 05:39:28 -05:00
CMakeLists.txt Cycles: Use fast math without finite optimization 2017-02-13 16:25:35 +01:00