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-13Cleanup: use u-prefixed integer types (for brevity)Campbell Barton
2022-09-12Fix T100886: error saving side-by-side stereo EXR image of depth passBrecht Van Lommel
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-10Fix Crash: Loading Huge Images.Jeroen Bakker
2021-12-09Cleanup: move public doc-strings into headers for 'imbuf'Campbell Barton
2021-09-06Cleanup: use pre-calculated size variableCampbell Barton
2021-09-06ImBuf: add IMB_allocFromBufferOwn that takes ownership of the bufferCampbell Barton
2021-09-06Cleanup: support passing in arbitrary buffers to IMB_allocFromBufferCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-15Use mmap() IO for reading uncompressed .blendsLukas Stockner
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-07Cleanup: ImBuf, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-05-20Cleanup: remove legacy mmap memory allocation for 32 bitBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-10-15Fix image undo restoring float/byte tiles into the wrong buffer typeCampbell Barton
2019-08-27Workbench: Specular Highlighting for MatCapsJeroen Bakker
2019-07-02Cleanup: move comments onto own lines to avoid breaking linesCampbell Barton
2019-05-31Cleanup: style, use braces in source/Campbell Barton
2019-04-29VSE: Cache rewriteRichard Antalik
2019-04-23Cleanup: style, use braces for imbufCampbell Barton
2019-04-22Cleanup: style, use bracesCampbell Barton
2019-04-21Cleanup: comments (long lines) in imbufCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell 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-10-11Remove image based bitmap font supportCampbell Barton
2018-07-10Cleanup: remove unused interlace code after removal of fields.Brecht Van Lommel
2018-06-17Cleanup: trailing space for imbuf moduleCampbell Barton
2018-04-05IMB_metadata improvementsSybren A. Stüvel
2018-01-17Fix buffer overflows in TIFF, PNG, IRIS, DPX, HDR and AVI loading.Brecht Van Lommel
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2016-12-02Fix (unreported) memleak in ImBuf mipmap code in some cases.Bastien Montagne
2016-05-06Speedup of regular 2D paintingSergey Sharybin
2015-11-16ImBuf: Fix typo in duplicating float z bufferSergey Sharybin
2015-11-12Fix T46748: OpenEXR output different when frame saved with F3 vs. in an anima...Sergey Sharybin
2015-09-29Fix T46299: Windows: File Browser Crash while listing big folders in preview ...Bastien Montagne
2015-09-14Fix T46109: Bitmap font objects leads to unfreed memory.Bastien Montagne
2015-09-02Add missing spin-lock to IMB_makeSingleUserCampbell Barton
2015-07-13Cleanup: IMB prefix for ImBuf definesCampbell Barton
2015-07-13 Imbuf types refactor.Antony Riakiotakis
2015-05-04Fix metadata display in sequencer lost after doing a preprocessAntony Riakiotakis
2015-04-30Fix T44541 aka gigapixel image render support in blender.Antony Riakiotakis
2015-02-23Move allocation of imbuf from array to allocimbuf.Antony Riakiotakis
2014-11-29Correct includes for win32Campbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-05-01Include removal gave problems with windows, ifdef some back in for windows onlyCampbell Barton
2014-05-01Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869...Campbell Barton