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-21Fix T54107: bevel shader + normal map gives wrong result.Brecht Van Lommel
2018-02-18Cycles: tweak CUDA messages and avoid build errors with existing sm_2x configs.Brecht Van Lommel
2018-02-18Code cleanup: remove some more unused code after recent CUDA changes.Brecht Van Lommel
2018-02-18Cycles: Remove Fermi texture code.Thomas Dinges
2018-02-18Cycles: Remove fermi related defines from the code.Thomas Dinges
2018-02-17Cycles: Remove Fermi support from CMake and update runtime checks in device_c...Thomas Dinges
2018-02-14Cycles: restore Particle Info Index for now, keep it next to Random.Brecht Van Lommel
2018-02-14Cycles: change Index output of Hair and Particle Info to Random, in 0..1 range.Brecht Van Lommel
2018-02-13Cycles: Implement index output for hair nodeSergey Sharybin
2018-02-12Fix random walk SSS issues with different base and subsurface color.Brecht Van Lommel
2018-02-09Cycles: add random walk subsurface scattering to Principled BSDF.Brecht Van Lommel
2018-02-09Cycles: random walk subsurface scattering.Brecht Van Lommel
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