Blender Git Loki
Git Commits -> Revision b2cfd24
Revision b2cfd24 by Sergey Sharybin (opensubdiv-modifier) July 11, 2015, 17:55 (GMT) |
OpenSubdiv: Initial work to make use of 3.0 API Only basic stuff like getting rid of old deprecated API usage and some experiments with new API. Blender compiles but nothing quite really works yet. |
Commit Details:
Full Hash: b2cfd24868aac64504656ab3a6ce7dd40c9dfc47
Parent Commit: 9a5334a
Lines Changed: +1236, -1059
5 Added Paths:
/intern/opensubdiv/opensubdiv_device_context_cuda.cc (+229, -0) (View)
/intern/opensubdiv/opensubdiv_device_context_cuda.h (+54, -0) (View)
/intern/opensubdiv/opensubdiv_device_context_opencl.cc (+243, -0) (View)
/intern/opensubdiv/opensubdiv_device_context_opencl.h (+58, -0) (View)
/intern/opensubdiv/opensubdiv_utils_capi.cc (+79, -0) (View)
/intern/opensubdiv/opensubdiv_device_context_cuda.h (+54, -0) (View)
/intern/opensubdiv/opensubdiv_device_context_opencl.cc (+243, -0) (View)
/intern/opensubdiv/opensubdiv_device_context_opencl.h (+58, -0) (View)
/intern/opensubdiv/opensubdiv_utils_capi.cc (+79, -0) (View)
2 Deleted Paths:
/intern/opensubdiv/clInit.h (+0, -192)
/intern/opensubdiv/cudaInit.h (+0, -159)
/intern/opensubdiv/cudaInit.h (+0, -159)
8 Modified Paths:
/build_files/cmake/Modules/FindOpenSubdiv.cmake (+5, -7) (Diff)
/intern/opensubdiv/CMakeLists.txt (+17, -9) (Diff)
/intern/opensubdiv/opensubdiv_capi.cc (+416, -381) (Diff)
/intern/opensubdiv/opensubdiv_capi.h (+11, -11) (Diff)
/intern/opensubdiv/opensubdiv_gpu_capi.cc (+42, -21) (Diff)
/intern/opensubdiv/opensubdiv_partitioned.h (+33, -253) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf.c (+47, -24) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+2, -2) (Diff)
/intern/opensubdiv/CMakeLists.txt (+17, -9) (Diff)
/intern/opensubdiv/opensubdiv_capi.cc (+416, -381) (Diff)
/intern/opensubdiv/opensubdiv_capi.h (+11, -11) (Diff)
/intern/opensubdiv/opensubdiv_gpu_capi.cc (+42, -21) (Diff)
/intern/opensubdiv/opensubdiv_partitioned.h (+33, -253) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf.c (+47, -24) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+2, -2) (Diff)