Files
blender/intern/cycles/kernel
Sergey Sharybin 51ec9441b7 Cycles: Split vectorized types into separate files
The final goal to reach is to make vectorized types much easier to maintain
and the previous design had following issues:

- Having all types and methods implementation made the source file rather
  bloated and unfun to navigate in.

- It was not possible to quickly glance available API for the type you are
  interested in.

- Adding more vectorization types will bloat the file even more, making
  things even more tricky to follow.
2017-04-25 10:33:26 +02:00
..
2017-03-29 15:41:56 +02:00
2017-04-18 11:43:09 +02:00
2017-04-19 00:25:31 +10:00
2017-04-18 11:39:21 +02:00
2016-10-24 12:26:12 +02:00
2017-04-18 11:39:21 +02:00