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-04-13Cycles: Header cleanup in BVH: move self header to be the first oneSergey Sharybin
2017-03-29Cycles: Cleanup, don't use m_ prefix for public propertiesSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-02-25Fix build error with macOS / clang / c++11.Brecht Van Lommel
2017-02-15Cycles: Don't calculate primitive time if BVH motion steps are not usedSergey Sharybin
2017-02-15Cycles: Fix wrong hair render results when using BVH motion stepsSergey Sharybin
2017-01-24Cycles: Don't rely on indirectly included algorithmSergey Sharybin
2017-01-20Cycles: Use more const qualifiers to avoid possible issuesSergey Sharybin
2017-01-20Cycles: Cleanup, split one gigantic function into two smaller onesSergey Sharybin
2017-01-20Cycles: Store time in BVH nodesSergey Sharybin
2017-01-20Cycles: Add option to split triangle motion primitives by time stepsSergey Sharybin
2017-01-20Cycles: Add option to split curve motion primitives by time stepsSergey Sharybin
2017-01-20Cycles: Cleanup, trailing whitespaceSergey Sharybin
2017-01-20Cycles: Cleanup, better variable nameSergey Sharybin
2017-01-16Cycles: Cleanup, spellingSergey Sharybin
2017-01-16Cycles: Cleanup, avoid shadowingSergey Sharybin
2017-01-13Cycles: Simplify some code in Curve BVH reference fillSergey Sharybin
2017-01-13Cycles: Avoid shadowing in BVH codeSergey Sharybin
2017-01-12Cycles: Use separate limit for motion primitives for BVH node limitsSergey Sharybin
2017-01-12Cycles: Change confusing logic of max leaf size checkSergey Sharybin
2016-10-24Cycles: Fix uninitialized variable from the previous commitSergey Sharybin
2016-10-24Fix T49818: Crash when rendering with motion blurSergey Sharybin
2016-10-24Cycles: Cleanup, spacesSergey Sharybin
2016-08-18Cycles: Fix wrong allocator used for spatial builderSergey Sharybin
2016-07-07Cycles: Implement unaligned nodes BVH builderSergey Sharybin
2016-06-08Cycles: Fix crash after recent zero scale instance optimizationSergey Sharybin
2016-06-06Cycles: Ignore zero size instances in BVHSergey Sharybin
2016-05-31Cycles: Add human readable sizes to debug outputMai Lavelle
2016-05-28Code refactor: modify mesh storage to use arrays rather than vectors, separat...Brecht Van Lommel
2016-05-18Cleanup code style inconsistency in last commits.Brecht Van Lommel
2016-05-17Fix C++11 build issues on OS X, remove references to outdated libs.Brecht Van Lommel
2016-05-04Cycles: Fix hair minimal size doesn't work on GPU and SSE2 only CPUsSergey Sharybin
2016-04-25Cycles: Move vector re-allocation out of loopsSergey Sharybin
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