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
2017-02-11Cycles: Refactor device split kernel codeMai Lavelle
2017-02-11Cycles: Move kgbuffer allocation out of split kernel codeMai Lavelle
2017-01-24Cycles: Add split_kernel_global_size functionMai Lavelle
2017-01-24Cycles: Remove everything parallel samples from the split kernelMai Lavelle
2016-12-16Cycles: Add names to buffer allocationsMai Lavelle
2016-12-16Merge branch 'master' into cycles_split_kernelMai Lavelle
2016-12-09Land D2339 by bliblu blilazydodo
2016-12-07Merge branch 'master' into cycles_split_kernelMai Lavelle
2016-12-07Cycles: Make split kernel methods in Device privateMai Lavelle
2016-12-07Cycles: Remove overloaded Device::mem_alloc functionMai Lavelle
2016-12-03Cycles: Refactor Progress system to provide better estimatesLukas Stockner
2016-11-20Cycles: Simpler use of sizeofMai Lavelle
2016-11-10Merge branch 'master' into cycles_split_kernelMai Lavelle
2016-11-07Cycles: Refactor Device selection to allow individual GPU compute device sele...Lukas Stockner
2016-10-27Cycles: Add function so each device can specify its ideal local work sizeMai Lavelle
2016-10-27Cycles: Add functions to allocate kernel globals for split kernelMai Lavelle
2016-10-20Cycles: Begin moving split kernel logic into own classMai Lavelle
2016-10-18Cycles: Implement enqueue_split_kernel_data_init for OpenCL devicesMai Lavelle
2016-10-18Cycles: Add SplitKernelFunction with OpenCL implementationMai Lavelle
2016-10-18Cycles: Replace use of cl_mem with device_memory in split kernel deviceMai Lavelle
2016-08-15Cycles microdisplacement: Allow kernels to be built without patch evaluationMai Lavelle
2016-05-19Cycles: Add support for bindless textures.Thomas Dinges
2016-05-07Some fixes for CUDA runtime compile:Thomas Dinges
2016-02-12Cycles: Always use guarded allocator of vectorsSergey Sharybin
2016-01-12Cycles: Use special debug panel to fine-tune debug flagsSergey Sharybin
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-11-21Cycles: Move build options constructions to DeviceRequestedFeaturesSergey Sharybin
2015-07-28Cycles: Prepare for more image extension types supportSergey Sharybin
2015-07-18Cycles: Log requested device featuresSergey Sharybin
2015-07-18Cycles; Make baking a feature-specific optionSergey Sharybin
2015-06-08Cycles: Make hair, object and motion blur selective compiled into OpenCLSergey Sharybin
2015-05-11Cycles: Get rid of one more OpenGL matrix manipulation/push/pop.Antony Riakiotakis
2015-05-11Cycles: use vertex buffers when possible to draw tiles on the screen.Antony Riakiotakis
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: Change the way how we pass requested capabilities to the deviceSergey Sharybin
2015-03-29Optionally use c++11 stuff instead of boost in cycles where possible. We do a...Martijn Berger
2015-03-27Cycles: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-01-06Cycles: Repot CPU and CUDA capabilities to system info operatorSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-07-25Cycles Bake: show progress bar during bakeDalai Felinto
2014-05-11Cycles / CUDA: Increase maximum image textures on GPU.Thomas Dinges
2014-03-26Fix T39420: Cycles viewport/preview flickers, when moving mouse across editorsSergey Sharybin
2014-03-08Add support for multiple interpolation modes on cycles image texturesMartijn Berger
2013-12-07Cycles: network render code updated for latest changes and improvedMartijn Berger
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2012-12-23Cycles: deal a bit better with errors when CUDA runs out of memory, try to av...Brecht Van Lommel
2012-11-08Fix #33107: cycles fixed threads 1 was still having two cores do work,Brecht Van Lommel
2012-11-05Cycles: memory usage reportSergey Sharybin