Blender Git Commit Log
Git Commits -> Revision 038286e
Revision 038286e by Sergey Sharybin (cycles-x) April 6, 2021, 16:30 (GMT) |
Cycles: Make OptiX device compilable - Follows the regular structure of CPU and CUDA directory. - Use Cycles-style comment style, use explicit code blocks when was easy to spot. - Use common implementation of CUDAContextScope. - Remove calls from header which were removed from other devices. - Comment out all implementation methods. All in all, this is a CUDA device at this time. The actual OptiX parts will be brought back as a followup development. |
Commit Details:
Full Hash: 038286e9645e31ff3768ea3b5e35ba5418e08952
Parent Commit: a19a0fa
Lines Changed: +1874, -1800
2 Added Paths:
/intern/cycles/device/optix/device_impl.cpp (+1712, -0) (View)
/intern/cycles/device/optix/device_impl.h (+145, -0) (View)
/intern/cycles/device/optix/device_impl.h (+145, -0) (View)