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
2022-08-18Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-18Cycles: disable Metal inlining optimization on Apple GPUsBrecht Van Lommel
2022-08-17Cleanup: spelling in commentsCampbell Barton
2022-08-15Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-15Cycles: simplify handling of ray differentialsBrecht Van Lommel
2022-08-13Fix Cycles MetalRT compile errorBrecht Van Lommel
2022-08-12Cleanup: repeated words in commentsCampbell Barton
2022-08-10Cleanup: spellingCampbell Barton
2022-08-10Cleanup: formatCampbell Barton
2022-08-09Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-09Cycles: improve ray tracing precision near triangle edgesBrecht Van Lommel
2022-08-09Cycles: make transform inverse match Embree exactlyBrecht Van Lommel
2022-08-09Cycles: add new Spectrum and PackedSpectrum typesAndrii Symkin
2022-08-09Cleanup: make vector types make/print functions consistent between CPU and GPUBrecht Van Lommel
2022-08-08Merge branch 'blender-v3.3-release'Germano Cavalcante
2022-08-08Fix: Error in oneAPI image code for texture access with clip extensionNikita Sirgienko
2022-08-08Merge branch 'blender-v3.3-release'Xavier Hallade
2022-08-07Cycles: re-enable zebin format for Intel GPUs on LinuxXavier Hallade
2022-08-05Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-05Fix T99179: holdout does not affect transparency without transparent backgroundBrecht Van Lommel
2022-08-05Fix T99201: Cycles render difference with 3D hair curves between OptiX and Em...Brecht Van Lommel
2022-08-04Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-04Fix T100134: Cycles faceted triangle normals with motion blurBrecht Van Lommel
2022-08-04Fix T100205: Cycles wrong volume shading with two materials in objectBrecht Van Lommel
2022-08-01Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-01Cycles: Resolve recent performance regression in oneAPI implementation for In...Nikita Sirgienko
2022-07-28Cleanup: simplifications and consistency for vector typesBrecht Van Lommel
2022-07-27Cycles: switch Cycles triangle barycentric convention to match Embree/OptiXBrecht Van Lommel
2022-07-27Cleanup: remove unnecessary bvh_instance_motion_popBrecht Van Lommel
2022-07-27Fix broken BVH2 on CPU after recent changesBrecht Van Lommel
2022-07-27Cycles oneAPI: simplify num_concurrent_states selectionXavier Hallade
2022-07-26Cleanup: spelling in commentsCampbell Barton
2022-07-26Fix Cycles Metal build errors after recent changesBrecht Van Lommel
2022-07-25Cleanup: remove __KERNEL_CPU__Brecht Van Lommel
2022-07-25Cycles: add math functions for float8Andrii Symkin
2022-07-25Cleanup: move device BVH code to kernel/device/*/bvh.hBrecht Van Lommel
2022-07-25Fix wrong Cycles SSS intersection distance after ray distance changesBrecht Van Lommel
2022-07-25Cycles: simplify handling of ray distance in GPU renderingBrecht Van Lommel
2022-07-25Cycles: more closely match some math and intersection operations in EmbreeBrecht Van Lommel
2022-07-21Cleanup: spelling in comments, typos in tool-tipsCampbell Barton
2022-07-15Cycles: refactor rays to have start and end distance, fix precision issuesBrecht Van Lommel
2022-07-15Fix Cycles MetalRT error after recent specialization changesBrecht Van Lommel
2022-07-15Cycles: generalize shader sorting / locality heuristic to all GPU devicesBrecht Van Lommel
2022-07-15Cycles: Apple Silicon optimization to specialize intersection kernelsMichael Jones
2022-07-15Cycles: keep track of SVM nodes used in kernelsMichael Jones
2022-07-15Cycles: refactor to move part of KernelData definition to template headerBrecht Van Lommel
2022-07-15Cleanup: make formatBrecht Van Lommel
2022-07-14Fix Cycles MNEE wrong results with area light spreadOlivier Maury
2022-07-14Cleanup: replace state flow macros in the kernel with functionsBrecht Van Lommel
2022-07-14Cycles: Improve cache usage on Apple GPUs by chunking active indicesMichael Jones