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-12-09Cleanup: move public doc-strings into headers for 'imbuf'Campbell Barton
2021-04-08Cleanup: modernize-use-equals-defaultJacques Lucke
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
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-08-07Cleanup: ImBuf, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-03Clang-Tidy: Enable redundant static qualifier warningSergey Sharybin
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-23Cleanup: style, use braces for imbufCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Fix T62852: crash reading corrupt DDS file.Brecht Van Lommel
2019-03-25Cleanup: styleCampbell 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-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-02Cleanup: comment blocksCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Cleanup: trailing space for imbuf moduleCampbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2015-10-10Fix various compiler warnings.Brecht Van Lommel
2015-04-29Cleanup: make grumpy asan happy and do not use `new []` to allocate data free...Bastien Montagne
2015-04-07Cleanup: brace placement /w structsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-03-08style cleanupCampbell Barton
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
2012-06-30Finally committing support for compressed textures on the GPU (DDS+DXT). This...Mitchell Stokes
2012-05-20code cleanup:Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-01-12remove redundant trailing slashesCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton
2011-05-09Code cleanup: warning fixes.Brecht Van Lommel
2011-05-08Apply second half of [#21590] .dds textures: fix for DXT1n format + sync with...Nathan Letwory
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-02-12correct fsf addressCampbell Barton
2008-09-10This is patch:Kent Mein
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-03-31I let a sqrtf in by accident when commiting this patch.Kent Mein
2008-03-28This is patches:Kent Mein
2008-01-15changed sqrtf to sqrt to make solaris and other platforms happy.Kent Mein