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
2019-10-28CMake: add missing headers, use space before commentsCampbell Barton
2019-10-15Fix T70605: incorrect darken and lighten rgb mix modeJacques Lucke
2019-10-07Fix T70602: error baking with Cycles OpenCL after recent changesBrecht Van Lommel
2019-10-01Cycles: Fixed Camera inside volumes with Embree turned on.Stefan Werner
2019-09-25Cycles: Fix undefined behavior which can causes crashes with a misaligned add...Patrick Mours
2019-09-23Revert part of "GPencil: Invert Paste operator and make Paste to Active default"Brecht Van Lommel
2019-09-19Cleanup: spellingCampbell Barton
2019-09-17Cycles: Viewport Rendering Memory ImprovementJeroen Bakker
2019-09-13Cleanup: compiler warningsBrecht Van Lommel
2019-09-13Cleanup: clang-formatCampbell Barton
2019-09-13Cycles: add Optix device backendPatrick Mours
2019-09-13Cycles: add Optix support in the kernelPatrick Mours
2019-09-12Shading: Add Vertex Color node.OmarSquircleArt
2019-09-12Shading: Add More Features To The Voronoi Node.OmarSquircleArt
2019-09-11Cycles: Display RenderPass in ViewportJeroen Bakker
2019-09-09Fix T69686: Cycles OpenCL build error after recent changesBrecht Van Lommel
2019-09-09Shading: Extend Musgrave node to other dimensions.OmarSquircleArt
2019-09-09Cleanup: clang-formatPhilipp Oeser
2019-09-08Cycles: add bump map shadow terminator softening term for diffuse BSDFsLukas Stockner
2019-09-07Cleanup: style, spellingCampbell Barton
2019-09-05Fix: Compile error due to undefined isinf function.OmarSquircleArt
2019-09-05Shading: Rewrite Mapping node with dynamic inputs.OmarSquircleArt
2019-09-04Shading: Extend Noise node to other dimenstions.OmarSquircleArt
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-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-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 White Noise node.OmarSquircleArt
2019-08-21Shading: Add more operators to Vector Math node.OmarSquircleArt
2019-08-20Cleanup: clang-format, sorted listsCampbell Barton
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-14Cleanup: clang-format, sort structs & cmake filesCampbell Barton
2019-08-13Shading: Add Clamp node to Cycles and EEVEE.OmarSquircleArt
2019-08-13Shading: Add Map Range node to Cycles and EEVEE.OmarSquircleArt