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-11-05Cleanup: use bool instead of short for job stop & do_update argumentsCampbell Barton
2022-10-12ImageEngine: Clamp image data to fit half float range.Jeroen Bakker
2022-09-12Fix T100886: error saving side-by-side stereo EXR image of depth passBrecht Van Lommel
2022-08-23ImBuf: Optimize GPU memory by using 1 component format for grayscale imagesJeroen Bakker
2022-08-17Cleanup: strip blank lines around comment blocksCampbell Barton
2022-08-03Image: Display GPU layout in `uiTemplateImageInfo`Angus Stanton
2022-05-27GPU: Remove cached full/scaled image texture.Jeroen Bakker
2022-05-12Cleanup: remove redundant float to byte conversion for stereo image savingBrecht Van Lommel
2022-05-05IMBUF: Faster JPEG ThumbnailsHarley Acheson
2022-03-21Cleanup: move render image and multilayer EXR write code to image_save.ccBrecht Van Lommel
2022-03-02Cleanup: use back-slash for doxygen commands, color after parametersCampbell Barton
2022-03-01Merge branch 'blender-v3.1-release'Jacques Lucke
2022-03-01Image Engine: Performance 8 byte images.Jeroen Bakker
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-26VSE: Build proxies only for slow moviesRichard Antalik
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-16Cleanup: spellingCampbell Barton
2021-12-15Cleanup: Use pixel in stead of texels in naming.Jeroen Bakker
2021-12-15Images: 1,2,3 channel support for transform function.Jeroen Bakker
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
2021-12-10Fix Crash: Loading Huge Images.Jeroen Bakker
2021-12-09Cleanup: spelling in commentsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'imbuf'Campbell Barton
2021-12-08Cleanup: moved IMB_transform to transform.cc.Jeroen Bakker
2021-12-03ImBuf: Made Wrapping and Cropping optional in IMB_transform.Jeroen Bakker
2021-10-16Remove math for 2D affine transformRichard Antalik
2021-09-06ImBuf: add IMB_allocFromBufferOwn that takes ownership of the bufferCampbell Barton
2021-08-16VSE: Fix audaspace not reading ffmpeg files with start offset correctlySebastian Parborg
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-11Performance: Use parallel range for ImBuf scanline processor.Jeroen Bakker
2021-06-11Sequencer: Transform ImBuf Processor.Jeroen Bakker
2021-06-05FFmpeg: Fix seeking not returning the correct frame when not using TC indexSebastian Parborg
2021-02-11Cleanup: clang-format, spellingCampbell Barton
2021-02-09Fix T81206: Do not limit gl texture size in image editorJeroen Bakker
2020-12-16VSE: Improve motion-picture workflowRichard Antalik
2020-11-12Cleanup: clang-tidy, remove invalid commentsCampbell Barton
2020-11-11Cleanup: use 'filepath' instead of 'name' for ImBuf utilitiesCampbell Barton
2020-11-11Cleanup: use bool for imbuf save callbacksCampbell Barton
2020-11-10ImBuf: support detecting the file format from in-memory imagesCampbell Barton
2020-11-03VSE: Media transform redesignRichard Antalik
2020-11-02Revert "VSE: Media transform redesign"Richard Antalik
2020-11-02VSE: Media transform redesignRichard Antalik
2020-09-05GPUTexture: Change texture creation APIClément Foucault
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg