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-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
2015-05-26Fix T44833: Can't use ccl_local space in non-kernel functionsSergey Sharybin
2015-05-26Cycles: Enable advanced shading for NVidia OpenCL kernelSergey Sharybin
2015-05-26Cleanup: warning, spellingCampbell Barton
2015-05-25Cycles: Fix compilation error of split kernelSergey Sharybin
2015-05-25Fix T44833, OpenCL compile error on AMD.Thomas Dinges
2015-05-22Cycles: Restructure kernel files organizationSergey Sharybin
2015-05-21Cleanup: Remove some outdated comments related to split kernel.Thomas Dinges
2015-05-21Cycles: Remove OSL from split headersSergey Sharybin
2015-05-21Cycles: Move utility atomics function to util_atomic.hSergey Sharybin
2015-05-20Cycles: Cleanup, synchronize name across file name, program and kernel namesSergey Sharybin
2015-05-17Cycles / OpenCL: Enable Camera Motion and Hair for AMD.Thomas Dinges
2015-05-17Cleanup: typosCampbell Barton
2015-05-15Cleanup: style, spellingCampbell Barton
2015-05-15Cycles: Enable CMJ for Intel/NVidia experimental split kernelsSergey Sharybin
2015-05-15Cycles: Make experimental kernel build option more genericSergey Sharybin
2015-05-15Cycles: Disable bake OpenCL kernel for NVidia devices prior to sm_30Sergey Sharybin
2015-05-14Cycles: Enable object motion blur on Intel OpenCL platformSergey Sharybin
2015-05-14Cycles: Remove meaningless ifdef checks for features in device_openclSergey Sharybin
2015-05-14Cycles: Enable camera motion blur in split kernel for Intel/NVidiaSergey Sharybin
2015-05-14Cycles: Prepare code for OpenCL camera/motion blurSergey Sharybin
2015-05-14Cycles: Use special _auto versions of transform function in motion blur codeSergey Sharybin
2015-05-14Cycles: Enable hair for split kernels when using Intel or NVidia driversSergey Sharybin
2015-05-13Cleanup: Avoid temp variable in portal sampling code.Thomas Dinges
2015-05-13Cleanup / Cycles: De-Duplicate Portal data fetch and side check.Thomas Dinges
2015-05-09Cycles: Fix typo in global space version of normal transformSergey Sharybin