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
2021-12-14Fix T94022: Both options GPU/CPU checked under preferences cause viewport ren...Michael Jones
2021-12-07Cycles: Metal host-side codeMichael Jones
2021-11-29Cycles: MetalRT support (kernel side)Michael Jones
2021-10-26Cycles: remove prefix from source code file namesBrecht Van Lommel
2021-02-17Cycles: refactor intrinsic functions implementationBrecht Van Lommel
2020-12-11Cycles: Add CPU+GPU rendering support with OptiXPatrick Mours
2020-11-04Cycles API: encapsulate Node socket membersKévin Dietrich
2020-10-29Cycles: silence unused variable warningDalai Felinto
2020-09-01Cycles: Separate Embree device for each CPU Device.Stefan Werner
2020-06-22Cycles: remove SIMD BVH optimizations, to be replaced by EmbreeBrecht Van Lommel
2020-06-22Cleanup: minor refactoring around DeviceTaskBrecht Van Lommel
2020-06-04Cleanup: remove unused flagBrecht Van Lommel
2020-03-11Fix Cycles crash in BVH8 build due to out of bounds memory accessGiovanni Remigi
2020-02-07Cleanup: split Cycles Hair and Mesh classes, with Geometry base classBrecht Van Lommel
2019-09-13Cycles: add Optix device backendPatrick Mours
2019-08-26Cycles: refactor of BVH building to prepare for OptixPatrick Mours
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-01-09Cycles: Make BVH wider prior to packingSergey Sharybin
2018-11-07Cycles: Added Embree as BVH option for CPU renders.Stefan Werner
2018-08-29Cycles: Add BVH8 and packeted triangle intersectionSergey Sharybin
2018-01-23Cycles: Fix optimal BVH selection.Ray Molenkamp
2018-01-22Cycles: Replace use_qbvh boolean flag with an enum-based propertySergey Sharybin
2017-10-15Code cleanup: deduplicate primitive refit code.Brecht Van Lommel
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: 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-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-20Cycles: Store time in BVH nodesSergey Sharybin
2016-10-24Cycles: Cleanup, styleSergey 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
2016-07-15Cycles: Fix refitting of regular BVHSergey Sharybin
2016-07-07Cycles: Implement unaligned nodes BVH builderSergey Sharybin
2016-07-07Cycles: Switch node address to absolute values in BVH treeSergey Sharybin
2016-07-07Cycles: Reduce memory usage by de-duplicating triangle storageSergey Sharybin
2016-07-07Cycles: Support visibility check for inner nodes of QBVHSergey Sharybin
2016-05-28Code refactor: modify mesh storage to use arrays rather than vectors, separat...Brecht Van Lommel
2016-04-25Cycles: Proper pack of leaves which are bigger than single float4Sergey Sharybin
2016-04-11Cycles: Remove unused SAH from BVH packSergey Sharybin