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
2020-03-05Fix T74393: Cycles crashes when both OSL and Optix Denoising are enabledPatrick Mours
2020-02-28Cycles: Rework tile scheduling for denoisingPatrick Mours
2020-02-13Cleanup: pass const variablesCampbell Barton
2020-02-11Cycles: Add support for denoising in the viewportPatrick Mours
2019-11-28Fix assert in Cycles memory statistics when using OptiX on multiple GPUsPatrick Mours
2019-09-13Cycles: add Optix device backendPatrick Mours
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-16Cleanup: fix compiler warnings.Brecht Van Lommel
2019-03-15Merge branch 'blender2.7'Jeroen Bakker
2019-03-15Cycles/OpenCL: Compile Kernels During Scene UpdateJeroen Bakker
2018-11-30Merge branch 'master' into blender2.8Brecht Van Lommel
2018-11-30Fix T58183: crash with CPU + GPU rendering after profiling changes.Brecht Van Lommel
2018-10-31Merge branch 'master' into blender2.8Sergey Sharybin
2018-10-31Cycles: Fix wrong BVH used when disabling AVX2 in debug settingsSergey Sharybin
2018-07-06Merge branch 'master' into blender2.8Campbell Barton
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-07-05Merge branch 'master' into blender2.8Campbell Barton
2018-07-04Cycles Denoising: Correctly handle target buffer in tile unmapping and move d...Lukas Stockner
2018-01-03Merge branch 'master' into blender2.8Campbell Barton
2018-01-03Cycles: CUDA support for rendering scenes that don't fit on GPU.Brecht Van Lommel
2017-10-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-24Fix T53146: incomplete multi GPU and CPU + GPU memory statistics.Brecht Van Lommel
2017-10-24Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-24Fix T53134: denoising with CPU + GPU render leaves some tiles noisy.Brecht Van Lommel
2017-10-24Merge branch 'master' into blender2.8Brecht Van Lommel
2017-10-24Code refactor: move more memory allocation logic into device API.Brecht Van Lommel
2017-10-24Code refactor: store device/interp/extension/type in each device_memory.Brecht Van Lommel
2017-10-06Merge branch 'master' into blender28Campbell Barton
2017-10-05Code refactor: split displace/background into separate kernels, remove luma.Brecht Van Lommel
2017-10-04Code refactor: remove rng_state buffer and compute hash on the fly.Brecht Van Lommel
2017-05-08Merge branch 'master' into blender2.8Julian Eisel
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-04-28Cycles support for preview on viewport with core profileDalai Felinto
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-08Cycles: Add names to buffer allocationsMai Lavelle
2017-02-20Fix T50719: Memory usage won't reset to zero while re-rendering on two video ...Sergey Sharybin
2016-12-03Cycles: Refactor Progress system to provide better estimatesLukas Stockner
2016-11-07Cycles: Refactor Device selection to allow individual GPU compute device sele...Lukas Stockner
2016-09-23Cycles: Don't sum up memory usage of all devices together for the statsSergey Sharybin
2016-05-31Cycles: Add human readable sizes to debug outputMai Lavelle
2016-05-19Cycles: Add support for bindless textures.Thomas Dinges
2016-05-11Cycles: Use explicit qualifier for single-argument constructorsSergey Sharybin
2015-12-30Cycles: Optionally output luminance from the shader evaluation kernelSergey Sharybin
2015-07-28Cycles: Prepare for more image extension types supportSergey Sharybin
2015-05-11Cycles: Get rid of one more OpenGL matrix manipulation/push/pop.Antony Riakiotakis
2015-05-09Cycles: Change the way how we pass requested capabilities to the deviceSergey Sharybin
2015-04-10Cycles: Add some statistics loggingSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-08-05Fix T41222 Blender gives weird output when baking (4096*4096) resolution on GPUDalai Felinto
2014-07-25Cycles Bake: show progress bar during bakeDalai Felinto