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
2018-06-11Cycles: Cleanup, silence strict compiler warningSergey Sharybin
2018-02-04msvc: Use source folder structure for project file.Ray Molenkamp
2018-01-23Cycles: Fix optimal BVH selection.Ray Molenkamp
2018-01-22Cycles: Replace use_qbvh boolean flag with an enum-based propertySergey Sharybin
2018-01-19Cycles: Remove unneeded include statementsSergey Sharybin
2017-10-18Cycles: Fix wrong shading when some mesh triangle has non-finite coordinateSergey Sharybin
2017-10-15Code cleanup: deduplicate primitive refit code.Brecht Van Lommel
2017-08-31Cycles: Fix typo in commentSergey Sharybin
2017-08-25Cycles: Fix stack overflow during traversal caused by floating overflowSergey Sharybin
2017-08-23Cycles: Add maximum depth stat to bvh builderMai Lavelle
2017-08-14Cycles: Guard memcpy to potentially re-allocating memory with lockSergey Sharybin
2017-08-10Cycles: Fix instanced shadow catcher objects influencing each otherSergey Sharybin
2017-08-10Cycles: De-duplicate trace-time object visibility calculationSergey Sharybin
2017-08-07Fix Cycles shadow catcher objects influencing each other.Brecht Van Lommel
2017-04-13Cycles: Header cleanup in BVH: move self header to be the first oneSergey Sharybin
2017-04-13Cycles: Split BVH implementations into separate filesSergey Sharybin
2017-04-13Cycles: Use more explicit and commonly used names for BVH structuresSergey Sharybin
2017-03-30Cycles: Cleanup, rename RegularBVH to BinaryBVHSergey 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-02-15Cycles: Fix missing initialization of triangle BVH 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: Allow up to 4 motion curve primitives per BVH nodeSergey 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-24Cycles: Cleanup, styleSergey Sharybin
2016-10-24Fix T49818: Crash when rendering with motion blurSergey Sharybin
2016-10-24Cycles: Cleanup, spacesSergey Sharybin
2016-09-15Revert "Cycles: Tweak empty boundbox children"Sergey Sharybin
2016-09-13Cycles: Tweak empty boundbox childrenSergey Sharybin
2016-09-13Fix T49290: Specific .blend with hair crashes in MacOS 2.78 RC1 on renderSergey Sharybin
2016-09-09Cycles: Deduplicate QBVH node packing across BVH build and refitSergey Sharybin
2016-09-08Cycles: Fix regular BVH nodes refitSergey Sharybin
2016-09-08Cycles: Add asserts to BVH node packingSergey Sharybin
2016-09-08Cycles: Cleanup: line wrappingSergey Sharybin