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
2016-06-13Fix misleading indentation in ImBufSergey Sharybin
2016-04-22Cleanup: warnings (double promote, string format)Campbell Barton
2016-01-18Cleanup: styleCampbell Barton
2016-01-04Remove SCons building systemSergey Sharybin
2015-07-13 Imbuf types refactor.Antony Riakiotakis
2015-07-11ImBuf: cleanup, use const for memory passed inCampbell Barton
2015-06-19Cleanup: fix mismatch in printf formating (int/unsigned int).Bastien Montagne
2015-04-07Cleanup: brace placement /w structsCampbell Barton
2015-01-24Cleanup: styleCampbell 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-08-07Cleanup: Remove special code for Visual Studio 2008.Thomas Dinges
2014-05-01More fixes, msvc 2008 needs math includes for "isnan"..Thomas Dinges
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-12-08Code cleanup: delete cineon header files that were empty but not deleted.Shane Ambler
2013-11-10mistake in last commitCampbell Barton
2013-11-10no need to call isnan() on unsigned ints (causes error on freebsd/clang)Campbell Barton
2013-07-21Fixes for recent Wlimit stuff, which makes strict gcc freak outSergey Sharybin
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-17style cleanupCampbell Barton
2013-07-15Fix #36127: 10 bit DPX render would crash when doing rendering animations fromBrecht Van Lommel
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-27style cleanup: nodesCampbell Barton
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-15Patch #34632: DPX/Cineon speed upSergey Sharybin
2013-03-05code cleanup: also change BKE_blender.h BLENDER_VERSION_CHAR to 'a' so as not...Campbell Barton
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-18style cleanupCampbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-11-24cineonlib.c: Quieted warning, inconsistency between printf format (%lu) and t...Jason Wilkins
2012-11-21Fix #33222: When rendering DPX it's flipped in the Image EditorSergey Sharybin
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-04code cleanup: double promotionsCampbell Barton
2012-11-03code cleanup: cmake - add missing headers, remove directories from source lis...Campbell Barton
2012-10-22Apparently msvc doesn't have isnan.Sergey Sharybin
2012-10-22Fix for inline functions of new cineon librarySergey Sharybin
2012-10-22Some more fixes for cineonSergey Sharybin
2012-10-22Compilation fix for windows platformSergey Sharybin
2012-10-22Compilation error fix for scons caused by recent dpx commitSergey Sharybin
2012-10-22style cleanup: use more const's in BLI_heap & dpx/cineon style cleanupCampbell Barton
2012-10-22Patch #27397: Improved DPX/Cineon codeSergey Sharybin
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-07-04Spellfixes: colour -> colorBastien Montagne
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-05-24style cleanup: brace placement/newlinesCampbell Barton
2012-05-18style cleanup: function definitionsCampbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton