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-09Cleanup: simplify CPU instruction checkingBrecht Van Lommel
2022-08-09Fix T100119: Cycles light object's parametric vector distortedSergey Sharybin
2022-08-08Fix Cycles crash after recent bugfix for image savingBrecht Van Lommel
2022-08-08Fix: Error in oneAPI image code for texture access with clip extensionNikita Sirgienko
2022-08-07Cycles: re-enable zebin format for Intel GPUs on LinuxXavier Hallade
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-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-01Cycles: Resolve recent performance regression in oneAPI implementation for In...Nikita Sirgienko
2022-07-29Fix Cycles build error with CUDA on arm64Tianhao Chai
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
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-25Fix build error with WITH_CYCLES_KERNEL_NATIVE_ONLY on macOS ArmBrecht Van Lommel
2022-07-24Fix T98367: Light group passes do not work when shadow catcher is usedLukas Stockner
2022-07-22GHOST/Wayland: Fix mouse wheel events for Sway Compositor (use seat v5)Campbell Barton
2022-07-21Fix T91932: number sliders wrap around when dragged for long distance on X11Sebastiano Barrera
2022-07-21GHOST/Wayland: fix cursor glitch after grabbing while hiddenCampbell Barton
2022-07-21Cleanup: spelling in comments, typos in tool-tipsCampbell Barton
2022-07-20Point Cloud: Remove redundant custom data pointersHans Goudey
2022-07-20Curves: Remove redundant custom data pointersHans Goudey
2022-07-19Cleanup: Remove compile option for curves objectHans Goudey
2022-07-19Cleanup: quiet compiler warningsCampbell Barton
2022-07-18Cleanup: change internal Cycles compact BVH default to match UIBrecht Van Lommel
2022-07-18Subdiv: remove unused GPU device choice, fix crash with libepoxy on initBrecht Van Lommel
2022-07-16Cleanup: early exit MEM_lockfree_freeN when called with NULL pointerCampbell 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-15Cleanup: compiler warningBrecht 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-15Render: camera depth of field support for armature bone targetsDamien Picard
2022-07-15Cleanup: make formatBrecht Van Lommel