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
2015-01-08DDS missed newline printing errors.Campbell Barton
2015-01-08GHash: use reinsert instead of remove/insertCampbell Barton
2015-01-06Fix T43143: DPX header wrong, making it impossible to import to other softwareSebastian Koenig
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-11-29Correct includes for win32Campbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-24BLI_utildefines: add UNUSED_VARS() macroCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-11-21fix T42676 replaced windows specific include by BLI_utildefines.hGaia Clary
2014-11-21Fix T42421: HDR reader could easily read past buffer (truncated HDR files e.g...Bastien Montagne
2014-11-14Cleanup: use BLI_hash_ prefix for md5 apiCampbell Barton
2014-11-14Cleanup: headersCampbell Barton
2014-11-14Add Murmur2A hashing feature to BLIBastien Montagne
2014-10-17Fix issue reported by Sebastian Koenig on irc, Clone brush would paintAntony Riakiotakis
2014-09-29Fix for wrong color space when image loader set both rect and rect_floatSergey Sharybin
2014-09-25GHash: use bool for comparison (simplify compare)Campbell Barton
2014-08-27Cleanup: remove _DEBUG define usageCampbell Barton
2014-08-18Correction to the mipmaps generationSergey Sharybin
2014-08-17CleanupCampbell Barton
2014-08-13Fix out of bounds read when recalculating mipmaps, error reported byAntony Riakiotakis
2014-08-12Fix T41414, T41386.Antony Riakiotakis
2014-08-11Fix T40744: MIP Map is generating strange noise in texture, Blender InternalSergey Sharybin
2014-08-07Cleanup: Remove special code for Visual Studio 2008.Thomas Dinges
2014-07-30Fix T41241: VSE: cropping strips puts a transparent line through the image.Bastien Montagne
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-04Style cleanupCampbell Barton
2014-07-04Add (r)partition funcs to BLI_string, to get left-most/right-most first occur...Bastien Montagne
2014-07-01Fix strict flags compilationSergey Sharybin
2014-07-01CMake: correct include dirsCampbell Barton
2014-06-30Fix T40818: libpng warning: iCCP: known incorrect sRGB profileSergey Sharybin
2014-06-22Remove unused functionCampbell Barton
2014-06-20BLI_md5: add a utility function to 'translate' raw 16bytes digest into a nice...Bastien Montagne
2014-06-15Code cleanup: commentsCampbell Barton
2014-06-10Fix wrong memory write in partial render update with Save Buffers enabledSergey Sharybin
2014-06-09Fix T40547: Can't read single channel EXRsSergey Sharybin
2014-05-28Fix T40157: Loading movies larger than 4GB in size failsSergey Sharybin
2014-05-23Report to the console when custom ocio config is usedSergey Sharybin
2014-05-14Code cleanup: doxy commentsCampbell Barton
2014-05-10Fix T40107: painting on a psd image crashes blender + style cleanup in fileDalai Felinto
2014-05-03IMB buffer functions to take a mask as inputDalai Felinto
2014-05-01Code cleanup: remove defines no longer needed on windowsCampbell Barton
2014-05-01More fixes, msvc 2008 needs math includes for "isnan"..Thomas Dinges
2014-05-01Include removal gave problems with windows, ifdef some back in for windows onlyCampbell Barton
2014-05-01Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869...Campbell Barton
2014-05-01Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a.Thomas Dinges
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Fix T39931: Crash generating thumbnails (error in escaping)Campbell Barton