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
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2016-08-07Cycles microdisplacement: Support for Catmull-Clark subdivision via OpenSubdivMai Lavelle
2016-05-22Code refactor: add generic Cycles node infrastructure.Brecht Van Lommel
2016-05-20Fix T48472: issue in array refactor, causing performance regression in BVH bu...Brecht Van Lommel
2016-05-18Cleanup code style inconsistency in last commits.Brecht Van Lommel
2016-05-17Code refactor: add some array utility methods, fix leak in assignment operator.Brecht Van Lommel
2016-05-11Cycles: Use explicit qualifier for single-argument constructorsSergey Sharybin
2016-04-20Cycles: Throw bad_alloc exception when custom allocators failed to allocate m...Sergey Sharybin
2016-03-31Cycles: Expose array's capacity via getter functionSergey Sharybin
2016-03-31Cycles: Aligned vector was not covered by guarded statSergey Sharybin
2016-02-16Fix T47427: Crash caused by OSLSergey Sharybin
2016-02-12Cycles: Always use guarded allocator of vectorsSergey Sharybin
2015-10-11Cycles: Gracefully handle out-of-memory happening in device vectorSergey Sharybin
2015-08-24Cycles: Implement reseve() for aligned array classSergey Sharybin
2015-06-28Cycles: Add assert to an array at() function to be sure we don't have bad mem...Sergey Sharybin
2015-06-28Cycles: Minor code style cleanup, whitesacesSergey Sharybin
2015-06-27Cycles: Allow using custom allocators for vector classSergey Sharybin
2015-02-16Cycles: Correction for C++11 compilation error after recent vector changesSergey Sharybin
2015-02-15Cycles: Add utility method to vector which totally frees memory used the vectorSergey Sharybin
2015-02-15Cycles: Implement guarded allocator for STL classesSergey Sharybin
2015-02-15Cycles: Replace own aligned allocator with system oneSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-11-01Cycles: Remove redundant alloc/freeSergej Reich
2014-06-06Fix T40514: Cycles world MIS segfaultCampbell Barton
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-06-27Code cleanup: cyclesBrecht Van Lommel
2013-06-22Cycles: ensure any SSE data is allocated 16 byte aligned, happens automaticallyBrecht Van Lommel
2011-08-10Cycles: clang build fixes.Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal