blender/intern/cycles/subd
Thomas Dinges c5ed6765b9 Cycles / Math functions:
* Rename some math functions:
len -> length
len_squared -> length_squared
normalize_len -> normalize_length

* This way OpenCL uses its inbuilt length() function, rather than our own. The other two functions have been renamed for consistency. 
* Tested CPU, CUDA and OpenCL compile, should be no functional changes.
2013-06-02 20:39:32 +00:00
..
CMakeLists.txt code cleanup: 2012-10-17 04:13:03 +00:00
subd_build.cpp Cycles / Math: 2013-05-12 14:13:29 +00:00
subd_build.h Cycles render engine, initial commit. This is the engine itself, blender modifications and build instructions will follow later. 2011-04-27 11:58:34 +00:00
subd_dice.cpp Cycles / Math functions: 2013-06-02 20:39:32 +00:00
subd_dice.h spelling cleanup: tesselate -> tessellate (last of these found) 2012-03-20 22:56:26 +00:00
subd_edge.h Cycles render engine, initial commit. This is the engine itself, blender modifications and build instructions will follow later. 2011-04-27 11:58:34 +00:00
subd_face.h Cycles render engine, initial commit. This is the engine itself, blender modifications and build instructions will follow later. 2011-04-27 11:58:34 +00:00
subd_mesh.cpp spelling cleanup: tesselate -> tessellate (last of these found) 2012-03-20 22:56:26 +00:00
subd_mesh.h spelling cleanup: tesselate -> tessellate (last of these found) 2012-03-20 22:56:26 +00:00
subd_patch.cpp Cycles: merging features from tomato branch. 2012-04-28 08:53:59 +00:00
subd_patch.h Cycles: clang build fixes. 2011-08-10 19:45:08 +00:00
subd_ring.cpp style cleanup: block comments 2012-06-09 17:22:52 +00:00
subd_ring.h Cycles render engine, initial commit. This is the engine itself, blender modifications and build instructions will follow later. 2011-04-27 11:58:34 +00:00
subd_split.cpp Cycles / Math functions: 2013-06-02 20:39:32 +00:00
subd_split.h spelling cleanup: tesselate -> tessellate (last of these found) 2012-03-20 22:56:26 +00:00
subd_stencil.cpp Cycles render engine, initial commit. This is the engine itself, blender modifications and build instructions will follow later. 2011-04-27 11:58:34 +00:00
subd_stencil.h Cycles render engine, initial commit. This is the engine itself, blender modifications and build instructions will follow later. 2011-04-27 11:58:34 +00:00
subd_vert.h Cycles render engine, initial commit. This is the engine itself, blender modifications and build instructions will follow later. 2011-04-27 11:58:34 +00:00