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
2021-10-26Cycles: remove prefix from source code file namesBrecht Van Lommel
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-02-17Cleanup: spellingCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-07-01Cleanup: spellingCampbell Barton
2020-04-01Cycles: AVX implantation of Perlin noise.OmarSquircleArt
2019-09-19Cleanup: spellingCampbell Barton
2019-09-12Shading: Add More Features To The Voronoi Node.OmarSquircleArt
2019-09-07Cleanup: style, spellingCampbell Barton
2019-09-05Fix: Compile error due to undefined isinf function.OmarSquircleArt
2019-09-04Shading: Extend Noise node to other dimenstions.OmarSquircleArt
2019-08-26GPencil: Invert Paste operator and make Paste to Active defaultAntonio Vazquez
2019-08-26Cleanup: simplify perlin noise function definitionPatrick Mours
2019-08-26Cycles: inline more functions on the GPUPatrick Mours
2019-08-21Shading: Add White Noise node.OmarSquircleArt
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2018-07-15Cleanup: use float3 SSE instead of ssef for voronoi texture.Brecht Van Lommel
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2014-10-03Cleanup: Remove some unused / unreferenced functions for perdiodic perlin noise.Thomas Dinges
2014-06-13Cycles Refactor: Add SSE Utility code from Embree for cleaner SSE code.Thomas Dinges
2014-04-03Cycles: SSE optimization for Voronoi cells textureSv. Lockal
2014-02-01Cycles: less instructions for CPU perlin codeSv. Lockal
2014-01-12Fix compilation for OpenCL (and small stype fixes)Sv. Lockal
2014-01-12Cycles: SSE for Voronoi textures (targeted for Haswell CPUs)Sv. Lockal
2014-01-11Code Cleanup: in Cycles SSE replace macros with templates, skip unused code w...Sv. Lockal
2014-01-08Cycles: workaround for noise performance regression in CUDA 5.5Sv. Lockal
2014-01-06Cleanup: use blend() in perlin noise (gives 12 less instructions on SSE4.1)Sv. Lockal
2013-12-28Use ccl_device_inline for SSE perlin noiseSv. Lockal
2013-12-27Cycles / Perlin Noise: Optimize noise calculation by using SIMD instructions ...Thomas Dinges
2013-11-18Cycles: change __device and similar qualifiers to ccl_device in kernel code.Brecht Van Lommel
2013-06-07Code cleanup: avoid some warnings due to implicit uint/int/float/double conve...Brecht Van Lommel
2013-01-10Cycles: different fix for perlin noise generating nan values, now check forBrecht Van Lommel
2012-09-20style cleanupCampbell Barton
2012-06-09style cleanup: assignment & indentation.Campbell Barton
2012-06-09style cleanup: block commentsCampbell Barton
2012-02-07Fix #30049: cycles noise texture producing nan values with someBrecht Van Lommel
2011-09-01Cycles:Brecht Van Lommel
2011-08-29Cycles: some tweaks to try to get sm_13 shader compiling.Brecht Van Lommel
2011-05-03Cycles: first batch of windows build fixes, not quite there yet.Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal