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-09-13Cleanup: use u-prefixed integer types (for brevity)Campbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Fix T86952: Buffer overflow reading specific DDS imagesSergey Sharybin
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-11-12Cleanup: clang-tidy, remove invalid commentsCampbell Barton
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-11Cleanup: use bool for imbuf save callbacksCampbell 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
2019-04-23Cleanup: style, use braces for imbufCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Fix T62852: crash reading corrupt DDS file.Brecht Van Lommel
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-06-17Cleanup: trailing space for imbuf moduleCampbell Barton
2017-05-27Remove MinGW supportAaron Carlisle
2016-02-12Fix/workaround compilation error in ddsSergey Sharybin
2015-07-13 Imbuf types refactor.Antony Riakiotakis
2015-07-11ImBuf: cleanup, use const for memory passed inCampbell Barton
2015-03-27ImBuf: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2013-03-26style cleanup:Campbell Barton
2013-02-19minor change to own recent commit with transform fcurve centers and some styl...Campbell Barton
2013-01-19style cleanupCampbell Barton
2012-12-28style cleanupCampbell Barton
2012-10-25Better fix for #32837: DDS compressed textures now no longer need to be flippedBrecht Van Lommel
2012-10-23Fix #32837: DDS images flipped in viewport compared to render. This happenedBrecht Van Lommel
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-22Fix compilation on MinGW after recent utf 16 fixes (possibly win32 too). gcc ...Antony Riakiotakis
2012-08-22Fix part of #32377: TIFF not saving on windows to paths with special characters,Brecht Van Lommel
2012-06-30Finally committing support for compressed textures on the GPU (DDS+DXT). This...Mitchell Stokes
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-05-08Apply part of [#21590] .dds textures: fix for DXT1n formatNathan Letwory
2011-02-27doxygen: blender/imbuf tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-11-19use 'const char *' for imbuf and file ops.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-09-15fix for error in last commit.Campbell Barton
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-01-30Fix #20146:Brecht Van Lommel
2010-01-09Color management fixesMatt Ebb
2008-09-10This is patch:Kent Mein
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want