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-01-01Fix deadlock happening when using Save Buffers for renderSergey Sharybin
2013-12-25Use generic task scheduler for threaded image processorSergey Sharybin
2013-12-22Add ItemDestroyable to the cache limitorSergey 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-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-16Color management: use fallback mode if there're no displays/viewsSergey Sharybin
2013-12-16Fix T37826: Opening a new image in the image editorSergey Sharybin
2013-12-16Make compression in IMB_allocImBuf match other placesSergey Sharybin
2013-12-13Code cleanup: float<>double promotionCampbell Barton
2013-12-13Image cache rewrite to using generic movie cacheSergey Sharybin
2013-12-13Implement GPU-side ditherSergey Sharybin
2013-12-08Code cleanup: delete cineon header files that were empty but not deleted.Shane Ambler
2013-12-08Extend system-info with information about OIIO, OCIO and OSLSergey Sharybin
2013-12-05Fix T37703: Shadow pass output image is mangled.Sergey Sharybin
2013-12-04Fix for interpolation errors on lower-left borders in compositor imageLukas Tönne
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-11-30Woo Hoo. First git commit.Alexandr Kuznetsov
2013-11-24Code Cleanup: whitespace / formattingCampbell Barton
2013-11-22Code Cleanup: use NULL for pointer checks and remove joke.Campbell Barton
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-11-01Fix [#37290] Movie files filtering does not show *.ts files.Bastien Montagne
2013-11-01FIX: [#37199] .ogg file is not recognized as a movie in File BrowserAndrea Weikert
2013-10-31Add .webm to the list of extensions recognized as videoAndrea Weikert
2013-10-23style cleanupCampbell Barton
2013-10-18Add debug prints to the PSD loader in imbuf. The error message can be obtain...Irie Shinsuke
2013-10-14Fix #37043: bpy.ops.sequencer.rebuild_proxy() don't release memorySergey Sharybin
2013-10-13cmake/openimageio - partially reverting #60692Dalai Felinto
2013-10-12code cleanup: use const's for vector args.Campbell Barton
2013-10-12Fix build scripts related to PSD support. Both CMake and SCons builds were b...Irie Shinsuke
2013-10-12scons: fix WITH_PSD compiling, still i think muddled naming is used here, tod...Jens Verwiebe
2013-10-11scons file for OIIO (needed for psd)Dalai Felinto
2013-10-11adding WITH_IMAGE_OPENIMAGEIO and removing the PSD build optionDalai Felinto
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-10-10style cleanupCampbell Barton
2013-10-09Implementation of curve mapping in GLSLSergey Sharybin
2013-10-09style cleanupCampbell Barton
2013-10-09fix for building with OPENJPEG after PSD commitDalai Felinto
2013-10-09fix building when WITH_PSD is OFF, stub is not needed afterallDalai Felinto
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-10Add BLI_utildefines.h for __func__ (necessary for MSVC).Nathan Letwory