blender/intern/cycles/test
William Leeson 366262bef5 Distance Scrambling for for Cycles X - Sobol version
Cycles:Distance Scrambling for Cycles Sobol Sampler

This option implements micro jittering an is based on the INRIA
research paper [[ https://hal.inria.fr/hal-01325702/document | on micro jittering ]]
and work by Lukas Stockner for implementing the scrambling distance.
It works by controlling the correlation between pixels by either using
a user supplied value or an adaptive algorithm to limit the maximum
deviation of the sample values between pixels.

This is a follow up of https://developer.blender.org/D12316

The PMJ version can be found here: https://developer.blender.org/D12511

Reviewed By: leesonw

Differential Revision: https://developer.blender.org/D12318
2021-10-26 16:11:27 +02:00
..
CMakeLists.txt Cycles: remove prefix from source code file names 2021-10-26 15:37:04 +02:00
integrator_adaptive_sampling_test.cpp Cycles: remove prefix from source code file names 2021-10-26 15:37:04 +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 Distance Scrambling for for Cycles X - Sobol version 2021-10-26 16:11:27 +02:00
render_graph_finalize_test.cpp Cycles: remove prefix from source code file names 2021-10-26 15:37:04 +02:00
util_aligned_malloc_test.cpp Cycles: remove prefix from source code file names 2021-10-26 15:37:04 +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 Cycles: remove prefix from source code file names 2021-10-26 15:37:04 +02:00
util_math_test.cpp Cycles: remove prefix from source code file names 2021-10-26 15:37:04 +02:00
util_path_test.cpp Cycles: remove prefix from source code file names 2021-10-26 15:37:04 +02:00
util_string_test.cpp Cycles: remove prefix from source code file names 2021-10-26 15:37:04 +02:00
util_task_test.cpp Cycles: remove prefix from source code file names 2021-10-26 15:37:04 +02:00
util_time_test.cpp Cycles: remove prefix from source code file names 2021-10-26 15:37:04 +02:00
util_transform_test.cpp Cycles: remove prefix from source code file names 2021-10-26 15:37:04 +02:00