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-15Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-13Fix Cycles MetalRT compile errorBrecht Van Lommel
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-05Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-05Fix T99201: Cycles render difference with 3D hair curves between OptiX and Em...Brecht 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-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-25Cleanup: move device BVH code to kernel/device/*/bvh.hBrecht Van Lommel
2022-07-25Cycles: simplify handling of ray distance in GPU renderingBrecht Van Lommel
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: Apple Silicon optimization to specialize intersection kernelsMichael Jones
2022-07-12Cycles: fix and enable JIT oneAPI CentOS7 builds for drivers 23570+Xavier Hallade
2022-07-08Cycles: enable oneAPI in Linux release buildsXavier Hallade
2022-07-06Cycles oneAPI: Remove direct dependency on Level-ZeroXavier Hallade
2022-07-06Cleanup: fix comments in oneAPI kernel.cppXavier Hallade
2022-07-06Cycles: Improve an occupancy for Intel GPUsNikita Sirgienko
2022-07-01Cycles: fix support for multiple Intel GPUsXavier Hallade
2022-07-01Cleanup: add missing license headers in Cycles oneAPI implementationXavier Hallade
2022-06-30Cleanup: spelling in commentsCampbell Barton
2022-06-29Cycles: Add support for rendering on Intel GPUs using oneAPIXavier Hallade
2022-06-28Cycles: enable Vega GPU/APU supportSayak Biswas
2022-06-20Cleanup: renaming and consistency for kernel dataBrecht Van Lommel
2022-06-07Cycles: Useful Metal backend debug & profiling functionalityMichael Jones
2022-05-31Merge branch 'blender-v3.2-release'Brecht Van Lommel
2022-05-31Fix Cycles MNEE not working for MetalBrecht Van Lommel
2022-05-24Cleanup: make formatJacques Lucke
2022-05-23Cycles: Add half precision float support for volumes with NanoVDBPatrick Mours
2022-05-23Merge branch 'blender-v3.2-release'Sergey Sharybin
2022-05-23Fix missing 64bit casts when calculating Cycles render buffer offsetSergey Sharybin
2022-05-11Enable inlining on Apple Silicon. Use new process-wide ShaderCache in order t...Michael Jones
2022-04-28Revert "Cycles: Enable inlining on Apple Silicon for 1.1x speedup"Brecht Van Lommel
2022-04-27Cycles: Enable inlining on Apple Silicon for 1.1x speedupMichael Jones
2022-04-20Revert "Fix Cycles HIP assuming warp size 32"Brecht Van Lommel
2022-04-01Cycles: Semantically separate 2D and 3D texture objectsStefan Werner
2022-04-01Cycles: Introduce postfix for kernel body definitionStefan Werner
2022-03-24Fix Cycles Metal build error and GCC warning after recent changesBrecht Van Lommel
2022-03-24Fix compile error on GCCKévin Dietrich
2022-03-23Cycles: optimize CPU texture sampler interpolationEthan-Hall