Files
test/intern/cycles/util
OmarSquircleArt c6f8ea7b45 Fix T69044: OpenCL fail due to bad fract function.
The fract function in OpenCL does more than just return the fraction.
It also writes the floor to the second argument. Which wasn't put
in consideration.

Instead, we use a simple `a - floor(a)` like the Math node.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D5553
2019-08-22 13:51:39 +02:00
..
2019-06-19 07:32:21 +10:00
2019-08-21 20:04:09 +02:00
2019-07-07 23:45:35 +10:00
2019-07-07 15:38:41 +10:00
2019-05-06 11:59:03 +10:00
2019-08-04 12:51:44 +10:00
2019-08-17 00:57:05 +10:00
2019-06-22 10:11:15 +10:00