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
2021-05-12Cycles: fix inconsistent-missing-override warningsAnkit Meel
2021-05-03Cycles: use reference count to detect used shadersKévin Dietrich
2020-12-22Fix T84006: Cycles AOV not written with some mix shader node set upsBrecht Van Lommel
2020-09-10Cleanup: spellingCampbell Barton
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-12-10Cycles: support for custom shader AOVsLukas Stockner
2019-07-31Merge per-shader SVM nodes in the main update thread to avoid locking and res...Lukas Stockner
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2018-12-11Cycles: Remove old nasty workaroundSergey Sharybin
2018-11-09Cycles: Cleanup, split array from vectorSergey Sharybin
2018-11-09Cycles: Cleanup, spacing after preprocessorSergey Sharybin
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-05-27Cycles: Add Support for IES files as textures for light strengthLukas Stockner
2018-02-23Code refactor: improve attribute handling for optional volume attributes.Brecht Van Lommel
2017-10-21Code refactor: avoid some unnecessary device memory copying.Brecht Van Lommel
2017-08-20Code cleanup: remove copy of shader graph for bump, no longer needed.Brecht Van Lommel
2017-04-10Cycles: Fix race condition in shader attribute for real nowSergey Sharybin
2017-04-05Cycles: Fix race condition in attributes creation during SVM compilationSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2016-09-13Cycles: Implement threaded SVM nodes compilationSergey Sharybin
2016-09-02Cycles microdisplacement: Improved automatic bump mappingMai Lavelle
2016-05-28Code refactor: make ShaderNode match Node a bit more, reusing types and enums.Brecht Van Lommel
2016-05-22Code refactor: add generic Cycles node infrastructure.Brecht Van Lommel
2016-05-17Code refactor: use dynamic shader node array lengths now that OSL supports them.Brecht Van Lommel
2016-05-11Cycles: Use explicit qualifier for single-argument constructorsSergey Sharybin
2016-05-05Code cleanup: simplify SVM stack assignment.Brecht Van Lommel
2016-05-05Code cleanup: remove some unused functions.Brecht Van Lommel
2015-12-31Cycles: Experiment with use of runtime tag instead of set for SVM generationSergey Sharybin
2015-12-30Cycles: Wrap SVM compiler state variables into a single structSergey Sharybin
2015-12-29Cycles: Add timing information to the SVM compiler statsSergey Sharybin
2015-12-28Cycles: Use different approach for SVM summary reportSergey Sharybin
2015-11-25Cycles: Ensure order of shader nodes in the dependnecies setSergey Sharybin
2015-11-20Cycles: Fix filter glossy being broken after recent changesSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-07-11Fix T41023: Specific material cause bad render result, different on CPU/GPUSergey Sharybin
2014-04-21Fix T39793: cycles SVM shading bug with tangled up nodes after recent optimiz...Brecht Van Lommel
2014-04-21Code cleanup: remove old closure sampling code Cycles.Brecht Van Lommel
2014-04-04Cycles volume: detect homogeneous volume automatically in common cases.Brecht Van Lommel
2014-01-17Fix T37706: avoid cycles crash when using a stack that exceeds SVM stack limits.Brecht Van Lommel
2013-08-28Cycles / Sky Texture:Thomas Dinges
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-04-02Cycles: initial subsurface multiple scattering support. It's not working asBrecht Van Lommel
2013-02-14Fix #34121: OSL + persistent images option was not freeing shader memory prop...Brecht Van Lommel
2012-11-28Fix #33335: cycles SVM closure issue in recent bugfix, incorrectly taggingBrecht Van Lommel
2012-11-27Fix #32907: failure rendering a complex node setup, hitting fixed max numberBrecht Van Lommel
2012-11-24Fix #33152: cycles SVM crash with certain shader nodes setups where closures ...Brecht Van Lommel
2012-04-30Cycles: support for motion vector and UV passes.Brecht Van Lommel
2012-03-26Cycles: add ColorRamp node.Brecht Van Lommel
2012-03-08Cycles: support for environment texture "Mirror Ball" projection mode, next toBrecht Van Lommel
2011-09-21Cycles: another bugfix for mix closure sampling + bump.Brecht Van Lommel