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
2020-06-22Cycles: remove SIMD BVH optimizations, to be replaced by EmbreeBrecht Van Lommel
2020-06-22Cycles: remove __UV__ and __INSTANCING__ as kernel optionsBrecht Van Lommel
2020-06-22Cycles: always perform backface culling for curve, remove optionBrecht Van Lommel
2020-06-22Cycles: remove support for rendering hair as triangle and linesBrecht Van Lommel
2020-06-19Cycles: Make compatible with C++17 on 10.9 deployment targetSergey Sharybin
2020-06-17Cycles: Add new Sky Texture method including direct sunlightLukas Stockner
2020-06-17Fix T77915: Cycles OSL microfacet closure not working in custom shadersBrecht Van Lommel
2020-06-10Cycles: Fix CUDA compilation after cone sampling fixLukas Stockner
2020-06-09Cycles: Fix uniform cone samplingLukas Stockner
2020-06-04Cleanup: remove unused flagBrecht Van Lommel
2020-06-03Cleanup: clang format, warningCampbell Barton
2020-06-02Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-06-02Cycles: Added shadow terminator offset parameter.Stefan Werner
2020-06-02Fix T77106: Cycles crash baking with AO shader nodeGarry R. Osgood
2020-06-02Cycles: change perspective depth pass to be more standardBrecht Van Lommel
2020-06-02Fix NaN in Cycles environment texture importance sampling in some scenesBrecht Van Lommel
2020-05-27Merge branch 'blender-v2.83-release'Patrick Mours
2020-05-27Fix T76947: Optix realtime denoiser progressively reduces brightness of very ...Patrick Mours
2020-05-26Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-25Fix T76925: more Cycles OpenCL compile errors with some drivers on LinuxBrecht Van Lommel
2020-05-23Cycles: Improve sampling of area lightsAntony Ryakiotakis
2020-05-22Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-05-22Fix T76925: Cycles OpenCL compile error with some drivers on LinuxBrecht Van Lommel
2020-05-15Cycles: code refactor to bake using regular render session and tilesBrecht Van Lommel
2020-05-15Cycles: Refactor microfacet BSDFs to remove separate anisotropy codeLukas Stockner
2020-05-07Fix T76469: OpenCL 1.2 CompilationJeroen Bakker
2020-05-05Cycles: mark CUDA 10.2 as officially supportedBrecht Van Lommel
2020-04-30Fix T75895: Unable to Compile Cycles on NAVI/LinuxJeroen Bakker
2020-04-28Fix T76044: update Cycles to build with OSL 1.11 masterBrecht Van Lommel
2020-04-22Fix T74423: Cycles rendering artifacts with CUDA 10.2Brecht Van Lommel
2020-04-11Cycles/Optix: Support building the optix kernels on demand.Ray Molenkamp
2020-04-09Shading: add Roughness input to Noise and Wave texture nodesBartosz Moniewski
2020-04-07Cleanup: refactor adaptive sampling to more easily change some parametersBrecht Van Lommel
2020-04-07Fix T74572: adaptive sampling not scaling AOVs correctlyBrecht Van Lommel
2020-04-01Cycles: AVX implantation of Perlin noise.OmarSquircleArt
2020-03-27Fix Optix build error after recent changesDaniel Santana
2020-03-27Cleanup: Silence uninitialized variable warningCharlie Jolly
2020-03-26Cycles: Restore cycles_cubin_cc to working orderRay Molenkamp
2020-03-26Fix T74939: Random Walk subsurface appearance in OptiX does not match other e...Patrick Mours
2020-03-24Cycles: slightly improve OpenCL performance by reordering SVM enum valuesBrecht Van Lommel
2020-03-24Cycles: work around OpenCL performance regression after AOVs and vector rotateBrecht Van Lommel
2020-03-24Cleanup: remove unused Cycles kernel feature flags, replace by node levelsBrecht Van Lommel
2020-03-20Fix T74345: missing albedo for Cycles principled hair BSDFBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Volumes: add render settings for volume datablockBrecht Van Lommel
2020-03-18Cycles: change volume step size controls, auto adjust based on voxel sizeBrecht Van Lommel
2020-03-18Cycles: support for different 3D transform per volume gridBrecht Van Lommel
2020-03-12Cleanup: add device_texture for images, distinct from other global memoryBrecht Van Lommel
2020-03-11Cleanup: stop encoding image data type in slot indexBrecht Van Lommel
2020-03-11Cycles: disable RTTI only for OSL files, other libraries like OpenVDB need itBrecht Van Lommel