Campbell Barton
|
c47d669f24
Cleanup: comments (long lines) in cycles
|
5 лет назад |
Campbell Barton
|
e12c08e8d1
ClangFormat: apply to source, most of intern
|
5 лет назад |
Lukas Stockner
|
7fa6f72084
Cycles: Add sample-based runtime profiler that measures time spent in various parts of the CPU kernel
|
6 лет назад |
Campbell Barton
|
1daa20ad9f
Cleanup: strip trailing space for cycles
|
6 лет назад |
Brecht Van Lommel
|
148b0fef09
Fix T54317: overlapping volume render bug after recent changes.
|
6 лет назад |
Brecht Van Lommel
|
7f86afec9d
Cycles: don't count volume boundaries as transparent bounces.
|
7 лет назад |
Brecht Van Lommel
|
400e6f37b8
Cycles: reduce subsurface stack memory usage.
|
7 лет назад |
Brecht Van Lommel
|
cd6c9e9e5f
Cycles: improve sample stratification on area lights for path tracing.
|
7 лет назад |
Sergey Sharybin
|
f01e43fac3
Fix T52433: Volume Absorption color tint
|
7 лет назад |
Brecht Van Lommel
|
cfa8b762e2
Code cleanup: move rng into path state.
|
7 лет назад |
Hristo Gueorguiev
|
40e6f65ea1
Fix T50937: baking with OpenCL and CPU have slightly different brightness
|
7 лет назад |
Lukas Stockner
|
43b374e8c5
Cycles: Implement denoising option for reducing noise in the rendered image
|
7 лет назад |
Mai Lavelle
|
915766f42d
Cycles: Branched path tracing for the split kernel
|
7 лет назад |
Hristo Gueorguiev
|
e07ffcbd1c
Cycles: Add OpenCL support for shadow catcher feature
|
7 лет назад |
Hristo Gueorguiev
|
8ada7f7397
Cycles: Remove ccl_addr_space from RNG passed to functions
|
7 лет назад |
Sergey Sharybin
|
d14e39622a
Cycles: First implementation of shadow catcher
|
8 лет назад |
Hristo Gueorguiev
|
57e26627c4
Cycles: SSS and Volume rendering in split kernel
|
7 лет назад |
Mai Lavelle
|
352ee7c3ef
Cycles: Remove ccl_fetch and SOA
|
8 лет назад |
Lukas Stockner
|
26bf230920
Cycles: Add optional probabilistic termination of light samples based on their expected contribution
|
8 лет назад |
Lukas Stockner
|
07de832e22
Cycles: Use correct light sampling PDF for MIS calculation with Branched Path Tracing
|
8 лет назад |
Lukas Stockner
|
b459d9f46c
Cycles: Stop lamp sampling if the lamp isn't visible
|
8 лет назад |
Sergey Sharybin
|
6353ecb996
Cycles: Tweaks to support CUDA 8 toolkit
|
8 лет назад |
Brecht Van Lommel
|
999d5a6785
Cycles CUDA: reduce stack memory by reusing ShaderData.
|
8 лет назад |
Sergey Sharybin
|
700722f686
Cycles: Cleanup, indent nested preprocessor directives
|
9 лет назад |
Brecht Van Lommel
|
3c4f971392
Workaround for T47213: branched path sampling issues with CUDA 7.5.
|
9 лет назад |
Sergey Sharybin
|
da81227e54
Cycles: Fix wrong sample all direct/indirect settings on sm_50 and higher
|
9 лет назад |
Sergey Sharybin
|
3aa74828ab
Cycles: Cleanup, indentation and braces
|
9 лет назад |
Thomas Dinges
|
83e73a2100
Cycles: Refactor how we pass bounce info to light path node.
|
9 лет назад |
Sergey Sharybin
|
b54447c0eb
Cycles: Make sure ray direction is always normalized
|
9 лет назад |
George Kyriazis
|
7f4479da42
Cycles: OpenCL kernel split
|
9 лет назад |