Blender Git Loki

Git Commits -> Revision 7c0bea0

Revision 7c0bea0 by Sergey Sharybin (master)
May 27, 2020, 10:07 (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: 7c0bea0d656eb4838ae2b5ebfed53cd1dae6cb12
Parent Commit: e490dc4
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)

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)

2 Modified Paths:

/intern/opensubdiv/CMakeLists.txt (+13, -23) (Diff)
/intern/opensubdiv/internal/opensubdiv.cc (+17, -18) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021