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-10Rebase on mastertemp-license-header-spdxCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'imbuf'Campbell Barton
2021-11-22Moviecache: Fix potential memory corruption.Jeroen Bakker
2021-11-13Cleanup: Correct order of guard and lock in moviecache_valfreeJesse Yurkovich
2021-11-09Merge branch 'blender-v3.0-release'Jacques Lucke
2021-11-09Fix T92934: crash rendering with wrong image pathJacques Lucke
2021-11-05Fix T92740: Missing lock around the image CacheLimiterJesse Yurkovich
2021-11-02Images: fix error in previous refactorJacques Lucke
2021-11-02Images: refactor how failed image load attempts are rememberedJacques Lucke
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: ImBuf, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-04-29VSE: Cache rewriteRichard Antalik
2019-04-23Cleanup: style, use braces for 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-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2017-09-29Drop platform support for Solaris & AIXCampbell Barton
2015-05-11GHash: avoid redundant castsCampbell Barton
2015-02-06One more crashing instance for hashesAntony Riakiotakis
2015-02-06Fix sequencer crashing after recent GHash refactor.Antony Riakiotakis
2015-02-06GHash: no need to malloc iteratorsCampbell Barton
2015-01-08GHash: use reinsert instead of remove/insertCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-09-25GHash: use bool for comparison (simplify compare)Campbell Barton
2014-04-08Mempool: delay allocating an initial chunk, its not always usedCampbell Barton
2014-04-05Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient nowCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-25Fix T39395: Switching to "Textured solid" and "GLSL" view will cause the FPS ...Sergey Sharybin
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-13Fix T38040: Crash after loading big image file in compositorSergey Sharybin
2013-12-22Add ItemDestroyable to the cache limitorSergey Sharybin
2013-12-16Better fix for previous commitSergey Sharybin
2013-12-16Fix possible crash when cleaning cache with some ibufs removed by the memory ...Sergey Sharybin
2013-12-13Image cache rewrite to using generic movie cacheSergey Sharybin
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-03-20Prefetching for movie clipsSergey Sharybin
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2012-09-20Fix #32579: Sequencer crash when changing render dimensionsSergey Sharybin
2012-09-14Movie cache: made it thread safe to operate with memory limitorSergey Sharybin
2012-09-05fix for various redundant checks and possibly fix some crashes in rare situat...Campbell Barton
2012-08-08Movie cache: add function to iterate through cache and remove itemsSergey Sharybin
2012-07-10Make grumpy gcc in "overwarning" mode happy again...Bastien Montagne
2012-07-10Improved cache management for movie clips from tomato branchSergey Sharybin