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-06-11Performance: Use parallel range for ImBuf scanline processor.Jeroen Bakker
2021-06-11Performance: Split ImBuf sampling.Jeroen Bakker
2021-06-11Sequencer: Transform ImBuf Processor.Jeroen Bakker
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-10-19Image: Export emissive colors in 3 channel PNG imagesJeroen Bakker
2020-09-14Cleanup: use doxy sections for imbufCampbell Barton
2020-09-07Cleanup: update comment after Clang-Tidy bugprone-incorrect-roundings fixesSybren A. Stüvel
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-04Cleanup: Clang-Tidy bugprone-incorrect-roundings fixesSybren A. Stüvel
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
2020-04-21CleanUp: Renamed `BLI_task_pool_userdata` to `BLI_task_pool_user_data`Jeroen Bakker
2020-04-09TaskScheduler: Minor Preparations for TBBBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-04Cleanup: replace CLAMP macros with functionsCampbell Barton
2019-10-03Cleanup: unused structs, struct membersCampbell Barton
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
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-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-06-17Cleanup: trailing space for imbuf moduleCampbell Barton
2016-05-05Cleanup: styleCampbell Barton
2016-05-05Optimize threaded scanline processorSergey Sharybin
2016-05-05Simplify scanline threaded processor used by GPU_verify_imageSergey Sharybin
2015-12-21Cleanup: warnings (msvc)Campbell Barton
2015-05-29Fix T44882, color picker in texpainting doing linear interpolation evenAntony Riakiotakis
2015-04-30Fix T44541 aka gigapixel image render support in blender.Antony Riakiotakis
2014-10-17Fix issue reported by Sebastian Koenig on irc, Clone brush would paintAntony Riakiotakis
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2013-12-25Use generic task scheduler for threaded image processorSergey Sharybin
2013-12-04Fix for interpolation errors on lower-left borders in compositor imageLukas Tönne
2013-08-23Fix #36535: Color difference when saving imageSergey Sharybin
2013-02-28Changed a way how RGB images are saving from RGBASergey Sharybin
2013-01-05Changes for opengl render to reflect new alpha premul pipelineSergey Sharybin
2012-12-28style cleanupCampbell Barton
2012-12-11code cleanup: neareast -> nearestCampbell Barton
2012-11-11Code de-duplication in imageprocess.c -- made it use interpolation functions ...Sergey Sharybin
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-01style cleanup: define float sizes for interpolation functions, add retirn's o...Campbell Barton
2012-08-07Made image buffer threaded processor generic function,Sergey Sharybin
2012-08-02code cleanup: remove redundant float castsCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-08style cleanupCampbell Barton