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
2015-01-12Cycles: Fix crash after recent BVH changes on empty BVH treesSergey 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
2015-01-02cleanup: styleCampbell Barton
2014-12-27Cycles: Mark visibility TODO as resolvedSergey Sharybin
2014-12-25Cleanup: Typo fixes for comments.Thomas Dinges
2014-12-25Cycles: Correction for node tail copy on packing BVHSergey Sharybin
2014-12-25Cycles: Implement QBVH tree traversalSergey Sharybin
2014-12-25Cycles: Store proper empty boundbox for missing child nodes in QBVHSergey Sharybin
2014-12-25Cycles: Implement watertight ray/triangle intersectionSergey Sharybin
2014-12-25Cycles: Optimize storage of QBVH node by one float4Sergey Sharybin
2014-12-25Cycles: Make it more clear offsets in BVH constructionSergey Sharybin
2014-12-25Cycles: Replace magic constant in the code with actual node sizeSergey Sharybin
2014-12-25Cycles: Avoid over-allocation in packing BVH instancesSergey Sharybin
2014-12-25Cycles: Implement refit_nodes for QBVHSergey Sharybin
2014-12-25Cycles: Use proper node counter to allocate QBVH nodesSergey Sharybin
2014-12-09Cycles: Code cleanup, typoSergey Sharybin
2014-11-24Cycles: Speedup BVH build for certain compilersSergey Sharybin
2014-11-24Cycles: Log time spent on the BVH buildSergey Sharybin
2014-09-01Cycles: Rebuild BVH from scratch if loading cache failedSergey Sharybin
2014-08-02SpellingCampbell Barton
2014-05-03Code cleanup: Add -Werror=float-conversion to CyclesCampbell Barton
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-04-02Fix T39523: cycles cache BVH not working correct with deformation motion blur.Brecht Van Lommel
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-08-18Updates for the Cycle Hair UI. With the following changesStuart Broadfoot
2013-07-30Cycles:Thomas Dinges
2013-06-18Cycles: attempt to fix internal compile error with some visual studio buildsBrecht Van Lommel
2013-06-18Cycles: optimization for BVH traveral on CPU's with SSE3, using code from Emb...Brecht Van Lommel
2013-06-04Cycles:Thomas Dinges
2013-06-03Cycles / Math functions:Thomas Dinges
2013-05-14Cycles :Thomas Dinges
2013-04-26Fix #34172: cycles BVH build crashing in some rare circumstances on 32 bit li...Brecht Van Lommel
2013-04-16Cycles Hair: Strand Minimum Pixel SizeStuart Broadfoot
2013-04-09Fix #34921: cycles rendered a specific scene with a small high poly objectBrecht Van Lommel
2013-02-13Fix cycles issue with BVH cache created with 64 bits and used for 32 bits bin...Brecht Van Lommel
2013-02-12Fix some (quite harmless) use of uninitialized memory reported by valgrind.Brecht 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