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
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-31Cleanup: spelling in commentsCampbell Barton
2022-01-28Remove compilation warnings TexResult.Jeroen Bakker
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-02-10Cleanup: spellingCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-04-21Cleanup: comments (long lines) in blenlibCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for blenlibCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-19Cleanup: add trailing commasCampbell Barton
2019-01-15Cleanup: comment line length (blenlib)Campbell Barton
2018-10-19Partial revert '#if 0' cleanupCampbell Barton
2018-10-18Cleanup: Remove more #if 0 blocksJacques Lucke
2018-09-02Cleanup: comment blocksCampbell Barton
2016-07-07Fix T48793: Bilinear filter clamps at edge pixelsCampbell Barton
2016-02-17Fix T47452: Translate-node seams w/ subpixel offsetCampbell Barton
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-02-23Fix interpolation functions ignoring number of components when doing early ou...Sergey Sharybin
2014-10-31Fix T42344: EWA filter produces blured resultsSergey Sharybin
2014-08-20Cleanup: styleCampbell Barton
2014-08-18De-duplicate EWA filter code between renderer and compositorSergey Sharybin
2013-12-05Code Cleanup: use strict flags for math lib, add inline declarationsCampbell Barton
2013-12-04Fix for interpolation errors on lower-left borders in compositor imageLukas Tönne
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-05-25use math functions rather then macros for bicubic interpolation.Campbell Barton
2013-03-28Fix #34782: Video Editor - Substract after transform failsSergey Sharybin
2012-11-17Fix #33210: Diffuse Pass in scale node leads to problemsSergey Sharybin
2012-11-11Code de-duplication in imageprocess.c -- made it use interpolation functions ...Sergey Sharybin
2012-11-10Solved issue with distorted compositor results in some casesSergey Sharybin