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
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-07-04Cycles Denoising: Refactor denoiser tile handlingLukas Stockner
2018-03-16Code refactor: move OIIO image buffer writing outside session, into callback.Guillaume Chereau
2018-03-10Cycles: support arbitrary number of motion blur steps for objects.Brecht Van Lommel
2018-03-10Cycles: support arbitrary number of motion blur steps for cameras.Brecht Van Lommel
2017-11-09Cycles: Replace __MAX_CLOSURE__ build option with runtime integrator variableMai Lavelle
2017-10-24Code refactor: move more memory allocation logic into device API.Brecht Van Lommel
2017-10-21Fix issue with resumable rendering in recent changes.Brecht Van Lommel
2017-10-21Cycles: disable progressive refine if denoising or save buffers is used.Brecht Van Lommel
2017-10-04Code refactor: zero render buffers outside of kernel.Brecht Van Lommel
2017-10-04Code refactor: remove rng_state buffer and compute hash on the fly.Brecht Van Lommel
2017-09-28Fix T52574: make Cycles rendered tile counter more clear.Kim Christensen
2017-08-15Cycles/BI: Add a pixel size option for speeding up viewport renderingLukas Stockner
2017-08-07Cycles: remove option to disable transparent shadows globally.Brecht Van Lommel
2017-07-25Fix T51450: viewport render time keeps increasing after render is done.Jeff Knox
2017-06-10Cycles: Selectively include denoising in kernelSergey Sharybin
2017-05-19Cycles: Reload kernels from Session when requested features changeMai Lavelle
2017-05-19Fix T51555: Cycles tile count is incorrect when denoising is enabledLukas Stockner
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-27Cycles: Make shadow catcher an optional feature for OpenCLSergey Sharybin
2017-03-20Cycles: Update remaining time once per second without waiting for a tile changeLukas Stockner
2017-03-08Cycles: Seperate kernel loading time from render timeMai Lavelle
2017-03-08Cycles: Expose passes size to device tasksMai Lavelle
2017-02-23Fix T50748: Render Time incorrect when refreshing rendered preview in GPU modeSergey Sharybin
2017-01-19Cycles: Fix amount of rendered samples not being shown while rendering the la...Lukas Stockner
2017-01-13Cycles: Cleanup, styleSergey Sharybin
2016-12-09Land D2339 by bliblu blilazydodo
2016-12-03Cycles: Refactor Progress system to provide better estimatesLukas Stockner
2016-08-15Cycles microdisplacement: Allow kernels to be built without patch evaluationMai Lavelle
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