OpenSubdiv/opensubdiv/osdutil
Sergey Sharybin 8b627c1c73 Implement C-API accessor to evaluator topology
This way external application might check whether it need to
re-create evaluator from scratch or it might re-use existing
one without storing extra data from it's side.

TODO: Tags are still not accessible via C-API, it's marked as
to be solved later when it becomes more clear what is the best
way to expose them and when there'll be a real application to
test the tags.
2014-05-10 21:45:05 +02:00
..
adaptiveEvaluator.cpp Fix OsdUtilAdaptiveEvaluator concurrency issue 2014-04-29 18:27:04 -07:00
adaptiveEvaluator.h Fix OsdUtilAdaptiveEvaluator concurrency issue 2014-04-29 18:27:04 -07:00
batch.h Add missing third parameter to templated OsdDrawContext usage, caught in Presto build. 2014-04-21 16:14:35 -07:00
batchCL.h Add missing third parameter to templated OsdDrawContext usage, caught in Presto build. 2014-04-21 16:14:35 -07:00
CMakeLists.txt Compile osdutil with -fPIC for correct linking in Presto. 2014-04-18 16:19:09 -07:00
drawController.h Fix a minor osdutil build warning (seen with gcc 4.8.1) 2013-10-06 14:42:16 -07:00
drawItem.h Amending Apache license language & file headers. 2013-09-26 12:04:57 -07:00
evaluator_capi.cpp Implement C-API accessor to evaluator topology 2014-05-10 21:45:05 +02:00
evaluator_capi.h Implement C-API accessor to evaluator topology 2014-05-10 21:45:05 +02:00
mesh.cpp Remove debugging std::cout calls as these classes get used in Presto. 2014-05-06 09:25:55 -07:00
mesh.h Add correct OpenSubdiv namespace begin/end blocks. 2014-04-21 10:25:38 -07:00
multiMeshFactory.h more refactoring on FarMesh and move FarMultiMeshFactory to OsdUtil. 2014-03-24 19:13:40 -07:00
patchPartitioner.h Fixes a bug introduced in 808aabf that causes OsdUtilPatchPartitioner to fail to rebuild the face-varying data table correctly for triangle patches. 2014-04-22 18:52:11 -07:00
refiner.cpp Fix OsdUtilAdaptiveEvaluator concurrency issue 2014-04-29 18:27:04 -07:00
refiner.h Fix OsdUtilAdaptiveEvaluator concurrency issue 2014-04-29 18:27:04 -07:00
topology.cpp Remove debugging std::cout calls as these classes get used in Presto. 2014-05-06 09:25:55 -07:00
topology.h Add correct OpenSubdiv namespace begin/end blocks. 2014-04-21 10:25:38 -07:00
uniformEvaluator.cpp Add correct OpenSubdiv namespace begin/end blocks. 2014-04-21 10:25:38 -07:00
uniformEvaluator.h Add correct OpenSubdiv namespace begin/end blocks. 2014-04-21 10:25:38 -07:00