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-08-07Code refactor: add, remove, optimize various SSE functions.Brecht Van Lommel
2017-07-06Revert "Cycles: use std::min and max for extra overloads"Mai Lavelle
2017-07-06Cycles: use std::min and max for extra overloadsMai Lavelle
2017-05-07[Cycles] Fix math problems in safe_logflazydodo
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-04-25Cycles: Split vectorized math utilities to a dedicated filesSergey Sharybin
2017-04-13Cycles: Make vectorized types constructor from register explicitSergey Sharybin
2017-04-13Cycles: Remove unused functionSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-27Cycles: Correct ifdef around float3 intrinsicsSergey Sharybin
2017-03-24Cycles: Correct isfinite check used in integratorSergey Sharybin
2017-03-23Cycles: Cleanup, move utility function to utility fileSergey Sharybin
2017-03-23Cycles: Move intersection math to own header fileSergey Sharybin
2017-03-23Cycles: Cleanup, remove unused functionSergey Sharybin
2017-03-11Fix OpenCL warnings about doubles on some platforms.Brecht Van Lommel
2017-02-28Cleanup: Grey --> GrayAaron Carlisle
2017-01-20Cycles: Fix compilation error on with older GCCSergey Sharybin
2017-01-19Cycles: Add fast-math safe isnan and isfiniteSergey Sharybin
2016-12-02Cycles: Disable AVX2 crash workaroundsSergey Sharybin
2016-10-30Cycles: Add optional probabilistic termination of light samples based on thei...Lukas Stockner
2016-10-29Cycles: Implement texture coordinates for Point, Spot and Area LampsLukas Stockner
2016-10-27Cycles: More workarounds for weird crashes on AVX2Sergey Sharybin
2016-10-26Cycles: Another attempt to fix crashes on AVX2 processorsSergey Sharybin
2016-10-25Cycles: Implement SSE-optimized path of util_max_axis()Sergey Sharybin
2016-10-14Cycles: Disable optimization of operator / for float3Sergey Sharybin
2016-10-12Cycles: Use const reference for register variables in non-OpenCL codeSergey Sharybin
2016-10-12Cycles: Use more SSE intrinsics for float3 typeSergey Sharybin
2016-08-09Cycles: avoid making NaNs in Vector Math node by normalizing zero vectors.Alexander Gavrilov
2016-08-01Cycles: Tweaks to support CUDA 8 toolkitSergey Sharybin
2016-07-31Cycles: refactor kernel closure storage to use structs per closure type.Brecht Van Lommel
2016-07-29Cycles microdisplacement: ngons and attributes for subdivision meshesMai Lavelle
2016-06-23Cycles: Add multi-scattering, energy-conserving GGX as an option to the Gloss...Lukas Stockner
2016-06-07Cycles: Use faster ray-quad-intersection testLukas Stockner
2016-04-15Fix T48139: Checker texture strange behavior in cyclesSergey Sharybin
2016-02-20Cycles: Avoid re-definition of math cnstants with MSVCSergey Sharybin
2016-01-10Cycles: Adding Hilbert Spiral as a tile order for renderingLukas Stockner
2015-12-01Fix T46906: Cycles syntax error while compiling OpenCL kernelsLukas Stockner
2015-08-04Cycles: Remove 32bit cuda workaroudn and disable cubins for buildbotSergey Sharybin
2015-07-27Cycles: Final-ish tweaks for 32bit cubin compilationSergey Sharybin
2015-07-27Cycles: One more attempt to fix compilation of 32bit CUDA kernelsSergey Sharybin
2015-04-30Fix T44548: Cycles Tube Mapping off / not compatible with BISergey Sharybin
2015-04-27Cycles: Use native saturate function for CUDASergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-02-19Cycles: Make sphere and tube image mapping friendly with OpenCLSergey Sharybin
2015-02-06Cycles: Some more constants fixes for fast mathSergey Sharybin
2015-01-22Cycles: Fix compilation error with some compilersSergey Sharybin
2015-01-21Cycles: Support tube projection for imagesSergey Sharybin
2015-01-02Fix T43027: OpenCL kernel compilation broken after QBVHSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-12-25Cycles: Add some utility functions and structuresSergey Sharybin