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-06-02Fix T44869: Crash rendering >2gb imagesCampbell Barton
2015-05-29Yet another attempt to fix T44869Antony Riakiotakis
2015-05-18Cleanup: use const for Imbuf file typesCampbell Barton
2015-04-30Fix T44541 aka gigapixel image render support in blender.Antony Riakiotakis
2015-03-23Change coefficients to 4 digit precision only.Antony Riakiotakis
2015-03-19Cleanup: better not pass function call to FTOCHARCampbell Barton
2015-03-17Part 2 of D1082 by Troy Sobotka, remove our functions that do lumaAntony Riakiotakis
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-24BKE_image: use BKE_image_*** prefixCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-11-29Cleanup: unused headersCampbell 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-09-25GHash: use bool for comparison (simplify compare)Campbell Barton
2014-08-17CleanupCampbell Barton
2014-06-15Code cleanup: commentsCampbell Barton
2014-06-10Fix wrong memory write in partial render update with Save Buffers enabledSergey Sharybin
2014-05-23Report to the console when custom ocio config is usedSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Fix T39953: Float data images display trash in image editorSergey Sharybin
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-19Code cleanup: unreachable break/returnCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-01Fix deadlock happening when using Save Buffers for renderSergey Sharybin
2013-12-25Use generic task scheduler for threaded image processorSergey Sharybin
2013-12-18Color management: added utility function to apply processor on a pixelSergey Sharybin
2013-12-18Color management: get rid of original byte buffer partial updateSergey Sharybin
2013-12-18Fix artifact in partial buffer update after recent changesSergey Sharybin
2013-12-17Changes to partial update during renderingSergey Sharybin
2013-12-16Color management: use fallback mode if there're no displays/viewsSergey Sharybin
2013-12-13Implement GPU-side ditherSergey Sharybin
2013-12-05Fix T37703: Shadow pass output image is mangled.Sergey Sharybin
2013-12-04Code cleanup: remove unused color management functionsSergey Sharybin
2013-12-02Fix T37656: Huge amount of RAM used during start when rendering large imagesSergey Sharybin
2013-10-09Implementation of curve mapping in GLSLSergey Sharybin
2013-10-09Photoshop PSD supportDalai Felinto
2013-10-04Changing dither value will now invalidate cached display bufferSergey Sharybin
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-09-11Revert r60034 and proper fix for #36698 by Sergey Sharybin. NULL pointer chec...Lukas Toenne
2013-09-11Fix #36698 Cycles MinGW64 Mike Pan scene crashes instantly. Missing pointer c...Lukas Toenne
2013-09-09Some more fixes to missing look initializationSergey Sharybin
2013-09-09Film response curves implemented as a looksSergey Sharybin
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-09-02Fix #36124: VSE - Input Color option does not work for video filesSergey Sharybin
2013-08-31RenderEngine API: add viewport draw utility functions to bind a GLSL fragmentBrecht Van Lommel
2013-08-04code cleanup: replace strcpy with BLI_strncpy for fixed size strings, and cor...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-13remove NULL checks on fixed size arrays, also was calling BLI_testextensie_gl...Campbell Barton
2013-05-27fix [#35518] UV Mapping crashes the Blender with specific image fileCampbell Barton