Blender Git Loki
Git Commits -> Revision f305972
Revision f305972 by Sergey Sharybin (master) October 30, 2019, 14:15 (GMT) |
OpenSubdiv: Initial implementation of batched evaluation The idea is to give multiple coordinates to evaluator and evaluate them all at once, avoiding any possible overhead. |
Commit Details:
Full Hash: f3059723771b90337b126a87a58b1ada981a21b1
Parent Commit: 05ee67a
Lines Changed: +159, -0
5 Modified Paths:
/intern/opensubdiv/internal/opensubdiv_evaluator.cc (+13, -0) (Diff)
/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc (+112, -0) (Diff)
/intern/opensubdiv/internal/opensubdiv_evaluator_internal.h (+13, -0) (Diff)
/intern/opensubdiv/opensubdiv_capi_type.h (+7, -0) (Diff)
/intern/opensubdiv/opensubdiv_evaluator_capi.h (+14, -0) (Diff)
/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc (+112, -0) (Diff)
/intern/opensubdiv/internal/opensubdiv_evaluator_internal.h (+13, -0) (Diff)
/intern/opensubdiv/opensubdiv_capi_type.h (+7, -0) (Diff)
/intern/opensubdiv/opensubdiv_evaluator_capi.h (+14, -0) (Diff)