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-05-12Fix T44616: Cycles crashes loading 42k by 21k texturesSergey Sharybin
2015-04-20Cycles: Synchronize images after building mesh BVHSergey Sharybin
2015-03-27Cycles: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-10-03Fix T41920: Changing Use Alpha settings doesn't refresh viewport properlySergey Sharybin
2014-08-22Cycles: DPX is saved in the sRGB space and need to be converted to linearSergey Sharybin
2014-08-22Cycles: Fix wrong image update tagging, float vs. byte imagesSergey Sharybin
2014-07-18Fix T41109: Reloading image that has been modified outside Blender does not u...Sergey Sharybin
2014-06-22Fix T40703: cycles viewport smoke not updating when changing frame.Brecht Van Lommel
2014-06-22Fix T40714: cycles not loading CMYK jpeg files correctly.Brecht Van Lommel
2014-06-09Fix cycles CUDA error when trying to use >= 100 image textures.Brecht Van Lommel
2014-05-19Fix T39764: cycles not rendering EXR image textures with 5 channels (RGBA + Z).Brecht Van Lommel
2014-05-19Fix T40195: cycles smoke + persistent images animation render not working cor...Brecht Van Lommel
2014-05-11Cycles / CUDA: Increase maximum image textures on GPU.Thomas Dinges
2014-05-07Cycles: add support for "Use Alpha" option on image datablocks.Carlo Andreacchio
2014-03-31Code cleanup: fixes for function prototypesSergey Sharybin
2014-03-29Cycles code internals: add CPU kernel support for 3D image textures.Brecht Van Lommel
2014-03-08Cycles: Compile fix and some cleanup for the Image interpolation commit.Thomas Dinges
2014-03-08Add support for multiple interpolation modes on cycles image texturesMartijn Berger
2013-12-14Fix T37264: cycles CPU render had limited number of float images, bumped to 1...Thomas Dinges
2013-08-30Fix #36611: cycles issue loading png file with 2 channels.Brecht Van Lommel
2013-08-30Fix part of #36594: 16 bit tiff not loading with correct color space in cycles.Brecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-02-15Fix #34252: cycles rendering 16bit PNG with too light colors.Brecht Van Lommel
2013-01-30Cycles material preview: fix for generated/packed/movie filesSergey Sharybin
2013-01-12Packed and generated images support for CyclesSergey Sharybin
2012-11-21Fix #32796: cycles did not support image auto refresh option.Brecht Van Lommel
2012-11-20Fix cycles OSL missing support for texture mapping paramaters found in textureBrecht Van Lommel
2012-09-27Fix #32618: cycles multithreaded image loading could crash with CUDA, was aBrecht Van Lommel
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-07-31Remove "Loading byte/float" debug messages. They were added at the timeSergey Sharybin
2012-07-24add prints for texture loading (we're running into texture limit a lot so its...Campbell Barton
2012-07-04cycles changes:Campbell Barton
2012-06-09style cleanup: block commentsCampbell Barton
2012-05-13Cycles: OpenCL image texture support, fix an attribute node issue and refactorBrecht Van Lommel
2012-05-10Fix #31379: cycles not recognizing 16 bit tiff as float image.Brecht Van Lommel
2012-05-07Fix float image loading crash in cycles after multithreading changes.Brecht Van Lommel
2012-05-05Cycles: threading optimizationsBrecht Van Lommel
2012-03-07Cycles: float texture support. Due to GPU limitations there are now 95 byte,Brecht Van Lommel
2011-08-15Cycles: fix small memory leak in image loading.Brecht Van Lommel
2011-05-31Cycles: OSL build & image manager fixes.Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal