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-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2020-12-09Cleanup: various clang tidy fixesJacques Lucke
2020-11-11Fix T82602: checking image header reads past buffer boundsCampbell Barton
2020-11-11Cleanup: pass header size to 'is_a' callbacksCampbell Barton
2020-11-10ImBuf: support detecting the file format from in-memory imagesCampbell Barton
2020-11-09Cleanup: imbuf callback namingCampbell Barton
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-25GPU: Add Image property to allow high bitdepth support on a per image basisClément Foucault
2020-01-27Fix OBJECT_GUARDED_FREE compiler error when type is in namespaceBrecht Van Lommel
2019-07-10Fix T66571: Unable to change input color space of PSDSergey Sharybin
2019-05-25imbuf/oiio: Resolve build warnings with MSVC.Ray Molenkamp
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-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: fix compiler warnings.Brecht Van Lommel
2018-12-11Update code to be compatible with OIIO 2.0Sergey Sharybin
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Cleanup: BLI path extension APICampbell Barton
2017-05-27Remove MinGW supportAaron Carlisle
2017-05-16Make imbuf's OIIO bindings to compile with latest OIIO from gitSergey Sharybin
2016-02-20ImBuf: Cleanup, don't use `using namespace`, it's a bad practiceSergey Sharybin
2016-02-20ImBuf: Solve re-definition warningsSergey Sharybin
2015-07-13 Imbuf types refactor.Antony Riakiotakis
2015-03-27ImBuf: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2014-05-10Fix T40107: painting on a psd image crashes blender + style cleanup in fileDalai Felinto
2013-12-08Extend system-info with information about OIIO, OCIO and OSLSergey Sharybin
2013-10-23style cleanupCampbell Barton
2013-10-18Add debug prints to the PSD loader in imbuf. The error message can be obtain...Irie Shinsuke
2013-10-10style cleanupCampbell Barton
2013-10-09style cleanupCampbell Barton
2013-10-09Photoshop PSD supportDalai Felinto