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-28Code refactor: modify mesh storage to use arrays rather than vectors, separat...Brecht Van Lommel
2016-05-23Cycles: Fix missing volumes support for feature-adaptive viewport renderSergey Sharybin
2016-04-20Cycles: Stop rendering when bad_alloc happensSergey Sharybin
2016-04-19Cycles: Improvements and fixes for the resumable renderSergey Sharybin
2016-03-11Cycles: Do no limit viewport samples to USHRT_MAX when value is at 0.Thomas Dinges
2015-11-22Cycles: Make branched path tracer covered with requested featuresSergey Sharybin
2015-11-21Cycles: Make requested features struct aware of subsurface BSDFSergey Sharybin
2015-07-18Cycles: Log requested device featuresSergey Sharybin
2015-07-18Cycles; Make baking a feature-specific optionSergey Sharybin
2015-06-18Cycles: Report currently sampling tile when CPU is working on the last tileSergey Sharybin
2015-06-08Cycles: Make hair, object and motion blur selective compiled into OpenCLSergey Sharybin
2015-06-01Cycles: Fix wrong max nodes group used for the viewport renderSergey Sharybin
2015-05-19Cycles: Check for validity of the tiles arrays in progressive refineSergey Sharybin
2015-05-19Cycles: Check for whether update/write callbacks are set prior to calling themSergey Sharybin
2015-05-09Cycles: OpenCL kernel splitGeorge Kyriazis
2015-05-09Cycles: Communicate number of closures and nodes feature set to the deviceSergey Sharybin
2015-05-09Cycles: Add utility function to count maximum number of closures used by sessionSergey Sharybin
2015-05-09Cycles: Pass requested tile size to the device via device taskSergey Sharybin
2015-05-09Cycles: Change the way how we pass requested capabilities to the deviceSergey Sharybin
2015-04-06Cycles: More instant feedback on progressive rendering for first sampleSergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-02-21Cycles: Use lower progressive update timeout for preview renderingSergey Sharybin
2015-01-14Cycles: Ignore preprocessing time in ETA calculationLukas Stockner
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-12-05Cycles: Add dedicated Progress::set_error() callSergey Sharybin
2014-05-19Fix T40262: cycles GPU bake crash due to kernels not loaded, randomly due to ...Brecht Van Lommel
2014-05-03Cycles BakeDalai Felinto
2014-04-16Fix cycles standalone file saving not taking number of samples into account p...Brecht Van Lommel
2014-04-15Fix cycles standalone not writing images in background mode properly.Brecht Van Lommel
2014-04-14Fix cycles standalone not saving renders in background mode.Brecht Van Lommel
2014-03-26Fix T39420: Cycles viewport/preview flickers, when moving mouse across editorsSergey Sharybin
2013-12-07Cycles: network render code updated for latest changes and improvedMartijn Berger
2013-09-04Fix a few issues reported by coverity scan.Brecht Van Lommel
2013-08-31Cycles: viewport render now takes scene color management settings into account,Brecht Van Lommel
2013-08-23Cycles: more code refactoring to rename things internally as well. Also changeBrecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-08-13Code cleanup:Thomas Dinges
2013-08-09Cycles / Non-Progressive integrator:Thomas Dinges
2013-07-20Code cleanup / Cycles:Thomas Dinges
2013-07-19Fix for [#36216] Viewport render with CMJ sampler and unlimited passes freezes Thomas Dinges
2013-06-25Render stats text: show elapsed time for blender internal, hide useless "Sing...Brecht Van Lommel
2013-06-07Cycles: experimental correlated multi-jittered sampling pattern that can be usedBrecht Van Lommel
2013-05-15Cycles:Thomas Dinges
2013-04-16Cycles Hair: Strand Minimum Pixel SizeStuart Broadfoot
2013-04-05Fix another part of #34877: cycles progress status text not showing correct withBrecht Van Lommel
2013-02-13Correction for fix #34205: Zooming in rendered mode during update out of sync...Sergey Sharybin
2013-02-12Fix #34205: Cycles: Zooming in rendered mode during update out of sync with i...Sergey Sharybin
2013-02-07Fix small memory leak in cycles tile render, a few bytes for each tile.Brecht Van Lommel
2013-02-06style cleanup: some warnigs & spelling.Campbell Barton
2013-01-07Cycles / Tile Rendering:Thomas Dinges