Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-02-04 17:25:29 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-02-04 17:29:58 +0300
commit3e7389eaf2d7ffbd180931c117776d3de2da5adb (patch)
treed63be65c92ad5b50e07f8e0425394d0add1aef62 /build_files
parentf250aa9d86a35ae8bb6692a85ffe04610924fb08 (diff)
Cycles: Speedup of Christensen-Burley SSS falloff function
The idea is simply to pre-compute fitting and parameterization in the bssrdf_setup() function and re-use the values in both sample() and eval(). The only trick is where to store the pre-calculated values and the answer is inside of ShaderClosure->custom{1,2,3}. There's no memory bump here because we now simply re-use padding fields for the pre-calculated values. Similar trick we can do for other BSDFs. Seems to give nice speedup up to 7% here on my desktop with Core i7 CPU, SSE4.1 kernel.
Diffstat (limited to 'build_files')
0 files changed, 0 insertions, 0 deletions