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-03-13Cycles: Add BVH8 and packeted triangle intersectioncycles_bvh8Sergey Sharybin
2018-03-10Cycles: support arbitrary number of motion blur steps for cameras.Brecht Van Lommel
2018-01-19Cycles: Remove util_debug include from kernel codeSergey Sharybin
2017-10-07Code refactor: make texture code more consistent between devices.Brecht Van Lommel
2017-05-24Cycles: Use falltrhough attribute to help catching missing break statementsSergey Sharybin
2017-05-19\0;115;0cCycles: Cleanup, use ccl_restrict instead of ccl_restrict_ptrSergey Sharybin
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-04-10Cycles: Workaround cubic volume filtering crashing on LinuxSergey Sharybin
2017-04-10Cycles: Cleanup, indentation and trailing whitespaceSergey Sharybin
2017-04-07[Cycles/msvc] Get cycles_kernel compile time under control.lazydodo
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-23Cycles: Cleanup, inline AVX register construction from kernel global dataSergey Sharybin
2017-03-08Cycles: CPU implementation of split kernelMai Lavelle
2016-10-12Cycles: Add new avxf vectorized data typeSergey Sharybin
2016-09-04Fix a few OpenCL compiler warnings.Brecht Van Lommel
2016-08-14Cycles: Add single channel texture support for OpenCL.Thomas Dinges
2016-06-19Cycles: Support half and half4 textures.Thomas Dinges
2016-05-20Cycles: Fix long compile time with MSVC.Thomas Dinges
2016-05-12Cycles: Add support for single channel byte textures.Thomas Dinges
2016-05-11Cycles: Add support for single channel float textures on CPU.Thomas Dinges
2016-05-09Cleanup: Avoid duplicative defines for CPU textures, use the ones from util_t...Thomas Dinges
2016-05-06Cleanup: Rename texture slots to float4 and byte, to distinguish from future ...Thomas Dinges
2016-04-17Fix a few compiler warnings with OS X / clang.Brecht Van Lommel
2016-02-12Cycles: Make Blender importer more forward compatibleSergey Sharybin
2015-10-26Cleanup: Avoid some warnings on OS X with clang and update comment.Thomas Dinges
2015-10-08Cycles: Cleanup, whitespace around keywordsSergey Sharybin
2015-10-05Cycles: Fix missing z-coordinate check in volume samplingSergey Sharybin
2015-09-03Fix T45946: Cycles texture interpolation bugSergey Sharybin
2015-08-24Fix T45885: Cycles coordinate extension modes not working as expectedSergey Sharybin
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-06-13Cycles: Silent paranoid uninitialized GCC warnings in release kernelsSergey Sharybin
2015-05-09Cycles: OpenCL kernel splitGeorge Kyriazis
2015-05-09Cycles: Initial work towards selective nodes support compilationSergey Sharybin
2015-02-12cleanupCampbell Barton
2015-02-10Cycles: Add print functions for sse3f, sse3i and sse3bSergey Sharybin
2015-02-02Cycles: Ignore -Wmaybe-uninitialized from the kernel in release buildsSergey Sharybin
2015-02-02Cycles: Remove redundant calculation of w in recent cubic commitSergey Sharybin
2015-02-02Cycles: Indentation fix for the previous commitSergey Sharybin
2015-02-02Cycles: Implement cubit image interpolation on CPUSergey Sharybin
2014-12-25Cycles: Fix compilation error on non-SSE2 architecturesSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-12-25Cycles: Implement QBVH tree traversalSergey Sharybin
2014-12-25Cycles: Add some utility functions and structuresSergey Sharybin
2014-11-07Cycles: Tweak to the expf() speed workaroundSergey Sharybin
2014-10-22Cycles: Expose volume voxel data interpolation to the interfaceSergey Sharybin
2014-10-22Cycles: Implement tricubic b-spline interpolation for CPU texture_imageSergey Sharybin
2014-10-08Cycles: correct math wrappersCampbell Barton