Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/integrator/CMakeLists.txt
| Show All 26 Lines | set(SRC | ||||
| pass_accessor.cpp | pass_accessor.cpp | ||||
| pass_accessor_cpu.cpp | pass_accessor_cpu.cpp | ||||
| pass_accessor_gpu.cpp | pass_accessor_gpu.cpp | ||||
| path_trace_work.cpp | path_trace_work.cpp | ||||
| path_trace_work_cpu.cpp | path_trace_work_cpu.cpp | ||||
| path_trace_work_gpu.cpp | path_trace_work_gpu.cpp | ||||
| render_scheduler.cpp | render_scheduler.cpp | ||||
| shader_eval.cpp | shader_eval.cpp | ||||
| work_balancer.cpp | |||||
| work_tile_scheduler.cpp | work_tile_scheduler.cpp | ||||
| ) | ) | ||||
| set(SRC_HEADERS | set(SRC_HEADERS | ||||
| adaptive_sampling.h | adaptive_sampling.h | ||||
| denoiser.h | denoiser.h | ||||
| denoiser_device.h | denoiser_device.h | ||||
| denoiser_oidn.h | denoiser_oidn.h | ||||
| denoiser_optix.h | denoiser_optix.h | ||||
| path_trace.h | path_trace.h | ||||
| tile.h | tile.h | ||||
| pass_accessor.h | pass_accessor.h | ||||
| pass_accessor_cpu.h | pass_accessor_cpu.h | ||||
| pass_accessor_gpu.h | pass_accessor_gpu.h | ||||
| path_trace_work.h | path_trace_work.h | ||||
| path_trace_work_cpu.h | path_trace_work_cpu.h | ||||
| path_trace_work_gpu.h | path_trace_work_gpu.h | ||||
| render_scheduler.h | render_scheduler.h | ||||
| shader_eval.h | shader_eval.h | ||||
| work_balancer.h | |||||
| work_tile_scheduler.h | work_tile_scheduler.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| # NOTE: Is required for RenderBuffers access. Might consider moving files around a bit to | # NOTE: Is required for RenderBuffers access. Might consider moving files around a bit to | ||||
| # avoid such cyclic dependency. | # avoid such cyclic dependency. | ||||
| cycles_render | cycles_render | ||||
| Show All 13 Lines | |||||