Blender Git Commit Log
Git Commits -> Revision 9879dca
Revision 9879dca by Sergey Sharybin (opensubdiv_compare) May 26, 2020, 07:10 (GMT) |
OpenSubdiv: Refactor, use C++ allocation for internal classes Only use OBJECT_GUARDED_{NEW. DELETE} for structures which are part of public C-API (and hence can not have new/delete operators overloaded). Could try being brave and override new/delete from under C++ ifdef. |
Commit Details:
Full Hash: 9879dca214a7a06876d1db5eb774dc71104a20e2
Parent Commit: 2ce60b1
Lines Changed: +42, -4
1 Added Path:
/intern/opensubdiv/internal/base/memory.h (+28, -0) (View)
5 Modified Paths:
/intern/opensubdiv/CMakeLists.txt (+3, -0) (Diff)
/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc (+2, -2) (Diff)
/intern/opensubdiv/internal/opensubdiv_evaluator_internal.h (+4, -0) (Diff)
/intern/opensubdiv/internal/topology/topology_refiner_capi.cc (+2, -2) (Diff)
/intern/opensubdiv/internal/topology/topology_refiner_impl.h (+3, -0) (Diff)
/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc (+2, -2) (Diff)
/intern/opensubdiv/internal/opensubdiv_evaluator_internal.h (+4, -0) (Diff)
/intern/opensubdiv/internal/topology/topology_refiner_capi.cc (+2, -2) (Diff)
/intern/opensubdiv/internal/topology/topology_refiner_impl.h (+3, -0) (Diff)