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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-08-30Cycles: Fix detection of CPU brand string on 32 bit platformsSergey Sharybin
2018-08-24Cycles: Cleanup, styleSergey Sharybin
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-01-19Cycles: Cleanup, stop using debug flags in system utilitiesSergey Sharybin
2018-01-03Cycles: CUDA support for rendering scenes that don't fit on GPU.Brecht Van Lommel
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2016-11-23Cycles: Fix strict compilation warningsSergey Sharybin
2016-11-22Fix T50034: Blender changes processor affinity unauthorizedSergey Sharybin
2016-06-06Cycles: Fix compilation error on OSXSergey Sharybin
2016-06-06Cycles: Add support of processor groupsSergey Sharybin
2016-02-06Cycles: Re-implement some utilities to avoid use of boostSergey Sharybin
2016-01-12Cycles: Use special debug panel to fine-tune debug flagsSergey Sharybin
2015-05-22Cycles: Remove TM / R and whitespace from OpenCL device names.Thomas Dinges
2015-05-11Cycles: check for F16C support with __cpuid, as we do for BMI and BMI2Sv. Lockal
2015-02-11Cleanup: Remove unused Cycles cpuid code.Thomas Dinges
2015-02-10Cycles: Control CPU capabilities via environment variablesSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-06-14Cycles: Add an AVX2 CPU kernel.Thomas Dinges
2014-05-04Style cleanup: indentation, bracesCampbell Barton
2014-02-25Fix missing brackets in cpuid bitfield check.Martijn Berger
2014-02-25Fix T38815Martijn Berger
2014-01-16Cycles: Add an AVX kernel for CPU rendering.Thomas Dinges
2013-12-07Cycles: network render code updated for latest changes and improvedMartijn Berger
2013-11-22Cycles: test code for sse 4.1 kernel and alignment for some vector types.Martijn Berger
2013-10-05Better fix for #36935 and 36316:Brecht Van Lommel
2013-10-04Attempt to fix #36935: disable SSE optimizations on 32 bit windows too. Somet...Brecht Van Lommel
2013-10-02Fix #36316: dots in cycles render on certain CPUs with 32 bit linux builds.Brecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-06-18Fix cycles crash on some processors. We actually need S-SSE3 support for thisBrecht Van Lommel
2013-06-04Fix build error on non-x86 architectures as pointed out by Jochen Schmitt.Brecht Van Lommel
2013-02-04Fix cycles intersection issue with overlapping faces on windows 32 bit and CPUBrecht Van Lommel
2012-06-09style cleanup: block commentsCampbell Barton
2012-06-07style cleanupCampbell Barton
2011-12-02Cycles:Brecht Van Lommel
2011-11-15Fix #29259: cycles issues on certain processors. Now two versions of the kernelBrecht Van Lommel
2011-09-08Cycles: some warning fixes, cpu device task tweaks, avoid unnecessaryBrecht Van Lommel
2011-09-04Compile fixes for MinGW, checked with basic initial setup, no CUDA, gcc 4.5.2.Antony Riakiotakis
2011-05-05Cycles: two 32 bit fixes with help from IRC user Agiofws.Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal