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-01-20Cycles: Fix compilation error on with older GCCSergey Sharybin
2017-01-19Cycles: Add fast-math safe isnan and isfiniteSergey Sharybin
2017-01-19Cycles: Remove using namespace hellSergey Sharybin
2016-12-03Cycles: Refactor Progress system to provide better estimatesLukas Stockner
2016-12-02Cycles: Add AVX intrinsics helpersSergey Sharybin
2016-12-02Cycles: Disable AVX2 crash workaroundsSergey Sharybin
2016-11-23Cycles: Fix strict compilation warningsSergey Sharybin
2016-11-22Fix T50034: Blender changes processor affinity unauthorizedSergey Sharybin
2016-11-22Cycles: Fix re-definition of some functions on x32 archSergey Sharybin
2016-11-22Cycles: Another attempt to fix compilation on 32bit LinuxSergey Sharybin
2016-11-22Cycles: Attempt to fix 32bit buildbot builds after recent commitSergey Sharybin
2016-11-22Cycles: Implement texture size limit simplify optionSergey Sharybin
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2016-11-12Fix Cycles OSL compilation based on modified time not working.Brecht Van Lommel
2016-10-30Cycles: Initialize the RNG state from the kernel instead of the hostLukas Stockner
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-26Cycles: Completely disable transform SSE for nowSergey Sharybin
2016-10-26Cycles: Fix crashes after recent optimization commitsSergey Sharybin
2016-10-25Cycles: BVH-related SSE optimizationSergey Sharybin
2016-10-25Cycles: Implement SSE-optimized path of util_max_axis()Sergey Sharybin
2016-10-24Cycles: Fix static initialization order fiascoSergey 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-10-12Cycles: Add new avxf vectorized data typeSergey Sharybin
2016-10-03Fix Cycles CUDA performance on CUDA 8.0.Brecht Van Lommel
2016-10-02[Windows/Cycles/Clang] Fix compilation error with clang-cl on windowslazydodo
2016-09-29Cycles: Improve OpenCL line information handlingSergey Sharybin
2016-09-12Cycles: Fix compilation error after recent commitsSergey Sharybin
2016-09-12Cycles: Use XDG's .cache folder for cached kernelsSergey Sharybin
2016-09-08Fix T49286: Compilation error with XCode 7.0Sergey Sharybin
2016-08-14Cycles: Add single channel texture support for OpenCL.Thomas Dinges
2016-08-11Cycles: Enable half float support (4 channels and 1 channel) on CUDA.Thomas Dinges
2016-08-11Cycles: Change code order for Image Data Types.Thomas Dinges
2016-08-11Cycles: Remove odd definition from CMake fileMai Lavelle
2016-08-11Cycles: Use static assert to control structures alignmentSergey Sharybin
2016-08-10Cycles: Correct maximum number of textures on pre-Kepler CUDA cardsLukas Stockner
2016-08-09Cycles: avoid making NaNs in Vector Math node by normalizing zero vectors.Alexander Gavrilov
2016-08-07Cycles microdisplacement: Support for Catmull-Clark subdivision via OpenSubdivMai Lavelle
2016-08-05Cycles: hide particles with broken motion blur traces.Alexander Gavrilov
2016-08-01Cycles: Tweaks to support CUDA 8 toolkitSergey Sharybin
2016-07-31Fix Cycles OpenCL compile error on Windows.Brecht Van Lommel
2016-07-31Cycles: refactor kernel closure storage to use structs per closure type.Brecht Van Lommel
2016-07-30Cycles OpenCL: use #line directives for better error messages.Brecht Van Lommel
2016-07-29Cycles microdisplacement: ngons and attributes for subdivision meshesMai Lavelle
2016-07-16Cycles: Fix three numerical issues in the fresnel, normal map and Beckmann codeLukas Stockner
2016-07-11Cycles: Use utility define for restrict pointersSergey Sharybin