blender/intern/opensubdiv
Sergey Sharybin ece54172d0 OpenSubdiv: Use explicit storage for edge sharpness
Similar to previous change in vertex sharpness, explicitly store value
provided by the converter.

Allows to avoid rather fragile check for boundary edges.

Also allows to avoid need in constructing edge map. This lowers memory
footprint of the comparison process and avoids memory allocations
during the comparison (which is an extra benefit from the performance
point of view).
2020-05-27 12:07:16 +02:00
..
internal OpenSubdiv: Use explicit storage for edge sharpness 2020-05-27 12:07:16 +02:00
stub OpenSubdiv: Cleanyp, remove old GPU code 2020-05-18 17:06:48 +02:00
CMakeLists.txt OpenSubdiv: Refactor, move comparison to own file 2020-05-27 12:07:16 +02:00
opensubdiv_capi_type.h OpenSubdiv: Initial implementation of batched evaluation 2019-10-30 15:15:56 +01:00
opensubdiv_capi.h OpenSubdiv: Re-work C-API integration 2018-07-16 09:52:37 +02:00
opensubdiv_converter_capi.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
opensubdiv_evaluator_capi.h OpenSubdiv: Refactor, move evaluator to own folder 2020-05-27 12:07:16 +02:00
opensubdiv_topology_refiner_capi.h OpenSubdiv: Refactor, move topology refiner to own folder 2020-05-27 12:07:15 +02:00