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-02-08Cycles: unify OSL BSSRDF closure into a single bssrdf() closure with method.Brecht Van Lommel
2018-02-08Code refactor: tweaks in SSS code to prepare for coming changes.Brecht Van Lommel
2018-02-08Code refactor: remove unnecessary RNG offset in branched path code.Brecht Van Lommel
2018-02-05cycles: fix black render with cycles_cubin_cc.Ray Molenkamp
2018-02-04msvc: Use source folder structure for project file.Ray Molenkamp
2018-02-03cycles: Add an nvrtc based cubin cli compiler.Ray Molenkamp
2018-02-03Fix more Cycles incorrect principled BSDF mixing due to missing initialization.Brecht Van Lommel
2018-02-03Fix build error with CUDA 9.1 and compute capability 2.x.Brecht Van Lommel
2018-02-03Cycles: add Vector Displacement node and extend Displacement node.Brecht Van Lommel
2018-02-02Fix T53978: Bad memory access after recent fix to BSDF mixingMai Lavelle
2018-01-30Fix Cycles incorrect principled BSDF mixing with some parameter variatons.Brecht Van Lommel
2018-01-29Revert "Fix T53914: Volumetric scattering now goes correctly through transpar...Brecht Van Lommel
2018-01-27Fix T53914: Volumetric scattering now goes correctly through transparent surf...Stefan Werner
2018-01-27Code refactor: make mixed small/large BSSRDF radii more robust.Brecht Van Lommel
2018-01-26Fix mixed BSDF + BSSRDF sampling bug in path tracing, after 095a01a73a35.Brecht Van Lommel
2018-01-26Code refactor: store RGB BSSRDF in a single closure.Brecht Van Lommel
2018-01-23Cycles: change material output displacement to vector.Brecht Van Lommel
2018-01-23Cycles: add Displacement node.Brecht Van Lommel
2018-01-23Fix T53854: branched path tracing correlation bug with transparency in split ...Brecht Van Lommel
2018-01-22Cycles: Replace use_qbvh boolean flag with an enum-based propertySergey Sharybin
2018-01-22Fix T53854: branched path tracing correlation bug with transparency.Brecht Van Lommel
2018-01-19Cycles: Remove util_debug include from kernel codeSergey Sharybin
2018-01-19Cycles: Remove unneeded include statementsSergey Sharybin
2018-01-19Cleanup: typosCampbell Barton
2018-01-13Cycles: adaptive subdivision support for panoramic cameras.Mai Lavelle
2018-01-12Cycles: option to make background visible through glass transparent.Lukas Stockner
2018-01-12Fix Cycles bevel normal baking having some random incorrect pixels.Brecht Van Lommel
2018-01-11Fix T53755: Cycles OpenCL lamp shaders have incorrect normal.Brecht Van Lommel
2018-01-11Cycles: support animated object scale in motion blur.Stefan Werner
2017-12-29Fix mistake in previous fix for T53600, shows we really need a smarter solution.Brecht Van Lommel
2017-12-26Fix T53600: Cycles shader mixing issue with principled BSDF and zero weights.Brecht Van Lommel
2017-12-21Fix T53567: Negative pixel values causing artifacts with denoisingLukas Stockner
2017-12-08Cycles: Fix difference in image Clip extension method between CPU and GPUSergey Sharybin
2017-12-08Cycles: Cleanup, split 2D interpolation functionSergey Sharybin
2017-11-30Cycles: Improve denoising speed on GPUs with small tile sizesLukas Stockner
2017-11-26Fix T53349: AO bounces not working correct with OpenCL.Mathieu Menuet
2017-11-23Fix T53348: Cycles difference between gradient texture on CPU and GPU.Brecht Van Lommel
2017-11-22Fix T53313: bevel shader with transmission render artifacts.Brecht Van Lommel
2017-11-21Cycles: Fixed compilation of CUDA kernels. Follow-up fix for my last commit.Stefan Werner
2017-11-21Cycles: Fix OSL brick node after recent fixMai Lavelle
2017-11-21Cycles: Workaround for performance loss with the CUDA 9.0 SDK.Stefan Werner
2017-11-21Fix T53365: OpenCL has wrong shading of brick textureMai Lavelle
2017-11-21Fix build with OSL 1.9.x, automatically aligns to 16 bytes now.Brecht Van Lommel
2017-11-20Cycles: Fix wrong behavior of sharpness in Cubic SSSSergey Sharybin
2017-11-17Cycles: Add per-tile render time debug passLukas Stockner
2017-11-17Cycles: Add Volume Direct and Volume Indirect passes for volume-scattered lightLukas Stockner
2017-11-17Cycles: Refactor PassType from bitflag to index in order to allow for more pa...Lukas Stockner
2017-11-16Cycles: Fix crash with split branched path tracingMai Lavelle
2017-11-14Cycles: Make per-object random value output also work for LampsLukas Stockner
2017-11-14Cycles: Refactor closure roughness detection to fix a potential bug with Deno...Lukas Stockner