Files
test/source/blender/blenkernel
Sergey Sharybin ccc3c2dbda CCGSubSurf: Split file into several smaller ones
This is a preparation commit for having OpenSubdiv integrated into Blender
and new layout is the following:

- CCGSubSurf.c contains implementation of common functions used by both
  legacy subdivisions code and by the new code in the future.

- CCGSubSurf_inline.h contains internal functions which are to be inlined
  due to the performance reasons. Those functions are only ment to be used
  bu CCGSubSurf* files.

- CCGSubSurf_intern.h contains declarations of private functions and data
  structures used by CCGSubSurf module.

- CCGSubSurf_legacy.c contains legacy implementation of subdivision algorithm.

- CCHSubSurf_util.c contains utility functions which are not directly related
  on the subdivision code (i.e. debug functions, hash implementation etc).

There should be no functional changes so far.
2015-07-20 22:29:25 +02:00
..
2015-06-13 03:24:07 +10:00
2015-05-11 12:39:39 +10:00
2015-05-06 11:13:42 +10:00
2015-05-13 06:10:49 +10:00
2015-07-01 13:45:19 +10:00
2015-04-06 10:40:12 -03:00
2015-07-19 18:35:09 +02:00
2015-03-30 21:18:49 +11:00
2015-06-09 15:00:56 +02:00
2015-07-13 13:58:17 +02:00
2015-06-08 19:52:04 +10:00
2014-07-21 12:02:05 +02:00
2015-07-20 05:30:08 +10:00
2015-04-04 15:19:24 +11:00
2015-07-20 05:30:08 +10:00
2015-04-16 01:12:22 +10:00
2013-03-26 07:29:01 +00:00
2013-03-26 07:29:01 +00:00
2015-06-05 11:46:01 +10:00
2015-04-06 10:40:12 -03:00
2015-04-06 10:40:12 -03:00
2015-04-07 08:46:48 +10:00