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
2019-07-07Cleanup: spellingCampbell Barton
2019-05-14Fix T63802: textured lights not working with OSLBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-28Fix part of T63023: wrong Cycles window coordinates for background.Brecht Van Lommel
2019-03-17Cycles: optimization for constant background colors.Brecht Van Lommel
2019-03-11Fix T61103: Cycles bevel wrong on objects with negative scale.Brecht Van Lommel
2019-03-05Fix T58953: Lamp data not always setJeroen Bakker
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-11-29Cycles: Add sample-based runtime profiler that measures time spent in various...Lukas Stockner
2018-10-28Cycles: Added Cryptomatte output.Stefan Werner
2018-08-24Cycles: Cleanup, styleSergey Sharybin
2018-06-15Cycles: change Ambient Occlusion shader to output colors.Lukas Stockner
2018-03-10Cycles: add roughness baking support, using squared roughness convention.Brecht Van Lommel
2018-03-10Code refactor: use KernelShader and KernelParticle instead of float arrays.Stefan Werner
2018-03-06Cycles: Fix crash when building with no shading systemsSergey Sharybin
2018-02-22Cycles: better path termination for transparency.Brecht Van Lommel
2018-01-26Fix mixed BSDF + BSSRDF sampling bug in path tracing, after 095a01a73a35.Brecht Van Lommel
2017-11-14Cycles: Make per-object random value output also work for LampsLukas Stockner
2017-11-08Code refactor: rename subsurface to local traversal, for reuse.Brecht Van Lommel
2017-11-05Cycles: reduce closure memory usage for emission/shadow shader data.Brecht Van Lommel
2017-11-05Code refactor: sum transparent and absorption weights outside closures.Brecht Van Lommel
2017-11-05Code refactor: remove emission and background closures, sum directly.Brecht Van Lommel
2017-11-01Cycles: Cleanup, make it more obvious what preprocessor belongs toSergey Sharybin
2017-11-01Cycles: Cleanup, delete trailing whitespaceSergey Sharybin
2017-10-05Code refactor: split displace/background into separate kernels, remove luma.Brecht Van Lommel
2017-09-23Cycles: Fix compilation error of megakernel on NVidia deviceSergey Sharybin
2017-09-20Cycles: use defensive sampling for picking BSDFs and BSSRDFs.Brecht Van Lommel
2017-09-20Cycles: slightly improve BSDF sample stratification for path tracing.Brecht Van Lommel
2017-09-20Code cleanup: refactor BSSRDF closure sampling, for next commit.Brecht Van Lommel
2017-09-13Code cleanup: deduplicate some branched and split kernel code.Brecht Van Lommel
2017-08-24Code cleanup: remove shader context.Brecht Van Lommel
2017-08-21Fix T52470: cycles OpenCL hair rendering not working after recent changes.Brecht Van Lommel
2017-08-20Cycles: support baking normals plugged into BSDFs, averaged with closure weight.Brecht Van Lommel
2017-08-19Code cleanup: move rng into path state.Brecht Van Lommel
2017-08-11Fix T52229: Shadow Catcher artifacts when under transparencySergey Sharybin
2017-08-07Cycles: Cleanup, remove bvh prefix from curve functionsSergey Sharybin
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-27Cycles: Remove ccl_addr_space from RNG passed to functionsHristo Gueorguiev
2017-03-27Cycles: First implementation of shadow catcherSergey Sharybin
2017-03-09Cycles: SSS and Volume rendering in split kernelHristo Gueorguiev
2017-03-08Cycles: Remove ccl_fetch and SOAMai Lavelle
2017-02-25Fix T50698: Cycles baking artifacts with transparent surfaces.Brecht Van Lommel
2017-01-23Cycles: Split ShaderData object and shader flagsSergey Sharybin
2017-01-23Cycles: Make object flag names more obvious that hey are object and not shaderSergey Sharybin
2016-11-03Cycles: Fix T49901: OpenCL build error after recent light texture coordinate ...Lukas Stockner
2016-10-30Cycles: Add optional probabilistic termination of light samples based on thei...Lukas Stockner
2016-10-29Fix T49846: OpenCL rendering compilation failureLukas Stockner
2016-10-29Cycles: Implement texture coordinates for Point, Spot and Area LampsLukas Stockner
2016-09-28Cycles: Fix compilation error with minimal feature setSergey Sharybin