Manuel Kraemer
Manuel Kraemer
Add a basis for CPU evaluation of single-crease patches (b-splines). Do we need Bezier too ?
It would be nice to: - Wherever possible switch dependencies to git submodules (ex. glfw): users wouldn't have to locate, build & configure anymore for those - Author an OpenSubdivConfig.cmake...
The following sanity check can be problematic: https://github.com/PixarAnimationStudios/OpenSubdiv/blob/master/opensubdiv/osd/d3d11ComputeEvaluator.cpp#L258 If a client app links against another version of the DX SDK than OSD was linked with (ex. June 2010 and Windows...
We should indirect all memory allocations in core libraries to allow implementation of client-code driven memory management. Similarly, std::vector should be indirected (typedef) to allow for client-code replacement.