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
AgeCommit message (Expand)Author
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2020-06-22Cycles: remove SIMD BVH optimizations, to be replaced by EmbreeBrecht Van Lommel
2020-03-26Fix T74939: Random Walk subsurface appearance in OptiX does not match other e...Patrick Mours
2019-07-05Fix T66296: Black artefacts on materials with refraction on CPUSergey Sharybin
2019-05-01Cleanup: comments (long lines) in cyclesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2018-11-25Cleanup: trailing spaceCampbell Barton
2018-11-21Fix T57811: Render crashes in certain scenes when AO Bounces are usedSergey Sharybin
2018-11-21Cycles: Cleanup, use utility functionSergey Sharybin
2018-11-21Cycles: Cleanup, reduce indentation levelSergey Sharybin
2018-11-21Cycles: Cleanup, comments and dead codeSergey Sharybin
2018-11-21Cycles: Cleanup, CUDA code path is not possible inside AVX2Sergey Sharybin
2018-11-09Cycles: Cleanup, spacing after preprocessorSergey Sharybin
2018-08-29Fix Cycles CUDA build after recent changes.Brecht Van Lommel
2018-08-29Cycles: Add BVH8 and packeted triangle intersectionSergey Sharybin
2018-06-15Cycles: change Ambient Occlusion shader to output colors.Lukas Stockner
2018-02-09Cycles: random walk subsurface scattering.Brecht Van Lommel
2017-11-08Code refactor: rename subsurface to local traversal, for reuse.Brecht Van Lommel
2017-03-28Cycles: Switch to reformulated Pluecker ray/triangle intersectionSergey Sharybin
2017-03-23Cycles: Remove unused macroSergey Sharybin
2017-03-23Cycles: Fix speed regression on GPUSergey Sharybin
2017-03-23Cycles: Use utility function for SSS triangle intersectionSergey Sharybin
2017-03-23Cycles: Move watertight triangle intersection to an utility fileSergey Sharybin
2017-03-23Cycles: Move triangle intersection precalc to an util fileSergey Sharybin
2017-03-23Cycles: Cleanup, move utility function to utility fileSergey Sharybin
2017-03-23Cycles: Cleanup, inline AVX register construction from kernel global dataSergey Sharybin
2017-03-08Cycles: Remove ccl_fetch and SOAMai Lavelle
2016-12-12Cycles: Cleanup, variable namesSergey Sharybin
2016-12-12Cycles: Cleanup, variables namesSergey Sharybin
2016-10-26Cycles: Fix compilation error of AVX2 kernel without SSE mathSergey Sharybin
2016-10-25Cycles: Avoid branching in SSE version of intersection pre-calculationSergey Sharybin
2016-10-24Cycles: Add AVX2 path to subsurface triangle intersectionSergey Sharybin
2016-10-12Cycles: Implement AVX2 version of triangle_intersectSergey Sharybin
2016-07-31Cleanup: spelling, styleCampbell Barton
2016-07-25Cycles: Fix rays parallel to the surface in the triangle refine and MultiGGX ...Lukas Stockner
2016-07-24Fix use of uninitialized variable in recent SSS fix.Brecht Van Lommel
2016-07-18Fix T48860: Cycles SSS artifacts with spatially split BVHSergey Sharybin
2016-07-07Cycles: Reduce memory usage by de-duplicating triangle storageSergey Sharybin
2016-06-07Cycles: Limit degenerated triangle check got CUDA onlySergey Sharybin
2016-06-03Cycles: Simplify check for degenerated faces on GPUSergey Sharybin
2016-04-11Cycles: Rename tri_woop to tri_storageSergey Sharybin
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2016-02-15Cycles: Tweaks for 32bit CUDA binariesSergey Sharybin
2016-01-11Cycles: Always inline triangle precalc for CUDA devicesSergey Sharybin
2015-12-02Cycles: Fix wrong SSS intersection refinement when this option is disabledSergey Sharybin
2015-11-25Cysles: Avoid having ShaderData on the stackSergey Sharybin
2015-10-22Cycles: Watertight fix for SSS intersectionSergey Sharybin
2015-10-22Cycles: Fix for watertight intersectionSergey Sharybin
2015-09-17Fix T46143: Faces missing with GPU renderSergey Sharybin
2015-09-09Cycles: Cleanup, typoSergey Sharybin