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-05-31Cleanup: unused definesCampbell Barton
2016-05-06Speedup of regular 2D paintingSergey Sharybin
2016-05-06Implement threaded partial display buffer updateSergey Sharybin
2016-05-06Multi-thread generated image creationSergey Sharybin
2016-05-05Cleanup: styleCampbell Barton
2016-05-05Fix OS X build error after SSE changes, BLI_math_base.h conflicts with EXR he...Brecht Van Lommel
2016-05-05Optimize projection painting with big brushesSergey Sharybin
2016-05-05Optimize threaded scanline processorSergey Sharybin
2016-05-05Simplify scanline threaded processor used by GPU_verify_imageSergey Sharybin
2016-04-26Fix T47992: Stereo 3D Anaglyph rendered Images saved too lightSergey Sharybin
2016-04-22Cleanup: warnings (double promote, string format)Campbell Barton
2016-04-12Cleanup: use boolCampbell Barton
2016-03-23Revert "Fix T47869: OpenColorIO Error with unicode path to config file under ...Sergey Sharybin
2016-03-23Fix T47869: OpenColorIO Error with unicode path to config file under WindowsSergey Sharybin
2016-03-18Fix T47806: Blender animation player stop working correctly with XVID codecSergey Sharybin
2016-03-17ImBuf: Some tweaks to FFmpeg frame free policySergey Sharybin
2016-03-15ImBuf: Use proper function to free FFmpeg framesSergey Sharybin
2016-03-15Fix T47724: VSE crops video if horizontal resolution isn't divisible by 8Sergey Sharybin
2016-03-15Fix T47724: VSE crops video if horizontal resolution isn't divisible by 8Sergey Sharybin
2016-03-10Fix T47724: VSE crops video if horizontal resolution isn't divisible by 8Sergey Sharybin
2016-03-02GHash: BLI_ghash_ensure_p_ex now takes a pointer-to-key argCampbell Barton
2016-02-20Fix memory leak when saving OpenEXR half file fails.Brecht Van Lommel
2016-02-20ImBuf: Cleanup, don't use `using namespace`, it's a bad practiceSergey Sharybin
2016-02-20ImBuf: Solve re-definition warningsSergey Sharybin
2016-02-16Make Blender compilable with FFmpeg-3.0Sergey Sharybin
2016-02-12Fix/workaround compilation error in ddsSergey Sharybin
2016-02-03Imbuf: remove libredcodeCampbell Barton
2016-01-28FFmpeg: Experiment with use of nb_frames from a stream when knownSergey Sharybin
2016-01-28cleanup: spelling / typosMike Erwin
2016-01-26Fix compilation error after recent luma changes on certain platformsSergey Sharybin
2016-01-25ImBuf: Make luminance calculation inlinedSergey Sharybin
2016-01-21Cleanup: line length, indentationCampbell Barton
2016-01-19Fix T47203: Render Crash due to missing zbuf_float handling in IMB scaling.Bastien Montagne
2016-01-18Cleanup: styleCampbell Barton
2016-01-14Doc: more detailed ImBuf.rect/rect_float commentsCampbell Barton
2016-01-14Add compression modes for TIFF imagesQuentin Wenger
2016-01-11Report errno string when writing files failsCampbell Barton
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-21Cleanup: remove unused fileCampbell Barton
2015-12-21Cleanup: warnings (msvc)Campbell Barton
2015-12-20Cleanup: invalid comment & styleCampbell Barton
2015-12-15Fix T46951: invalid OpenGL mipmaps when using high bit depth textures.Brecht Van Lommel
2015-11-23Cleanup: shadowing (blenlib, gpu, imbuf)Campbell Barton
2015-11-19Cleanup: redundant 'break', minor editsCampbell Barton
2015-11-16ImBuf: Fix typo in duplicating float z bufferSergey Sharybin
2015-11-16Add missing newlines for debug printsCampbell Barton
2015-11-12Fix T46748: OpenEXR output different when frame saved with F3 vs. in an anima...Sergey Sharybin
2015-10-28Temporary "fix" for crash when saving OpenEXR Multi-View from Image EditorDalai Felinto
2015-10-28Fix T46617 File Output Node seems to save only black images into OpenEXR imag...Dalai Felinto
2015-10-23Cleanup: use int for view_id's & view countCampbell Barton