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-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: remove "The Original Code is: ..." from code commentsCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-10-04Fix T91911: error in image dithering code after recent changesBrecht Van Lommel
2021-10-04Cleanup: use system includesCampbell Barton
2021-07-30Cleanup: clarify license and origin of voronoi and dithering codeBrecht Van Lommel
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-02-17BLI: add BLI_simd.h header to wrap SSE includesBrecht Van Lommel
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-03Cleanup: formatting, spellingCampbell Barton
2020-02-17ColorManagement: Dithering ImprovementClément Foucault
2019-08-05Cleanup: use unsigned char for theme colorsCampbell Barton
2019-04-21Cleanup: comments (long lines) in blenlibCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for blenlibCampbell 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-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2017-11-14BLI: sync changes from 2.8Campbell Barton
2016-10-25API: Fix LinksAaron Carlisle
2016-06-08Fix FPE exception happening when converting linear<->srgb using SIMDSergey Sharybin
2016-05-05Cleanup: styleCampbell Barton
2016-05-05Optimize linear<->sRGB conversion for SSE2 processorsSergey Sharybin
2015-03-23Cleanup: comments, styleCampbell Barton
2015-03-23Use same rgb -> greyscale for BLI_math as imbufCampbell Barton
2015-03-19Revert part of recent color-management commitCampbell Barton
2015-03-17Part 2 of D1082 by Troy Sobotka, remove our functions that do lumaAntony Riakiotakis
2015-01-29Gooseberry request: Dithering support for byte images when painting onAntony Riakiotakis
2014-07-30Cleanup: general cleanup in BLI_math code (mostly, use 'const' where possible...Bastien Montagne
2013-12-05Code Cleanup: use strict flags for math lib, add inline declarationsCampbell Barton
2013-06-26correct typos in comments.Campbell Barton
2013-04-28Fix #34233: bad alpha blending for 3D texture painting. Same changes as theBrecht Van Lommel
2013-02-18fix [#34279] Python console: Selected region is not highlighted when using wh...Campbell Barton
2013-01-15Follow general mathutils rules for naming straight<->premul functionsSergey 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-11-08code cleanup:Campbell Barton
2012-09-19fix MESH_OT_tris_convert_to_quads() limit options (uv and vertex color) were ...Campbell Barton
2012-07-08correct another case of nonnull (all should be correct now), and comment abou...Campbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-06-25comment for TODO - rgb_to_bw / rgb_to_grayscale usage.Campbell Barton
2012-06-23rename WITH_BUILTIN_GLEW, WITH_SYSTEM_GLEW & negate.Campbell Barton
2012-06-22use an inline function for rgb -> bw conversion.Campbell Barton
2012-06-13move one line color conversion functions to be inline.Campbell Barton