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
2015-07-31Cycles: Fix for transmissive microfacet samplingSergey Sharybin
2015-07-30Cleanup: Remove unused variable in PathState.Thomas Dinges
2015-07-29Cycles: Fix issue in closure merge function.Lukas Stockner
2015-07-28Cycles: Correction to image extension type commitsSergey Sharybin
2015-07-28Cycles: Add implementation of clip extension modeSergey Sharybin
2015-07-28Cycles: Prepare for more image extension types supportSergey Sharybin
2015-07-21Cycles: Expose image image extension mapping to the image managerSergey Sharybin
2015-07-21Cycles: Implement camera zoom motion blurSergey Sharybin
2015-07-21Cycles: Another attempt to solve CUDA compilation errors on 32bit platformsSergey Sharybin
2015-07-21Cycles: Workaround for sm_50 on 32bit platformSergey Sharybin
2015-07-19Cycles: Fix compilation of OpenCL kernel after point density commitSergey Sharybin
2015-07-18Cycles: Add voxel texture sampler shader nodeSergey Sharybin
2015-07-18Cycles: Commit file missing from conditionally compiling baking kernelSergey Sharybin
2015-07-16Fix T45447: Area light importance sampling improvementStefan Werner
2015-07-15Cycles: Enable OpenCL rendering on Apple OSXSergey Sharybin
2015-07-13Fix T45333: Volume Scatter crash blenderSergey Sharybin
2015-07-04Cleanup: Typo in comment.Thomas Dinges
2015-07-03Cycles: Use explicit indices for split kernel queuesSergey Sharybin
2015-07-03Cycles: Code cleanup in split kernel, whitespacesSergey Sharybin
2015-06-30CMake: minor editsCampbell Barton
2015-06-29Cleanup: Style in for loops header.Thomas Dinges
2015-06-20Cycles: Another fix for OSX, sm_50 experimental actually also fails to compileSergey Sharybin
2015-06-20Cycles: Tweak to previous commit, experimental sm_52 works on Linux but not OSXSergey Sharybin
2015-06-20Cycles: Un-inline triangle_intersect_precalc() on Apple OpenCLSergey Sharybin
2015-06-20Cycles: Cleanup, make it more obvious which platform requires workaround for ...Sergey Sharybin
2015-06-16Add back ray bounces debug code, can be useful nevertheless.Thomas Dinges
2015-06-16Cycles / Branched Path: Some simplifications for main loop.Thomas Dinges
2015-06-16Cleanup comment and remove now redundant define.Thomas Dinges
2015-06-16Cycles: Move branched path tracking into own fileSergey Sharybin
2015-06-14Fix T41870: Cycles OSL - Changing rotation value in anisotropic shader crashe...Sergey Sharybin
2015-06-13Cycles: Avoid compilation warnings when building without passes supportSergey Sharybin
2015-06-13Cycles: Solve possible buffer overrun when using too much closuresSergey Sharybin
2015-06-13Cycles: Add assert check to shader closure merge functionSergey Sharybin
2015-06-13Cycles: Silent paranoid uninitialized GCC warnings in release kernelsSergey Sharybin
2015-06-12Cycles: Fix missing node distance update when only two child intersected in QBVHSergey Sharybin
2015-06-12Cycles: Add debug pass which shows number of instance pushes during camera ra...Sergey Sharybin
2015-06-12Cycles: Remove meaningless debug traversal steps increment from QBVH volume codeSergey Sharybin
2015-06-12Cycles: Enable transparent shadows for experimental AMD kernelSergey Sharybin
2015-06-11Cycles: Simplify volume_phase_eval().Thomas Dinges
2015-06-11Cycles: Add debug pass showing average number of ray bounces per pixelSergey Sharybin
2015-06-08Cycles: Remove requirement of using experimental kernel for hair and blur on AMDSergey Sharybin
2015-06-08Cycles: Make hair, object and motion blur selective compiled into OpenCLSergey Sharybin
2015-06-01Cycles: Assert in the cases when SVM node was not handledSergey Sharybin
2015-06-01Cycles: Implement selective nodes compilationSergey Sharybin
2015-06-01Cycles: Fix some typos in the selective modes compilationSergey Sharybin
2015-06-01Cycles: Add bump feature for selective nodes compilationSergey Sharybin
2015-05-28Cycles: Enable Object Motion on AMD OpenCL.Thomas Dinges
2015-05-28Cleanup: Remove unused Noise Basis texture code.Thomas Dinges
2015-05-28Cleanup: Remove unused Voronoi texture code.Thomas Dinges
2015-05-27Cycles: Code cleanup, split kernelSergey Sharybin