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
2017-11-08Fix incorrect MIS weights in Cycles with multiple lights.Brecht Van Lommel
2017-09-13Code cleanup: avoid used of uninitialized value in case of precision issue.Brecht Van Lommel
2017-09-12Cycles: improve sample stratification on area lights for path tracing.Brecht Van Lommel
2017-09-06Fix T52661: mesh light shader using backfacing not working, after new sampling.Brecht Van Lommel
2017-08-31Cycles: Cleanup, indentation and trailing whitespaceSergey Sharybin
2017-08-30Fixing T52477 - switching from custom ray/triangle intersection code to the o...Stefan Werner
2017-08-17Cycles: Fix for a division by zero that could happen with solid angle triangl...Stefan Werner
2017-08-17Improved triangle sampling for mesh lightsStefan Werner
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-01-23Cycles: Make object flag names more obvious that hey are object and not shaderSergey Sharybin
2016-10-29Cycles: Implement texture coordinates for Point, Spot and Area LampsLukas Stockner
2016-09-14Cycles: Stop lamp sampling if the lamp isn't visibleLukas Stockner
2016-09-11Cycles: Replace object index hack with actual checks for SD_TRANSFORM_APPLIEDMai Lavelle
2016-08-01Cycles: Tweaks to support CUDA 8 toolkitSergey Sharybin
2016-07-02Cleanup: comment blocksCampbell Barton
2016-06-07Cycles: Use faster ray-quad-intersection testLukas Stockner
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2016-02-17Fix T47411: Cycles portals luminance artifactsLukas Stockner
2016-02-15Cycles: Tweaks for 32bit CUDA binariesSergey Sharybin
2016-02-03Cycles: Cleanup, indentation and bracesSergey Sharybin
2016-01-14Cycles: Tweak inline policy for some functionsSergey Sharybin
2015-09-09Cycles: Attempt to fix 32bit CUDA kernelsSergey Sharybin
2015-08-04Cycles: Remove 32bit cuda workaroudn and disable cubins for buildbotSergey Sharybin
2015-07-21Cycles: Another attempt to solve CUDA compilation errors on 32bit platformsSergey Sharybin
2015-07-16Fix T45447: Area light importance sampling improvementStefan Werner
2015-05-13Cleanup: Avoid temp variable in portal sampling code.Thomas Dinges
2015-05-13Cleanup / Cycles: De-Duplicate Portal data fetch and side check.Thomas Dinges
2015-04-28Cycles: Initialize portal variable directly, so we can avoid the one NULL check.Thomas Dinges
2015-04-27Cycles: Added support for light portalsLukas Stockner
2015-03-03Cycles: Fix/workaround for toggling world MIS causing CUDA to failSergey Sharybin
2015-02-17Cleanup: Add comment about light_p being modified in one case.Thomas Dinges
2015-02-17Cycles: Cleanup after recent changesSergey Sharybin
2015-02-17Some tweaks to last commit, this is better.Thomas Dinges
2015-02-17Cleanup: Deduplicate area light sampling code.Thomas Dinges
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-11-12Cycles: Prevent NaN and inf in area lamp sampling caused by precision issuesSergey Sharybin
2014-11-08Cycles: Remove dead branch for Distant lamps, ls->t is always FLT_MAX here.Thomas Dinges
2014-11-08Cleanup: cycles whitespaceCampbell Barton
2014-11-06Cycles: Add "Max Bounce" control for lampsThomas Dinges
2014-11-01Cleanup: Remove unused light function.Thomas Dinges
2014-10-16Cycles: Implement an area preserving parameterization sampling for area lampsSergey Sharybin
2014-08-14Cleanup: typos and extra brackets.Thomas Dinges
2014-08-14Cycles: Avoid intermediate function when we sample all lamps.Thomas Dinges
2014-08-13Fix T41219: Cycles backface detection doesn't work properlySergey Sharybin
2014-07-13Fix T40987: Distant Lamps have no influence on Volumes.Thomas Dinges
2014-06-14Cycles: volume light samplingBrecht Van Lommel
2014-05-01Cycles: MIS for lamps now loops over all lamps instead of picking one.Brecht Van Lommel
2014-03-29Cycles code refactor: replace magic ~0 values in the code with defines.Brecht Van Lommel
2014-03-29Cycles code refactor: move more geometry code into per primitive files.Brecht Van Lommel
2014-03-09Code Cleanup for __HAIR__ defines.Thomas Dinges