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
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
2013-05-12Speedup for rendered viewport for blender internalSergey Sharybin
2013-04-29Fix for non-linear float buffer displaying on raw displaySergey Sharybin
2013-04-15Fix #34967: Display transform makes byte image with alpha=0 blackSergey Sharybin
2013-04-04Use GLSL display for compositor backdrop and sequencer previewSergey Sharybin
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-04-03Bunch of fixes for GLSL display transformSergey Sharybin
2013-04-02Fix for potential missing draw-update when building without OCIOSergey Sharybin
2013-04-02More usage of GLSL for color managed image drawingSergey Sharybin
2013-04-02Fixes for recent GLSL display space conversionsSergey Sharybin
2013-04-01Fix for recent changes in IMB_display_buffer_acquireSergey Sharybin