Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/kernel/CMakeLists.txt
| Show First 20 Lines • Show All 279 Lines • ▼ Show 20 Lines | set(SRC_KERNEL_INTEGRATOR_HEADERS | ||||
| integrator/subsurface.h | integrator/subsurface.h | ||||
| integrator/subsurface_random_walk.h | integrator/subsurface_random_walk.h | ||||
| integrator/surface_shader.h | integrator/surface_shader.h | ||||
| integrator/volume_shader.h | integrator/volume_shader.h | ||||
| integrator/volume_stack.h | integrator/volume_stack.h | ||||
| ) | ) | ||||
| set(SRC_KERNEL_LIGHT_HEADERS | set(SRC_KERNEL_LIGHT_HEADERS | ||||
| light/light.h | light/area.h | ||||
| light/background.h | light/background.h | ||||
| light/common.h | light/common.h | ||||
| light/distant.h | |||||
| light/distribution.h | |||||
| light/light.h | |||||
| light/point.h | |||||
| light/sample.h | light/sample.h | ||||
| light/spot.h | |||||
| light/triangle.h | |||||
| ) | ) | ||||
| set(SRC_KERNEL_SAMPLE_HEADERS | set(SRC_KERNEL_SAMPLE_HEADERS | ||||
| sample/jitter.h | sample/jitter.h | ||||
| sample/lcg.h | sample/lcg.h | ||||
| sample/mapping.h | sample/mapping.h | ||||
| sample/mis.h | sample/mis.h | ||||
| sample/pattern.h | sample/pattern.h | ||||
| ▲ Show 20 Lines • Show All 738 Lines • Show Last 20 Lines | |||||