Blender Git Loki
Git Commits -> Revision 5fdf69b
Revision 5fdf69b by Sergey Sharybin May 25, 2020, 13:39 (GMT) |
OpenSubdiv: Refactor, move device specific code to own files Also, move all device files to own folder. Makes it so checks for device availability are done in a localized place. |
Commit Details:
Full Hash: 5fdf69bae32fffee5716c13bca3f0ad9f08a56b1
Parent Commit: 5a842b3
Lines Changed: +420, -639
10 Added Paths:
/intern/opensubdiv/internal/device/device_context_cuda.cc (+39, -0) (View)
/intern/opensubdiv/internal/device/device_context_cuda.h (+38, -0) (View)
/intern/opensubdiv/internal/device/device_context_glsl_compute.cc (+40, -0) (View)
/intern/opensubdiv/internal/device/device_context_glsl_compute.h (+38, -0) (View)
/intern/opensubdiv/internal/device/device_context_glsl_transform_feedback.cc (+40, -0) (View)
/intern/opensubdiv/internal/device/device_context_glsl_transform_feedback.h (+38, -0) (View)
/intern/opensubdiv/internal/device/device_context_opencl.cc (+39, -0) (View)
/intern/opensubdiv/internal/device/device_context_opencl.h (+38, -0) (View)
/intern/opensubdiv/internal/device/device_context_openmp.cc (+42, -0) (View)
/intern/opensubdiv/internal/device/device_context_openmp.h (+38, -0) (View)
/intern/opensubdiv/internal/device/device_context_cuda.h (+38, -0) (View)
/intern/opensubdiv/internal/device/device_context_glsl_compute.cc (+40, -0) (View)
/intern/opensubdiv/internal/device/device_context_glsl_compute.h (+38, -0) (View)
/intern/opensubdiv/internal/device/device_context_glsl_transform_feedback.cc (+40, -0) (View)
/intern/opensubdiv/internal/device/device_context_glsl_transform_feedback.h (+38, -0) (View)
/intern/opensubdiv/internal/device/device_context_opencl.cc (+39, -0) (View)
/intern/opensubdiv/internal/device/device_context_opencl.h (+38, -0) (View)
/intern/opensubdiv/internal/device/device_context_openmp.cc (+42, -0) (View)
/intern/opensubdiv/internal/device/device_context_openmp.h (+38, -0) (View)
4 Deleted Paths:
/intern/opensubdiv/internal/opensubdiv_device_context_cuda.cc (+0, -234)
/intern/opensubdiv/internal/opensubdiv_device_context_cuda.h (+0, -54)
/intern/opensubdiv/internal/opensubdiv_device_context_opencl.cc (+0, -258)
/intern/opensubdiv/internal/opensubdiv_device_context_opencl.h (+0, -52)
/intern/opensubdiv/internal/opensubdiv_device_context_cuda.h (+0, -54)
/intern/opensubdiv/internal/opensubdiv_device_context_opencl.cc (+0, -258)
/intern/opensubdiv/internal/opensubdiv_device_context_opencl.h (+0, -52)