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-07-03Fix T51855: Cycles emssive objects with NaN transform break lighting.Brecht Van Lommel
2017-05-17Revert "Cycles: Fix wrong shading on GPU when background has NaN pixels and M...Sergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-08Cycles: Add names to buffer allocationsMai Lavelle
2017-02-13Cycles: Fix wrong shading on GPU when background has NaN pixels and MIS enabledSergey Sharybin
2016-11-12Fix T49985: cycles standalone XML missing distant lights.Brecht Van Lommel
2016-11-06Cycles: Fix T49952: Bad MIS sampling of backgrounds with single bright pixelsLukas Stockner
2016-10-29Cycles: Implement texture coordinates for Point, Spot and Area LampsLukas Stockner
2016-09-14Cycles: Also support the constant emission speedup for mesh lightsLukas Stockner
2016-09-11Cycles: Replace object index hack with actual checks for SD_TRANSFORM_APPLIEDMai Lavelle
2016-09-09Cycles: Don't run full shader evaluation for constant emission lampsLukas Stockner
2016-09-02Fix T49180: Cycles MIS Map for Animated Environment Texture Movie Doesn't Upd...Sergey Sharybin
2016-08-03Fix T49010: Portals don't work in recent Blender versionsSergey Sharybin
2016-07-28Cycles: Fix missing mesh flags update when tweaking shadersSergey Sharybin
2016-07-28Cycles: De-duplicate more checks around light emisive meshesSergey Sharybin
2016-07-28Cycles: De-duplicate check for MIS shaders in meshesSergey Sharybin
2016-07-28Cycles: Add some extra logging for light debuggingSergey Sharybin
2016-07-28Fix T48790: Cycles render bug with zero strength lights.Brecht Van Lommel
2016-05-28Code refactor: modify mesh storage to use arrays rather than vectors, separat...Brecht Van Lommel
2016-05-22Code refactor: nodify Cycles shader and lights.Brecht Van Lommel
2016-05-18Fix issue in with multiple importance sampling in recent code refactor.Brecht Van Lommel
2016-05-17Code refactor: use shader pointers rather than shader indexes.Brecht Van Lommel
2016-04-22Cycles: Reduce verbosity of loggingSergey Sharybin
2016-02-07Cycles: Fix access uninitialized light after recent refactor/fixesSergey Sharybin
2016-02-07Cycles: Refactor the way how we exclude light from the deviceSergey Sharybin
2016-02-06Cycles: Solve issues with auto-disabled MISSergey Sharybin
2016-02-06Cycles: Auto disable World MIS, if we only use a simple color.Thomas Dinges
2015-06-28Fix T45227: Light optimization commit broke world MISSergey Sharybin
2015-06-27Cycles: Ignore light which has no contribution to the sceneSergey Sharybin
2015-06-26Cleanup: Fix a typo in world MIS.Thomas Dinges
2015-05-14Cycles: Resize light_data after possible light removal.Thomas Dinges
2015-04-27Cycles: Added support for light portalsLukas Stockner
2015-04-10Cycles: Add some statistics loggingSergey Sharybin
2015-03-27Cycles: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-03-16Fix T43999: MIS for environment broken after multi-threading commitSergey Sharybin
2015-03-12Cycles: Make Background MIS building threadedThomas Dinges
2015-02-19Cycles: Reduce memory used by background light updateSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-11-08Add safe_normalize to cycles, avoid checking length firstCampbell Barton
2014-11-06Cycles: Add "Max Bounce" control for lampsThomas Dinges
2014-09-05Cycles: Initial support for volume ray visibility.Thomas Dinges
2014-08-21Fix T41267: Wrong light distribution with when having objects with motion blurSergey Sharybin
2014-06-06Fix T40370: cycles CUDA baking timeout with high number of AA samples.Brecht Van Lommel
2014-05-26Fix T40306: cycles baking not distributing work among CPU cores well.Brecht van Lommel
2014-05-12Cleanup: Some else if for attribute code.Thomas Dinges
2014-05-03Cycles BakeDalai Felinto
2014-05-02Cleanup: Remove unused variables.Thomas Dinges
2014-03-29Cycles: add support for mesh deformation motion blur.Brecht Van Lommel
2014-03-29Cycles code refactor: move more geometry code into per primitive files.Brecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel