projects
/
blender-staging.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix T54105: random walk SSS missing in branched indirect paths.
[blender-staging.git]
/
intern
/
cycles
/
kernel
/
kernel_path.h
2018-02-21
Brecht Van Lommel
Fix T54105: random walk SSS missing in branched indirec...
blob
|
commitdiff
|
raw
2018-02-09
Brecht Van Lommel
Cycles: random walk subsurface scattering.
blob
|
commitdiff
|
raw
|
diff to current
2018-02-08
Brecht Van Lommel
Code refactor: tweaks in SSS code to prepare for coming...
blob
|
commitdiff
|
raw
|
diff to current
2018-01-12
Lukas Stockner
Cycles: option to make background visible through glass...
blob
|
commitdiff
|
raw
|
diff to current
2017-11-26
Mathieu Menuet
Fix T53349: AO bounces not working correct with OpenCL.
blob
|
commitdiff
|
raw
|
diff to current
2017-11-17
Lukas Stockner
Cycles: Refactor PassType from bitflag to index in...
blob
|
commitdiff
|
raw
|
diff to current
2017-11-09
Mai Lavelle
Cycles: Replace __MAX_CLOSURE__ build option with runti...
blob
|
commitdiff
|
raw
|
diff to current
2017-11-05
Brecht Van Lommel
Cycles: reduce closure memory usage for emission/shadow...
blob
|
commitdiff
|
raw
|
diff to current
2017-11-05
Brecht Van Lommel
Code refactor: remove emission and background closures...
blob
|
commitdiff
|
raw
|
diff to current
2017-10-25
Brecht Van Lommel
Cycles: use AO factor to let user adjust intensity...
blob
|
commitdiff
|
raw
|
diff to current
2017-10-08
Brecht Van Lommel
Code refactor: use DeviceInfo to enable QBVH and decoup...
blob
|
commitdiff
|
raw
|
diff to current
2017-10-04
Brecht Van Lommel
Code refactor: zero render buffers outside of kernel.
blob
|
commitdiff
|
raw
|
diff to current
2017-10-04
Brecht Van Lommel
Code refactor: remove rng_state buffer and compute...
blob
|
commitdiff
|
raw
|
diff to current
2017-09-28
Brecht Van Lommel
Cycles: reduce subsurface stack memory usage.
blob
|
commitdiff
|
raw
|
diff to current
2017-09-20
Brecht Van Lommel
Cycles: use defensive sampling for picking BSDFs and...
blob
|
commitdiff
|
raw
|
diff to current
2017-09-20
Brecht Van Lommel
Cycles: slightly improve BSDF sample stratification...
blob
|
commitdiff
|
raw
|
diff to current
2017-09-20
Brecht Van Lommel
Code cleanup: refactor BSSRDF closure sampling, for...
blob
|
commitdiff
|
raw
|
diff to current
2017-09-20
Brecht Van Lommel
Code cleanup: remove hack to avoid seeing transparent...
blob
|
commitdiff
|
raw
|
diff to current
2017-09-18
Carlo Andreacchio
Fix Cycles adaptive compile without volumes broken...
blob
|
commitdiff
|
raw
|
diff to current
2017-09-13
Brecht Van Lommel
Code cleanup: store branch factor in PathState.
blob
|
commitdiff
|
raw
|
diff to current
2017-09-13
Brecht Van Lommel
Code cleanup: abstract shadow catcher logic more into...
blob
|
commitdiff
|
raw
|
diff to current
2017-09-13
Brecht Van Lommel
Code cleanup: deduplicate some branched and split kerne...
blob
|
commitdiff
|
raw
|
diff to current
2017-09-13
Brecht Van Lommel
Code cleanup: tweak inlining for 2% better CUDA perform...
blob
|
commitdiff
|
raw
|
diff to current
2017-09-12
Mathieu Menuet
Cycles: change AO bounces approximation to do more...
blob
|
commitdiff
|
raw
|
diff to current
2017-09-05
Sergey Sharybin
Fix T52433: Volume Absorption color tint
blob
|
commitdiff
|
raw
|
diff to current
2017-08-24
Brecht Van Lommel
Code cleanup: remove shader context.
blob
|
commitdiff
|
raw
|
diff to current
2017-08-19
Brecht Van Lommel
Code cleanup: move rng into path state.
blob
|
commitdiff
|
raw
|
diff to current
2017-08-12
Brecht Van Lommel
Code cleanup: make L_transparent part of PathRadiance.
blob
|
commitdiff
|
raw
|
diff to current
2017-08-12
Brecht Van Lommel
Code cleanup: make DebugData part of PathRadiance.
blob
|
commitdiff
|
raw
|
diff to current
2017-08-12
Brecht Van Lommel
Code cleanup: remove unused Cycles random number code.
blob
|
commitdiff
|
raw
|
diff to current
2017-08-12
Brecht Van Lommel
Code cleanup: fix warning and improve terminology.
blob
|
commitdiff
|
raw
|
diff to current
2017-08-11
Sergey Sharybin
Fix T52229: Shadow Catcher artifacts when under transpa...
blob
|
commitdiff
|
raw
|
diff to current
2017-08-07
Brecht Van Lommel
Fix Cycles shadow catcher objects influencing each...
blob
|
commitdiff
|
raw
|
diff to current
2017-08-06
Brecht Van Lommel
Fix Cycles CUDA adaptive megakernel build error.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-18
Sergey Sharybin
Fix T52021: Shadow catcher renders wrong when catcher...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-17
Hristo Gueorguiev
Fix T50937: baking with OpenCL and CPU have slightly...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-07
Lukas Stockner
Cycles: Implement denoising option for reducing noise...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-02
Mai Lavelle
Cycles: Branched path tracing for the split kernel
blob
|
commitdiff
|
raw
|
diff to current
2017-03-29
Sergey Sharybin
Cycles: Make all #include statements relative to cycles...
blob
|
commitdiff
|
raw
|
diff to current
2017-03-27
Hristo Gueorguiev
Cycles: Remove ccl_addr_space from RNG passed to functions
blob
|
commitdiff
|
raw
|
diff to current
2017-03-27
Sergey Sharybin
Cycles: First implementation of shadow catcher
blob
|
commitdiff
|
raw
|
diff to current
2017-03-09
Hristo Gueorguiev
Cycles: SSS and Volume rendering in split kernel
blob
|
commitdiff
|
raw
|
diff to current
2017-03-08
Mai Lavelle
Cycles: Remove ccl_fetch and SOA
blob
|
commitdiff
|
raw
|
diff to current
2017-01-27
Sergey Sharybin
Cycles: Add option to replace GI with AO approximation...
blob
|
commitdiff
|
raw
|
diff to current
2017-01-23
Sergey Sharybin
Cycles: Split ShaderData object and shader flags
blob
|
commitdiff
|
raw
|
diff to current
2017-01-23
Sergey Sharybin
Cycles: Make object flag names more obvious that hey...
blob
|
commitdiff
|
raw
|
diff to current
2017-01-12
Sergey Sharybin
Cycles: Use dedicated debug passes for traversed nodes...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Sergey Sharybin
Fix emissive volumes generates unexpected fireflies...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-11
Mai Lavelle
Cycles: Add comments to endif directives
blob
|
commitdiff
|
raw
|
diff to current
2016-10-30
Lukas Stockner
Cycles: Deduplicate AO calculation
blob
|
commitdiff
|
raw
|
diff to current
2016-10-30
Lukas Stockner
Cycles: Add optional probabilistic termination of light...
blob
|
commitdiff
|
raw
|
diff to current
2016-10-03
Brecht Van Lommel
Fix Cycles CUDA performance on CUDA 8.0.
blob
|
commitdiff
|
raw
|
diff to current
2016-08-03
Sergey Sharybin
Cycles: Recent SSS inline changes broke CPU tests
blob
|
commitdiff
|
raw
|
diff to current
2016-08-01
Sergey Sharybin
Cycles: Tweaks to support CUDA 8 toolkit
blob
|
commitdiff
|
raw
|
diff to current
2016-07-11
Sergey Sharybin
Cycles: Move BVK kernel files to own directory
blob
|
commitdiff
|
raw
|
diff to current
2016-06-23
Lukas Stockner
Cycles: Add multi-scattering, energy-conserving GGX...
blob
|
commitdiff
|
raw
|
diff to current
2016-05-25
Brecht Van Lommel
Cycles CUDA: reduce branched path stack memory by shari...
blob
|
commitdiff
|
raw
|
diff to current
2016-05-23
Brecht Van Lommel
Cycles CUDA: reduce stack memory by reusing ShaderData.
blob
|
commitdiff
|
raw
|
diff to current
2016-03-25
Sergey Sharybin
Cycles: Cleanup, indent nested preprocessor directives
blob
|
commitdiff
|
raw
|
diff to current
2016-02-18
Brecht Van Lommel
Workaround for T47213: branched path sampling issues...
blob
|
commitdiff
|
raw
|
diff to current
2016-01-14
Sergey Sharybin
Cycles: Tweak inline policy for some functions
blob
|
commitdiff
|
raw
|
diff to current
2016-01-06
Thomas Dinges
Cycles: Refactor how we pass bounce info to light path...
blob
|
commitdiff
|
raw
|
diff to current
2015-12-02
Sergey Sharybin
Cycles: Fix SSS object not properly reflected in glossy...
blob
|
commitdiff
|
raw
|
diff to current
2015-11-28
Sergey Sharybin
Cycles: Fix wrong volume stack after SSS bounce
blob
|
commitdiff
|
raw
|
diff to current
2015-11-28
Sergey Sharybin
Cycles: Fix wrong original ray used for SSS baking
blob
|
commitdiff
|
raw
|
diff to current
2015-11-28
Sergey Sharybin
Cycles: Set of fixes for delayed SSS ray tracing
blob
|
commitdiff
|
raw
|
diff to current
2015-11-28
Sergey Sharybin
Cycles: Fallback to diffuse BSDF for the indirect SSS...
blob
|
commitdiff
|
raw
|
diff to current
2015-11-27
Sergey Sharybin
Cycles: Fully roll-back to non-delayed SSS indirect...
blob
|
commitdiff
|
raw
|
diff to current
2015-11-27
Sergey Sharybin
Revert "Cycles: Fix wrong SSS with regular path tracing...
blob
|
commitdiff
|
raw
|
diff to current
2015-11-26
Sergey Sharybin
Cycles: Fix wrong SSS with regular path tracing and...
blob
|
commitdiff
|
raw
|
diff to current
2015-11-25
Sergey Sharybin
Cycles: Trace indirect subsurface rays by restarting...
blob
|
commitdiff
|
raw
|
diff to current
2015-11-25
Sergey Sharybin
Cycles: Delay shooting SSS indirect rays
blob
|
commitdiff
|
raw
|
diff to current
2015-11-25
Sergey Sharybin
Cysles: Avoid having ShaderData on the stack
blob
|
commitdiff
|
raw
|
diff to current
2015-06-15
Sergey Sharybin
Cycles: Move branched path tracking into own file
blob
|
commitdiff
|
raw
|
diff to current
2015-06-11
Sergey Sharybin
Cycles: Add debug pass which shows number of instance...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-11
Sergey Sharybin
Cycles: Add debug pass showing average number of ray...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-09
George Kyriazis
Cycles: OpenCL kernel split
blob
|
commitdiff
|
raw
|
diff to current
2015-05-08
Thomas Dinges
Cleanup: Remove unused ray type flags.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-28
Thomas Dinges
Cleanup: Move Cycles volume stack update for subsurface...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-12
Thomas Dinges
Cycles: Simplify volume light connect code.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-26
Thomas Dinges
Revert "Cleanup: Simplify camera sample motion blur...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-26
Thomas Dinges
Cleanup: Simplify camera sample motion blur code.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-14
Thomas Dinges
Cycles: Small improvement for volume render (decoupled)
blob
|
commitdiff
|
raw
|
diff to current
2015-02-05
Sergey Sharybin
Fix T43562: Cycles gets stuck with camera in volume...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-25
Thomas Dinges
Cleanup: Fix Cycles Apache header.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-06
Campbell Barton
Cleanup: warnings
blob
|
commitdiff
|
raw
|
diff to current
2014-10-06
Sergey Sharybin
Cycles: Optimize of volume stack update when sampling SSS
blob
|
commitdiff
|
raw
|
diff to current
2014-10-05
Sergey Sharybin
Cycles: Make OpenCL folks happy to use __KERNEL_DEBUG__
blob
|
commitdiff
|
raw
|
diff to current
2014-10-04
Sergey Sharybin
Cycles: Add support for debug passes
blob
|
commitdiff
|
raw
|
diff to current
2014-10-03
Sergey Sharybin
Cycles: Implement preliminary test for volume stack...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-27
Sergey Sharybin
Cycles: Avoid temp variable in camera-in-volume check
blob
|
commitdiff
|
raw
|
diff to current
2014-09-27
Sergey Sharybin
Cycles: Cleanup of the SSS volume stack update code
blob
|
commitdiff
|
raw
|
diff to current
2014-09-26
Thomas Dinges
Code style.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-25
Sergey Sharybin
Cycles: Add support for cameras inside volume
blob
|
commitdiff
|
raw
|
diff to current
2014-09-25
Sergey Sharybin
Fix T39823: SSS scatter doesn't update volume stack...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-24
Thomas Dinges
Cleanup: Avoid some defines for scene_intersect(),...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-06
Sergey Sharybin
Fix T41709: Bump not rendered correctly behind transpar...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-03
Sergey Sharybin
Fix T41693: Volumes get brightened with extra volume...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-01
Thomas Dinges
Cleanup: Silence compiler warning.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-24
Thomas Dinges
Cycles: Fix wrong Volume Scattering in Branched Path...
blob
|
commitdiff
|
raw
|
diff to current
next