blender/intern/cycles/blender
Brecht Van Lommel 2a9b5e8f81 Fix #33267: cycles math node power gave different results for CPU and GPU. The
GPU variants do not support pow(-1, 2), it doesn't check for even exponents, do
manually now.
2012-11-23 17:39:41 +00:00
..
addon Cycles OSL: windows build system changes to support static OSL/OIIO. 2012-11-15 17:16:27 +00:00
blender_camera.cpp Fix #33267: cycles math node power gave different results for CPU and GPU. The 2012-11-23 17:39:41 +00:00
blender_mesh.cpp Fix cycles crash with normal map node, issue with tangent sign attribute. 2012-11-06 21:27:59 +00:00
blender_object.cpp Fix #33135: cycles object info random number not working anymore. 2012-11-10 14:50:34 +00:00
blender_particles.cpp Fix #33113: cycles not rendering motion blur correct with dying particles. 2012-11-08 16:35:28 +00:00
blender_python.cpp Cycles: correction to how device of lists is exposed to blender 2012-11-10 08:37:02 +00:00
blender_session.cpp avoid divide by zero in cycles progress calculation 2012-11-13 01:53:07 +00:00
blender_session.h Cycles: persistent images option 2012-11-09 08:46:53 +00:00
blender_shader.cpp Fix #32796: cycles did not support image auto refresh option. 2012-11-21 13:00:51 +00:00
blender_sync.cpp Fix #33170: cycles viewport update issue with motion blur enabled 2012-11-15 21:52:17 +00:00
blender_sync.h Fix #32796: cycles did not support image auto refresh option. 2012-11-21 13:00:51 +00:00
blender_util.h code cleanup: double promotion warnings with new bevel code & wrong use of NULL in cycles. 2012-11-09 03:08:02 +00:00
CCL_api.h Cycles: correction to how device of lists is exposed to blender 2012-11-10 08:37:02 +00:00
CMakeLists.txt Cycles: use mikktspace now for computing tangents from UV maps. This avoids ugly 2012-11-03 15:36:02 +00:00