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-07-27Cycles: Initial implementation of detailed statisticsSergey Sharybin
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-06-11Cycles: Cleanup, silence strict compiler warningSergey Sharybin
2018-05-27Cycles: Add Support for IES files as textures for light strengthLukas Stockner
2018-03-10Cycles: support arbitrary number of motion blur steps for objects.Brecht Van Lommel
2018-03-10Cycles: support arbitrary number of motion blur steps for cameras.Brecht Van Lommel
2018-03-10Code refactor: motion blur cleanups, preparing for next commit.Brecht Van Lommel
2018-03-10Code refactor: use KernelShader and KernelParticle instead of float arrays.Stefan Werner
2018-03-10Code refactor: use KernelLight instead of float4 arrays.Stefan Werner
2018-03-01Cycles volume: fast empty space optimization by generating a tight meshKévin Dietrich
2018-01-19Fix T53833: Particle Info node and Displacement CrashMai Lavelle
2018-01-13Code cleanup: remove test code to disable motion blur, no longer useful.Brecht Van Lommel
2018-01-12Cycles: add offscreen dicing scale and dicing camera.Mai Lavelle
2017-10-24Code refactor: move more memory allocation logic into device API.Brecht Van Lommel
2017-10-24Code refactor: store device/interp/extension/type in each device_memory.Brecht Van Lommel
2017-10-24Code refactor: pass device to scene, check OSL with device info.Brecht Van Lommel
2017-10-21Code refactor: simplify image device memory allocation.Brecht Van Lommel
2017-08-08Cycles: Pack kernel textures into buffers for OpenCLMai Lavelle
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2016-11-22Cycles: Implement texture size limit simplify optionSergey Sharybin
2016-07-18Cycles: add support for motion blurring of fluid meshes.Kévin Dietrich
2016-05-31Cycles: Add human readable sizes to debug outputMai Lavelle
2016-04-22Cycles: Reduce verbosity of loggingSergey Sharybin
2016-04-16Cycles: Refactor Image Texture limits.Thomas Dinges
2016-04-13Fix T47813: Cycles Standalone not respecting integrator sample_clamp_directSergey Sharybin
2016-03-31Cycles: Fix wrong initialization order of mesh flags and object transformSergey Sharybin
2016-02-12Cycles: Always use guarded allocator of vectorsSergey Sharybin
2015-10-28Cycles: Support user-defined shutter curveSergey Sharybin
2015-04-29Cycles: Fix wrong order in object flags calculationsSergey Sharybin
2015-04-20Cycles: Synchronize images after building mesh BVHSergey Sharybin
2015-02-15Cycles: Report system memory usage and peak after scene device updateSergey Sharybin
2015-02-02Cycles: Solve dependency between camera and object synchronizationSergey Sharybin
2015-01-19Fix T43311: using displacement shader crashes blenderSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-12-05Cycles: Early output from Scene::device_update when device error occursSergey Sharybin
2014-10-21Fix T42178: Cycles Film Exposure not triggering Viewport updateSergey Sharybin
2014-10-03Cycles: Decouple object flags update to a separate update stepSergey Sharybin
2014-09-25Cycles: Add support for cameras inside volumeSergey Sharybin
2014-08-02SpellingCampbell Barton
2014-06-05Fix T40429: cycles CUDA + use persistent images problem.Brecht Van Lommel
2014-05-19Fix T40195: cycles smoke + persistent images animation render not working cor...Brecht Van Lommel
2014-05-19Move ShadingSystem enum to shader.hNathan Letwory
2014-05-19Move BVHType and shadingsystem enums to top-level of Cycles namespace.Nathan Letwory
2014-05-12Cleanup: Some else if for attribute code.Thomas Dinges
2014-05-11Cycles / CUDA: Increase maximum image textures on GPU.Thomas Dinges
2014-05-03Cycles BakeDalai Felinto
2014-03-29Cycles code refactor: add motion sampled normals attribute.Brecht Van Lommel
2014-03-29Cycles code refactor: improve vertex motion attribute storage and export.Brecht Van Lommel
2014-03-12Fix T39114: cycles lamp ray visibility not working.Brecht Van Lommel
2014-02-07Fix T38526: crash using blackbody node on background with multiple importance...Brecht Van Lommel