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
2016-04-15Cycles: Optimization to spatial BVH buildSergey Sharybin
2016-04-13Cycles: Resolve ridiculous amount of memory used by spatial split builderSergey Sharybin
2016-04-05Cleanup: Typo fixes after BVH commits.Thomas Dinges
2016-04-04Cycles: Fix regular BVH not having proper visibility flagsSergey Sharybin
2016-04-04Cycles: Make spatial split BVH multi-threadedSergey Sharybin
2016-04-04Cycles: Solve possible issues with running out of stack memory allocatorSergey Sharybin
2016-04-04Cycles: Log allocation slop factor for BVH arraysSergey Sharybin
2016-04-04Cycles: Tweak to stack allocator used by BVH builderSergey Sharybin
2016-04-01Cycles: Temporarily revert index sort commit for spatial splitSergey Sharybin
2016-03-31Cycles: Fix compilation on Win32 after bitscan commitSergey Sharybin
2016-03-31Cycles: Name cleanup and some comments in BVH codeSergey Sharybin
2016-03-31Cycles: Pass BVH builder by const reference to spatial splittersSergey Sharybin
2016-03-31Cycles: Only sort indices when finding a best dimension to splitSergey Sharybin
2016-03-31Cycles: Wrap spatial split storage into own structureSergey Sharybin
2016-03-31Cycles: Use stack storage for temporary data on leaf creationSergey Sharybin
2016-03-31Cycles: Move non-vectorized bitscan() to utilSergey Sharybin
2016-03-25Cycles: Use dedicated BVH for subsurface ray castingSergey Sharybin
2015-08-24Cycles: Use better policy for primitive array resize for spatial splitSergey Sharybin
2015-08-24Cycles: Implementation of object reference nodes spatial splitSergey Sharybin
2015-08-24Cycles: BVH statistics print was missing for spatially split BVH treeSergey Sharybin
2015-06-28Cycles: Avoid having duplication of BVH arrays during buildSergey Sharybin
2015-03-30Fix T44193: Hair intersection with duplis causes flickeringSergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-01-22Fix T43357: Cycles crash with spatial splits after recent changesSergey Sharybin
2015-01-19Cycles: Avoid crash in statistics when canceling BVH buildSergey Sharybin
2015-01-16Cycles; Correction to previous debug print to survive prints from multiple th...Sergey Sharybin
2015-01-16Cycles: Report BVH statistics after buildSergey Sharybin
2015-01-16Cycles: Fix stupid typo in the previous commitSergey Sharybin
2015-01-15Cycles: Tweak to leaf creation criteria in all BVH typesSergey Sharybin
2015-01-12Cycles: Fix compilation error on platforms without SSE supportSergey Sharybin
2015-01-12Cycles: Enable leaf split by primitive type and adopt BVH traversal for thisSergey Sharybin
2015-01-12Cycles: Optimize leaf splitting code by avoid vector allocationSergey Sharybin
2015-01-12Cycles: BVH params option to split leaf node by primitive typesSergey Sharybin
2014-12-09Cycles: Code cleanup, typoSergey Sharybin
2014-11-24Cycles: Log time spent on the BVH buildSergey Sharybin
2014-04-22Cycles: optimization for hair BVH build, allow max 2 hair curves per leaf.Brecht Van Lommel
2014-04-21Code cleanup: add some asserts and fix a typo in BVH build.John Pavel
2014-03-29Cycles: add support for curve deformation motion blur.Brecht Van Lommel
2014-03-29Cycles: add support for mesh deformation motion blur.Brecht Van Lommel
2014-03-29Cycles code refactor: change curve key to float4 for easier storage as attrib...Brecht Van Lommel
2014-03-29Cycles code refactor: changes to make adding new primitive types easier.Brecht Van Lommel
2013-10-26spelling: use American spelling for canceledCampbell Barton
2013-09-17Fix #36750: windows crash with empty cycles scene, can't do &references[0] withBrecht Van Lommel
2013-09-17Fix #36738: object ray visibility flags not working in cycles viewport if thereBrecht Van Lommel
2013-01-15Cycles Hair: Introduction of Cardinal Spline Curve Segments and minor fixes.Stuart Broadfoot
2013-01-03Cycles Hair: refactoring to store curves with the index of the first key and theBrecht Van Lommel
2013-01-03Cycles Hair: refactoring to support generic attributes for hair curves. ThereBrecht Van Lommel
2012-12-28New featureStuart Broadfoot
2012-06-09code cleanup: quiet all warnings about double promotion (either by changing t...Campbell Barton
2012-05-05Cycles: threading optimizationsBrecht Van Lommel