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-02-09Cleanup: move file descriptions into doxygen file sectionCampbell Barton
2021-12-10Fix Crash: Loading Huge Images.Jeroen Bakker
2021-12-09Cleanup: move public doc-strings into headers for 'imbuf'Campbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-18Fix T89868: Crash showing thumbnail of wide-aspect imageJesse Yurkovich
2021-07-16Fix T70356: Scaling up 1x1 pixel image reads past buffer boundsCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-04Cleanup: Clang-Tidy bugprone-incorrect-roundings fixesSybren A. Stüvel
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-08-16Cleanup: spellingCampbell Barton
2019-04-23Cleanup: style, use braces for imbufCampbell Barton
2019-04-21Cleanup: comments (long lines) in imbufCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell 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
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-06-17Cleanup: trailing space for imbuf moduleCampbell Barton
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-05-07Cleanup: move unit char/short/float to functionsCampbell Barton
2018-04-02Cleanup: remove redundant imbuf return valuesCampbell Barton
2016-01-19Fix T47203: Render Crash due to missing zbuf_float handling in IMB scaling.Bastien Montagne
2015-09-03ImBuf: Fix crash generating preview for really huge imageSergey Sharybin
2015-02-23Move allocation of imbuf from array to allocimbuf.Antony Riakiotakis
2015-02-23After discussion on irc change new function to only allocate from aAntony Riakiotakis
2015-02-23IMB library: Add function that scales an array of byte or float pixels.Antony Riakiotakis
2014-11-29Cleanup: unused headersCampbell Barton
2014-08-18Correction to the mipmaps generationSergey Sharybin
2014-08-13Fix out of bounds read when recalculating mipmaps, error reported byAntony Riakiotakis
2014-08-11Fix T40744: MIP Map is generating strange noise in texture, Blender InternalSergey Sharybin
2014-07-30Fix T41241: VSE: cropping strips puts a transparent line through the image.Bastien Montagne
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-15Multi-threaded frame calculation for movie clip proxiesSergey Sharybin
2013-01-05There was a typo in previous commitSergey Sharybin
2013-01-04Optimization for speed regression in mipmap generationSergey Sharybin
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-28Yesterday's memory free error fix in IMB_onehalf was wrong, it should Ton Roosendaal
2012-12-27Function IMB_onehalf was not freeing memory.Ton Roosendaal
2012-11-18style cleanup: if's on the same line.Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-09-16style cleanupCampbell Barton
2012-08-23style cleanup: indentation, also quiet double promotion warnings for despeckl...Campbell Barton