blender/intern/cycles/test
Brecht Van Lommel d7d40745fa Cycles: changes to source code folders structure
* Split render/ into scene/ and session/. The scene/ folder now contains the
  scene and its nodes. The session/ folder contains the render session and
  associated data structures like drivers and render buffers.
* Move top level kernel headers into new folders kernel/camera/, kernel/film/,
  kernel/light/, kernel/sample/, kernel/util/
* Move integrator related kernel headers into kernel/integrator/
* Move OSL shaders from kernel/shaders/ to kernel/osl/shaders/

For patches and branches, git merge and rebase should be able to detect the
renames and move over code to the right file.
2021-10-26 15:36:39 +02:00
..
CMakeLists.txt Cycles: changes to source code folders structure 2021-10-26 15:36:39 +02:00
integrator_adaptive_sampling_test.cpp Cycles: merge of cycles-x branch, a major update to the renderer 2021-09-21 14:55:54 +02:00
integrator_render_scheduler_test.cpp Cycles: merge of cycles-x branch, a major update to the renderer 2021-09-21 14:55:54 +02:00
integrator_tile_test.cpp Cycles: merge of cycles-x branch, a major update to the renderer 2021-09-21 14:55:54 +02:00
render_graph_finalize_test.cpp Cycles: changes to source code folders structure 2021-10-26 15:36:39 +02:00
util_aligned_malloc_test.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
util_avxf_avx2_test.cpp Fix Cycles build error with "make developer" on some CPUs 2021-04-01 12:31:01 +02:00
util_avxf_avx_test.cpp Fix Cycles build error with "make developer" on some CPUs 2021-04-01 12:31:01 +02:00
util_avxf_test.h Tests: bundle tests for some modules in their own executables 2020-09-17 12:29:19 +02:00
util_math_test.cpp Cycles: merge of cycles-x branch, a major update to the renderer 2021-09-21 14:55:54 +02:00
util_path_test.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
util_string_test.cpp Cycles: merge of cycles-x branch, a major update to the renderer 2021-09-21 14:55:54 +02:00
util_task_test.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
util_time_test.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
util_transform_test.cpp Cycles: add utility functions for zero float2/float3/float4/transform 2021-02-17 16:26:24 +01:00