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-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-07-18Cycles: add Principled Hair BSDF.L. E. Segovia
2018-07-15Cleanup: use float3 SSE instead of ssef for voronoi texture.Brecht Van Lommel
2018-05-27Cycles: Add Support for IES files as textures for light strengthLukas Stockner
2017-11-30Cycles: Improve denoising speed on GPUs with small tile sizesLukas Stockner
2017-11-14Cycles: Refactor closure roughness detection to fix a potential bug with Deno...Lukas Stockner
2017-09-04Cycles: Fix compilation warningSergey Sharybin
2017-08-24Cycles: FIx issue with -0 being considered a non-finite valueSergey Sharybin
2017-08-19Fix T52443: Cycles OpenCL build error after recent mesh lights changes.Brecht Van Lommel
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