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-03-08Cleanup: Change extension .cpp to .ccJeroen Bakker
2021-03-05Cleanup: use snake case.Jeroen Bakker
2021-03-05Cleanup: rename private attribtue m_max_read_buffer_offset.Jeroen Bakker
2021-03-05Cleanup: Use blender::Vector in ExecutionGroup.Jeroen Bakker
2021-03-05Cleanup: Use std::Vector for chunk execution status.Jeroen Bakker
2021-03-05Cleanup: Use enum class for eChunkExecutionState.Jeroen Bakker
2021-03-05Cleanup: use MIN2/MAX2 in compositor.Jeroen Bakker
2021-03-05Cleanup: Remove using statements.Jeroen Bakker
2021-02-17Cleanup: Make ChunkOrder a struct.Jeroen Bakker
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-12Cleanup: use C style doxygen commentsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-06-11Fix/Cleanup: I18N: Bad usage of IFACE_ instead of TIP_.Bastien Montagne
2019-05-01Cleanup: comments (long lines) in compositorCampbell Barton
2019-04-23Cleanup: style, use braces for compositorCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18Cleanup: conform headers to have license firstCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-05Cleanup: replace doxy @ with backslashCampbell Barton
2018-06-17Cleanup: trailing space for compositorCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2015-12-29More from T47045: Add i18n translations to render status from compo.Bastien Montagne
2015-10-08Cleanup: headersCampbell Barton
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-06-17Compositor: Fix stupid type in incrementing number of finished tilesSergey Sharybin
2015-06-12Fix compilation error on WindowsSergey Sharybin
2015-06-11Compositor: Use atomics to update finished tiles progressSergey Sharybin
2015-04-14Cleanup: warningsCampbell Barton
2015-03-27Compositor: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-03-27Compositor: Cleanup, don't pollute namepace with all symbols from stdSergey Sharybin
2015-03-27Compositor: Improve reports to the interface about what's going onSergey Sharybin
2014-04-15Building with C++ guarded alloc works againCampbell Barton
2014-04-15Structural cleanup and improvements for the compositor.Lukas Tönne
2014-01-09Code Cleanup: styleCampbell Barton
2013-09-13Fix for #36720 and #36721.Lukas Toenne
2013-09-13Cleanup and improvements of the compositor debug output.Lukas Toenne
2013-09-11Fix #36700, z-depth not rendering properly at (n*256)+1 dimensions.Lukas Toenne
2013-08-05SplitViewer node:Sv. Lockal
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-05-17Fix #35369: Crop node or FileOutput node bug.Sergey Sharybin
2013-03-29misc minor edits.Campbell Barton
2013-03-20When using border rendering, use the same border for compositorSergey Sharybin
2013-03-13Report timing compositor statistics when running in background mode.Sergey Sharybin
2013-03-12Print compositor execution statistics when in background modeSergey Sharybin