Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/kernel/CMakeLists.txt
| Show All 25 Lines | set(SRC | ||||
| kernels/opencl/kernel_next_iteration_setup.cl | kernels/opencl/kernel_next_iteration_setup.cl | ||||
| kernels/opencl/kernel_sum_all_radiance.cl | kernels/opencl/kernel_sum_all_radiance.cl | ||||
| kernels/cuda/kernel.cu | kernels/cuda/kernel.cu | ||||
| ) | ) | ||||
| set(SRC_BVH_HEADERS | set(SRC_BVH_HEADERS | ||||
| bvh/bvh.h | bvh/bvh.h | ||||
| bvh/bvh_nodes.h | bvh/bvh_nodes.h | ||||
| bvh/bvh_shadow_all.h | bvh/bvh_special.h | ||||
| bvh/bvh_subsurface.h | bvh/bvh_subsurface.h | ||||
| bvh/bvh_traversal.h | bvh/bvh_traversal.h | ||||
| bvh/bvh_traversal_all.h | |||||
| bvh/bvh_types.h | bvh/bvh_types.h | ||||
| bvh/bvh_volume.h | bvh/bvh_volume.h | ||||
| bvh/bvh_volume_all.h | |||||
| bvh/qbvh_nodes.h | bvh/qbvh_nodes.h | ||||
| bvh/qbvh_shadow_all.h | |||||
| bvh/qbvh_subsurface.h | bvh/qbvh_subsurface.h | ||||
| bvh/qbvh_traversal.h | bvh/qbvh_traversal.h | ||||
| bvh/qbvh_traversal_all.h | |||||
| bvh/qbvh_volume.h | bvh/qbvh_volume.h | ||||
| bvh/qbvh_volume_all.h | |||||
| ) | ) | ||||
| set(SRC_HEADERS | set(SRC_HEADERS | ||||
| kernel_accumulate.h | kernel_accumulate.h | ||||
| kernel_bake.h | kernel_bake.h | ||||
| kernel_camera.h | kernel_camera.h | ||||
| kernel_compat_cpu.h | kernel_compat_cpu.h | ||||
| kernel_compat_cuda.h | kernel_compat_cuda.h | ||||
| ▲ Show 20 Lines • Show All 331 Lines • Show Last 20 Lines | |||||