Blender Git Loki
Git Commits -> Revision a040157
Revision a040157 by Sergey Sharybin (master) July 20, 2015, 20:29 (GMT) |
OpenSubdiv: Add new OpenSubdiv related files This includes C-API bindings in intern/opensubdiv and CMAke module which finds the OpenSubdiv library. This filea are not in use so far, making it a separate commit to make actual integration commit more clear. |
Commit Details:
Full Hash: a040157e5dd7227fc61ee2608f30f2492db167be
Parent Commit: ccc3c2d
Lines Changed: +3471, -0
17 Added Paths:
/build_files/cmake/Modules/FindOpenSubdiv.cmake (+111, -0) (View)
/intern/opensubdiv/CMakeLists.txt (+90, -0) (View)
/intern/opensubdiv/gpu_shader_opensubd_display.glsl (+335, -0) (View)
/intern/opensubdiv/opensubdiv_capi.cc (+303, -0) (View)
/intern/opensubdiv/opensubdiv_capi.h (+150, -0) (View)
/intern/opensubdiv/opensubdiv_converter.cc (+341, -0) (View)
/intern/opensubdiv/opensubdiv_converter_capi.h (+120, -0) (View)
/intern/opensubdiv/opensubdiv_device_context_cuda.cc (+237, -0) (View)
/intern/opensubdiv/opensubdiv_device_context_cuda.h (+54, -0) (View)
/intern/opensubdiv/opensubdiv_device_context_opencl.cc (+251, -0) (View)
/intern/opensubdiv/opensubdiv_device_context_opencl.h (+58, -0) (View)
/intern/opensubdiv/opensubdiv_evaluator_capi.cc (+499, -0) (View)
/intern/opensubdiv/opensubdiv_gpu_capi.cc (+659, -0) (View)
/intern/opensubdiv/opensubdiv_intern.h (+36, -0) (View)
/intern/opensubdiv/opensubdiv_partitioned.h (+77, -0) (View)
/intern/opensubdiv/opensubdiv_utils_capi.cc (+83, -0) (View)
/intern/opensubdiv/SConscript (+67, -0) (View)
/intern/opensubdiv/CMakeLists.txt (+90, -0) (View)
/intern/opensubdiv/gpu_shader_opensubd_display.glsl (+335, -0) (View)
/intern/opensubdiv/opensubdiv_capi.cc (+303, -0) (View)
/intern/opensubdiv/opensubdiv_capi.h (+150, -0) (View)
/intern/opensubdiv/opensubdiv_converter.cc (+341, -0) (View)
/intern/opensubdiv/opensubdiv_converter_capi.h (+120, -0) (View)
/intern/opensubdiv/opensubdiv_device_context_cuda.cc (+237, -0) (View)
/intern/opensubdiv/opensubdiv_device_context_cuda.h (+54, -0) (View)
/intern/opensubdiv/opensubdiv_device_context_opencl.cc (+251, -0) (View)
/intern/opensubdiv/opensubdiv_device_context_opencl.h (+58, -0) (View)
/intern/opensubdiv/opensubdiv_evaluator_capi.cc (+499, -0) (View)
/intern/opensubdiv/opensubdiv_gpu_capi.cc (+659, -0) (View)
/intern/opensubdiv/opensubdiv_intern.h (+36, -0) (View)
/intern/opensubdiv/opensubdiv_partitioned.h (+77, -0) (View)
/intern/opensubdiv/opensubdiv_utils_capi.cc (+83, -0) (View)
/intern/opensubdiv/SConscript (+67, -0) (View)