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-08Cycles: Fix Metal BVH crash caused by missing `WITH_METAL` defineMichael Jones
2021-12-07Cycles: fix build on non-Apple systemsSybren A. Stüvel
2021-12-07Cycles: Metal host-side codeMichael Jones
2021-11-29Cycles: MetalRT support (kernel side)Michael Jones
2021-11-22Merge branch 'blender-v3.0-release'Sergey Sharybin
2021-11-22Fix T90308: Cycles crash copying memory from device to hostSergey Sharybin
2021-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2021-11-17Build: match GCC and Clang float conversion warnings in CyclesBrecht Van Lommel
2021-10-26Cycles: remove prefix from source code file namesBrecht Van Lommel
2021-10-26Cycles: changes to source code folders structureBrecht Van Lommel
2021-10-19Cycles: bake transparent shadows for hairBrecht Van Lommel
2021-10-18Cycles: replace integrator state argument macrosBrecht Van Lommel
2021-10-15Cleanup: refactor OptiX shadow intersection for upcoming changesBrecht Van Lommel
2021-10-12Cleanup: spelling in commentsCampbell Barton
2021-10-07Fix Cycles random walk SSS differences between CPU and GPUBrecht Van Lommel
2021-10-06Cycles: fully decouple triangle and curve primitive storage from BVH2Brecht Van Lommel
2021-10-06Cleanup: don't detect duplicate intersections in EmbreeBrecht Van Lommel
2021-10-06Cleanup: spelling in commentsCampbell Barton
2021-09-29Fix Cycles use of uninitialized value in volume stack intersection on CPUBrecht Van Lommel
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-05-19Fix T87793: Cycles OptiX crash hiding objects in viewport renderBrecht Van Lommel
2021-03-11Cycles: Change device-only memory to actually only allocate on the devicePatrick Mours
2021-03-01Fix Cycles build error without Embree on WindowsBrecht Van Lommel
2021-02-17Cycles: add utility functions for zero float2/float3/float4/transformBrecht Van Lommel
2021-02-17Cycles: refactor intrinsic functions implementationBrecht Van Lommel
2021-02-15macOS: fix Cycles not detecting 64 bit and failing to build with EmbreeBrecht Van Lommel
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-05Fix T83915: Subdivision Surface modifier causes visual artifacts in Cycles re...Patrick Mours
2020-12-11Cycles: Add CPU+GPU rendering support with OptiXPatrick Mours
2020-11-04Cycles API: encapsulate Node socket membersKévin Dietrich
2020-11-03Cycles: add support for BVH refit in OptiXKévin Dietrich
2020-10-29Cycles: silence unused variable warningDalai Felinto
2020-10-23Fix T81102: Cycles crashes in interactive 3D viewport rendering after EmbreeBrecht Van Lommel
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-09-04CMake: refresh building and external library handling of Cycles standaloneBrecht Van Lommel
2020-09-01Cycles: Separate Embree device for each CPU Device.Stefan Werner
2020-08-19Cycles : add a Volume Geometry NodeKévin Dietrich
2020-08-17Cycles: Fix local intersections in Embree for non-instancd geometry.Stefan Werner
2020-06-22Cycles: internal refactoring to make thick/ribbon curve separate primitivesBrecht Van Lommel
2020-06-22Cycles: remove SIMD BVH optimizations, to be replaced by EmbreeBrecht Van Lommel
2020-06-22Cycles: always perform backface culling for curve, remove optionBrecht Van Lommel
2020-06-22Cycles: remove support for rendering hair as triangle and linesBrecht Van Lommel
2020-06-22Cycles: use TBB for task pools and task schedulerBrecht Van Lommel
2020-06-22Cleanup: use lambdas instead of functors for task pools, remove threadidBrecht Van Lommel
2020-06-22Cycles: make TBB a required library dependency, and use in a few placesBrecht Van Lommel
2020-06-22Cleanup: minor refactoring around DeviceTaskBrecht Van Lommel
2020-06-04Cleanup: remove unused flagBrecht Van Lommel