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
path: root/intern
AgeCommit message (Expand)Author
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-09Cleanup: simplify CPU instruction checkingBrecht 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-09Fix T100119: Cycles light object's parametric vector distortedSergey Sharybin
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-08-08Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-08Fix Cycles crash after recent bugfix for image savingBrecht 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 T99991: Cycles wrong intercept with new hair curvesBrecht Van Lommel
2022-08-05Fix T98769: Cycles crash with multi-device rendering and BVH refitsBrecht 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 T99055: Cycles vertex color bake + denoising gives bad resultBrecht Van Lommel
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-04Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-08-04Fix broken build due to missing include.Bastien Montagne
2022-08-04Fix leak when the cursor leaves the window while dragging in WaylandCampbell Barton
2022-08-04Fix double-free after drag & drop with GHOST/WaylandCampbell Barton
2022-08-04GHOST/Wayland: support URL decoding for file drag & dropCampbell Barton
2022-08-04Fix drag & drop in Wayland with some applicationsCampbell Barton
2022-08-04GHOST/Wayland: improve logging for drag & dropCampbell Barton
2022-08-04Guarded allocator: Function to rename block for debuggingJulian Eisel
2022-08-03Image: Display GPU layout in `uiTemplateImageInfo`Angus Stanton
2022-08-02Fix T100119: Light object's parametric vector distorted in blender 3.4Sergey Sharybin
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-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-29Merge branch 'blender-v3.3-release'Bastien Montagne
2022-07-29Fix Cycles build error with CUDA on arm64Tianhao Chai
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-25Cycles: Nishita Sky: Fix sun disk imprecision for large elevationClément Foucault
2022-07-25Cleanup: remove __KERNEL_CPU__Brecht Van Lommel
2022-07-25Cycles: add math functions for float8Andrii Symkin