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-09Cycles: Cleanup, spacing after preprocessorSergey Sharybin
2018-11-08Fix build on 32bit after Embree changes.Brecht Van Lommel
2018-11-07Cycles: Rearranged macros in kernel_types.h to fix Embree build.Stefan Werner
2018-11-07Fix build with OSL, remove unneeded file after Embree changes.Brecht Van Lommel
2018-11-07Cycles: Added Embree as BVH option for CPU renders.Stefan Werner
2018-11-04Fix assert rendering hair tests on some systems.Brecht Van Lommel
2018-10-30Fix build error on Windows 32bit, alignment was wrong.Brecht Van Lommel
2018-10-28Cycles: Added Cryptomatte output.Stefan Werner
2018-10-27Fix T57393: Cycles OSL bevel and AO not working after OSL upgrade.Brecht Van Lommel
2018-10-25Cycles: Overhaul ensure_valid_reflection to fix issues with normal- and bumpm...Lukas Stockner
2018-10-08Cycles: Use existing shared temporary memory in reconstruction step of the de...Lukas Stockner
2018-10-06Cycles: Implement vectorized NLM kernels for faster CPU denoisingLukas Stockner
2018-09-28Cycles: Fix compilation error of CUDA kernelSergey Sharybin
2018-09-28Cycles: Fix crash with BVH8 on certain scenesSergey Sharybin
2018-09-27Cycles: CleanupSergey Sharybin
2018-09-19Fix wrong CUDA version warning in cmake.Brecht Van Lommel
2018-09-12Cycles: Don't allocate Extra if BSDF allocation failedSergey Sharybin
2018-09-10Fix Cycles principled BSDF black with transmission and IOR 1.0.Brecht Van Lommel
2018-09-06Fix T56704: black / NaN values in Cycles normal pass.Brecht Van Lommel
2018-08-31Cycles: Cleanup, use explicit comparison with NULLSergey Sharybin
2018-08-31Fix T56626: Cycles ambient occlusion only local : crashSergey Sharybin
2018-08-29Fix Cycles CUDA build after recent changes.Brecht Van Lommel
2018-08-29Cycles: Add BVH8 and packeted triangle intersectionSergey Sharybin
2018-08-25Cycles: Add Denoising Clean to the debugging denoising passesLukas Stockner
2018-08-24Cycles: Cleanup, styleSergey Sharybin
2018-08-24Cycles: Fix wrong looking voronoi of second 2nd closestSergey Sharybin
2018-08-23Cycles: Add option for building CUDA kernels sequentiallyLukas Stockner
2018-08-20Fix Cycles AO pass not working for shadow catcher objects.Brecht Van Lommel
2018-08-05Fix Cycles crash rendering mix of instanced and non-instanced volumes.Brecht Van Lommel
2018-07-30Cycles: Fixed OpenCL build. sqr(float4) is available on CUDA and CPU, but not...Stefan Werner
2018-07-28Cycles: Save a few instructions in area light samplingLukas Stockner
2018-07-26Cycles: Add reflection fix to Bump and Normal Map nodesLukas Stockner
2018-07-20Fix T54455, T56053, T55564: Cycles OpenCL build error after recent changes.Brecht Van Lommel
2018-07-18Cycles: increase volume stack to support 32 overlapping volumes.Brecht Van Lommel
2018-07-18Cycles: add Principled Hair BSDF.L. E. Segovia
2018-07-15Cycles: add voronoi features and distance settings from Blender.charlie
2018-07-15Cleanup: use float3 SSE instead of ssef for voronoi texture.Brecht Van Lommel
2018-07-13Nodes: add sqrt, ceil, floor and fract to math nodes.Charlie Jolly
2018-07-06Cycles: Enabled half precision textures for OpenCL devices that support the c...Stefan Werner
2018-07-06Cycles: Fixed OpenCL kernel build, it threw a compiler error.Stefan Werner
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-07-05Cycles: Adding native support for UINT16 textures.Stefan Werner
2018-07-04Cycles Denoising: Pass tile buffers to every OpenCL kernel to conform to stan...Lukas Stockner
2018-07-04Cycles Denoising: Cleanup: Rename tiles to tile_infoLukas Stockner
2018-06-29Cycles: change AO node default to 16 samples and only local off.Brecht Van Lommel
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-26Revert "Turned off clang warnings in third party includes."Stefan Werner
2018-06-26Turned off clang warnings in third party includes.Stefan Werner
2018-06-24Cycles: change AO node color default to 1.0.Brecht Van Lommel
2018-06-21Fix Cycles CUDA render errors with CUDA 9.2.Brecht Van Lommel