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-07Fix Cycles shadow catcher objects influencing each other.Brecht Van Lommel
2017-08-07Cycles: Cleanup, space after keywordSergey Sharybin
2017-08-07Code refactor: use float4 instead of intrinsics for CPU denoise filtering.Brecht Van Lommel
2017-08-07Code refactor: add, remove, optimize various SSE functions.Brecht Van Lommel
2017-08-07Code refactor: split defines into separate header, changes to SSE type headers.Brecht Van Lommel
2017-08-07Fix Cycles CUDA adaptive megakernel build error.Brecht Van Lommel
2017-08-05Cycles: CUDA split performance tweaks, still far from megakernel.Brecht Van Lommel
2017-08-05Cycles: remove min bounces, modify RR to terminate less.Brecht Van Lommel
2017-08-02Cycles: Support "precompiled" headers in include expansion algorithmSergey Sharybin
2017-07-24Fix Cycles multi scatter GGX different render results with Clang and GCC.Brecht Van Lommel
2017-07-23Fix T52152: allow zero roughness for Cycles principled BSDF, don't clamp.Brecht Van Lommel
2017-07-23Fix Cycles denoising NaNs with a 1 sample renders.Brecht Van Lommel
2017-07-20Fix T52125: principled BSDF missing with macOS OpenCL.Brecht Van Lommel
2017-07-20Cycles: fixed the SM_2x CUDA kernel build that I broke in my previous commitStefan Werner
2017-07-20Fix T52107: Color management difference when using multiple and different GPU...Stefan Werner
2017-07-18Fix T52021: Shadow catcher renders wrong when catcher object is behind transp...Sergey Sharybin
2017-07-18Cycles: Remove meaningless camera ray checkSergey Sharybin
2017-07-12Cycles: Fix comparison in principled BSDFMai Lavelle
2017-07-11Fix T52027: OSL getattribute() crash, when optimizer calls it before rendering.Brecht Van Lommel
2017-07-03Fix T51950: Abnormally long Cycles OpenCL GPU render times with certain panor...Lukas Stockner
2017-07-02Fix T51956: color noise with principled sss, radius 0 and branched path.Brecht Van Lommel
2017-07-02Fix principled BSDF incorrectly missing subsurface component with base color ...Brecht Van Lommel
2017-06-28Fix T51909: Cycles: Uninitialized closure normals for the Hair BSDFLukas Stockner
2017-06-22Cycles: Fix excessive sampling weight of glossy Principled BSDF componentsLukas Stockner
2017-06-22Fix T51836: Cycles: Fix incorrect PDF approximations of the MultiGGX closuresLukas Stockner
2017-06-21Fix T51849: change Cycles clearcoat gloss to roughness.Brecht Van Lommel
2017-06-14Cycles: Fix typo in commentSergey Sharybin
2017-06-13Cycles: Cleanup, indentationSergey Sharybin
2017-06-13Cycles: Fix compilation error of OpenCL mega kernelSergey Sharybin
2017-06-11Cycles Denoising: Add more failsafes for invalid pixelsLukas Stockner
2017-06-10Cycles: Selectively include denoising in kernelSergey Sharybin
2017-06-10Cycles: Pass all buffers to each kernel call for OpenCLMai Lavelle
2017-06-10Cycles: Faster split branched path tracing by sharing samples with inactive t...Mai Lavelle
2017-06-10Cycles: Modify path_radiance_accum_sample to use atomics for split kernelMai Lavelle
2017-06-10Cycles: Add function to dequeue a rayMai Lavelle
2017-06-10Cycles: Add kernel to enqueue inactive raysMai Lavelle
2017-06-09Cleanup Cycles Denoising platform-specific definesLukas Stockner
2017-06-09Cycles Denoising: Speedup reconstruction by skipping near-zero weightsLukas Stockner
2017-06-09Cycles Denoising: Merge outlier heuristic and confidence interval testLukas Stockner
2017-05-31Improve backscatter color of subsurface scattering in Principled BSDFPascal Schoen
2017-05-24Cycles: Use falltrhough attribute to help catching missing break statementsSergey Sharybin
2017-05-24Fix T51589: Principled Subsurface Scattering, wrong shadow colorPascal Schoen
2017-05-21Cycles Denoising: Skip feature pass writing for volume-only shadersLukas Stockner
2017-05-21Cycles Denoising: Skip confidence interval test for outlier central pixelsLukas Stockner
2017-05-20Cycles Denoising: Prevent overfitting when using a very low radiusLukas Stockner
2017-05-20Fix T51560: Black pixels on a denoising renderLukas Stockner
2017-05-19Cycles: Fix compilation error after recent changesSergey Sharybin
2017-05-19Cycles: Cleanup, variable namesSergey Sharybin
2017-05-19Cycles: Cleanup, useless new linesSergey Sharybin
2017-05-19Cycles: Cleanup, braces after function definitionSergey Sharybin