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-10-06Cycles: Fix possible race condition when generating Beckmann tableSergey Sharybin
2017-08-20Code cleanup: remove copy of shader graph for bump, no longer needed.Brecht Van Lommel
2017-08-07Cycles: remove option to disable transparent shadows globally.Brecht Van Lommel
2017-07-22Fix use of uninitialized value in Cycles, probably did not cause a bug.Brecht Van Lommel
2017-05-20Cycles: Cleanup, style and unused argumentsSergey Sharybin
2017-05-19Fix T51553: Cycles Volume Emission turns black when strength is 0 or color is...Lukas Stockner
2017-04-26Cycles: Fix access undefined macro on non-MSVC compilerSergey Sharybin
2017-04-25workaround for T50176lazydodo
2017-04-21Cycles: Solve speed regression of classroom scene after principled commitSergey Sharybin
2017-04-10Cycles: Fix race condition in shader attribute for real nowSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2016-12-09Land D2339 by bliblu blilazydodo
2016-09-14Cycles: Also support the constant emission speedup for mesh lightsLukas Stockner
2016-09-09Cycles: Don't run full shader evaluation for constant emission lampsLukas Stockner
2016-09-08Cycles: Fix OpenCL speed regression introduced with the improved bump mappingLukas Stockner
2016-09-02Fix T49180: Cycles MIS Map for Animated Environment Texture Movie Doesn't Upd...Sergey Sharybin
2016-09-02Cycles microdisplacement: Improved automatic bump mappingMai Lavelle
2016-09-02Cycles: Store undisplaced coordinates for meshes when neededMai Lavelle
2016-09-02Cycles: remove duplicate shader storageMai Lavelle
2016-08-07Cycles microdisplacement: Move displacement options from mesh to material set...Mai Lavelle
2016-06-11Cycles: nodify shader nodesBrecht Van Lommel
2016-05-29Code refactor: pass ShaderInput to constant_fold, so it supports arbitrary ty...Brecht Van Lommel
2016-05-28Code refactor: make ShaderNode match Node a bit more, reusing types and enums.Brecht Van Lommel
2016-05-22Fix Cycles compile errors with GCC due to double promotion as errors.Brecht Van Lommel
2016-05-22Code refactor: nodify Cycles shader and lights.Brecht Van Lommel
2016-05-17Code refactor: use shader pointers rather than shader indexes.Brecht Van Lommel
2016-05-08Cycles: Fix two small memory leaks and deduplicate table freeingLukas Stockner
2016-05-07Some fixes for CUDA runtime compile:Thomas Dinges
2016-05-05Code refactor: reduce special node types, use generic constant folding.Brecht Van Lommel
2016-02-12Cycles: Always use guarded allocator of vectorsSergey Sharybin
2016-02-06Cycles: Auto disable World MIS, if we only use a simple color.Thomas Dinges
2016-02-05Cleanup: Rename has_heterogeneous_volume variable.Thomas Dinges
2016-01-07Cycles: Fix wrong transparency flag being set to integratorSergey Sharybin
2016-01-07Cleanup: Fix Cycles compile warning on MSVC.Thomas Dinges
2015-11-21Cycles: Make requested features struct aware of subsurface BSDFSergey Sharybin
2015-11-20Cycles: Fix filter glossy being broken after recent changesSergey Sharybin
2015-09-08Cycles: Update TODO, camera in volume is supported alreadySergey Sharybin
2015-09-08Fix T46045: Missing viewport update when adding transparent shader to materialSergey Sharybin
2015-06-01Cycles: Fix some typos in the selective modes compilationSergey Sharybin
2015-06-01Cycles: Fix missing features gathering from the bump graphSergey Sharybin
2015-06-01Cycles: Add bump feature for selective nodes compilationSergey Sharybin
2015-05-14Cycles: Fix missing camera-in-volume update when using certain render layers ...Sergey Sharybin
2015-05-09Cycles: Initial work towards selective nodes support compilationSergey Sharybin
2015-05-05Cycles: Use curve approximation for blackbody instead of lookup tableSv. Lockal
2015-04-26Cleanup: Update Lookup table comments.Thomas Dinges
2015-04-06Cycles: Experiment with making previews more interactiveSergey Sharybin
2015-03-27Cycles: Code cleanup, make strict flags happy about disabled OSLSergey Sharybin
2015-03-27Cycles: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-01-27Cycles: Support texture coordinate from another objectSergey Sharybin
2015-01-23Cycles: Don't re-generate blackbody/beckmann tables on every shaders updateSergey Sharybin