Blender Git Commit Log

Git Commits -> Revision 0b968d4

Revision 0b968d4 by Brecht Van Lommel (cycles-x)
February 26, 2021, 18:03 (GMT)
Cycles: start of CUDA support for new integrator kernels

* Very poor performance since it renders one pixel at a time, only practical
to render a tiny image at this point.
* No indirect light because it only does a single iteration of the kernels.

Commit Details:

Full Hash: 0b968d49e5df4269db614de16be59c408c34be9b
Parent Commit: e545bc9
Lines Changed: +444, -38

4 Added Paths:

/intern/cycles/device/cuda/kernel.cpp (+49, -0) (View)
/intern/cycles/device/cuda/kernel.h (+51, -0) (View)
/intern/cycles/device/cuda/queue.cpp (+155, -0) (View)
/intern/cycles/device/cuda/queue.h (+63, -0) (View)

4 Modified Paths:

/intern/cycles/device/CMakeLists.txt (+4, -0) (Diff)
/intern/cycles/device/cuda/device_cuda_impl.cpp (+19, -0) (Diff)
/intern/cycles/device/cuda/device_cuda_impl.h (+12, -0) (Diff)
/intern/cycles/kernel/kernels/cuda/kernel.cu (+91, -38) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021