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
2019-08-30Cleanup: spellingCampbell Barton
2019-08-30Cycles: OpenCL Separate Compilation Debug FlagJeroen Bakker
2019-08-30Cleanup: clang-format, spellingCampbell Barton
2019-08-27Cycles: Stitching of subdivided and displaced meshesMai Lavelle
2019-08-27Fix undefined symbols for ccl::Node with some compilers and build optionsAlex Fuller
2019-08-27Cycles/Windows: Fix over estimation of System RAM.Ray Molenkamp
2019-08-26Fix T69185: Cycles kernel OpenCL compile error after recent changesBrecht Van Lommel
2019-08-26Cycles: support move semantics for device_memoryPatrick Mours
2019-08-26Cycles: refactor of BVH building to prepare for OptixPatrick Mours
2019-08-26Fix Cycles session being (re)created twicePatrick Mours
2019-08-26Cleanup: fix compiler warningsBrecht Van Lommel
2019-08-26Cleanup: avoid unnecessary primitive type lookup and variable initializationPatrick Mours
2019-08-26Cycles: optimize Sobol loopPatrick Mours
2019-08-26Cleanup: add zero bit counting functionsBrecht Van Lommel
2019-08-26Cycles: code to optionally zero initialize some structs in the kernelBrecht Van Lommel
2019-08-26GPencil: Invert Paste operator and make Paste to Active defaultAntonio Vazquez
2019-08-26Cycles: Fix Architecture logging on x64.Lazydodo
2019-08-26Cleanup: simplify perlin noise function definitionPatrick Mours
2019-08-26Cleanup: use saturate3() for float3 clampingPatrick Mours
2019-08-26Cycles: GPU code generation optimizations for direct lightingPatrick Mours
2019-08-26Cycles: inline more functions on the GPUPatrick Mours
2019-08-26Cycles: change svm node decoding for more efficient code generation on GPUPatrick Mours
2019-08-26Cycles: remove workaround to pass ray by valuePatrick Mours
2019-08-26Cycles: tweaks for better GPU code generationPatrick Mours
2019-08-26Cycles: fixes for building kernel without certain featuresPatrick Mours
2019-08-26Cleanup: fix use of wrong constantPatrick Mours
2019-08-26Cleanup: fix compiler warningBrecht Van Lommel
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-22Shading: Add object color to Object Info node.OmarSquircleArt
2019-08-22Fix T69044: OpenCL fail due to bad fract function.OmarSquircleArt
2019-08-21Shading: Add Volume Info node.OmarSquircleArt
2019-08-21Shading: Add White Noise node.OmarSquircleArt
2019-08-21Shading: Add more operators to Vector Math node.OmarSquircleArt
2019-08-21Cleanup: Fix build error with MSVCLazydodo
2019-08-20Fix use of uninitialized variable in Cycles math nodeBrecht Van Lommel
2019-08-20Cycles Tests: Fix Math tests when use_clamp is true.OmarSquircleArt
2019-08-20Cleanup: clang-format, sorted listsCampbell Barton
2019-08-20Memory: Fix guarded aligned malloc with small alignmentJacques Lucke
2019-08-18Shading: Refactor Math node and use dynamic inputs.OmarSquircleArt
2019-08-17Cleanup: spellingCampbell Barton
2019-08-16Cleanup: spellingCampbell Barton
2019-08-16Fix T55054: possible use of unsupported instructions in Cycles texture codeLazydodo
2019-08-14OpenVDB: mesh/level set conversion, filters and CSG operationsPablo Dobarro
2019-08-14Cleanup: clang-format, sort structs & cmake filesCampbell Barton
2019-08-14Cleanup: don't unnecessarily use ustring in IES file parsingBrecht Van Lommel
2019-08-14Fix cycles crash when voxel attributes changedPhilipp Oeser
2019-08-14Shading: Add a clamp option to the Map Range node.OmarSquircleArt
2019-08-13Shading: Add Clamp node to Cycles and EEVEE.OmarSquircleArt
2019-08-13Shading: Add Map Range node to Cycles and EEVEE.OmarSquircleArt
2019-08-13Fix build errors with older GCC versions like 4.9Brecht Van Lommel