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-10-05Code refactor: split displace/background into separate kernels, remove luma.Brecht Van Lommel
2017-10-04Code refactor: use split variance calculation for mega kernels too.Brecht Van Lommel
2017-10-04Code refactor: remove rng_state buffer and compute hash on the fly.Brecht Van Lommel
2017-08-25Cycles: Correct logging of sued CPU intrisicsSergey Sharybin
2017-08-08Cycles: Pack kernel textures into buffers for OpenCLMai Lavelle
2017-08-07Code refactor: split defines into separate header, changes to SSE type headers.Brecht Van Lommel
2017-07-05Cycles: Pass string by const reference rather than by valueSergey Sharybin
2017-07-03Cycles: Add missing split kernel to CPUDeviceLukas Stockner
2017-06-09Cycles Denoising: Merge outlier heuristic and confidence interval testLukas Stockner
2017-05-20Cycles: Cleanup, style and unused argumentsSergey Sharybin
2017-05-18Cycles Denoising: Add more robust outlier heuristic to avoid artifactsLukas Stockner
2017-05-09Cycles: Properly free memory used by KernelGlobalsSergey Sharybin
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-05-04Cycles: Fix crash when assigning KernelGlobalsLukas Stockner
2017-04-07Cycles: Change work pool and global size of split CPU for easier debuggingMai Lavelle
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-17Cycles: Silence strict compiler warningSergey Sharybin
2017-03-17Cycles: Improve memory usage of CPU split kernel by using smaller global sizeMai Lavelle
2017-03-11Fix T50888: Numeric overflow in split kernel state buffer size calculationMai Lavelle
2017-03-08Cycles: Fix indentationMai Lavelle
2017-03-08Cycles: Calculate size of split state buffer kernel sideMai Lavelle
2017-03-08Cycles: Add names to buffer allocationsMai Lavelle
2017-03-08Cycles: CPU implementation of split kernelMai Lavelle
2017-03-08Cycles: Allow device_memory to be used directlyMai Lavelle
2016-12-03Cycles: Refactor Progress system to provide better estimatesLukas Stockner
2016-05-31Cycles: Add human readable sizes to debug outputMai Lavelle
2016-05-18Cycles: Reduce amount of malloc() calls from the kernelSergey Sharybin
2016-05-11Cycles: Add support for single channel float textures on CPU.Thomas Dinges
2016-05-09Cleanup: Avoid duplicative defines for CPU textures, use the ones from util_t...Thomas Dinges
2016-02-06Cycles: Re-implement some utilities to avoid use of boostSergey Sharybin
2016-01-15Cycles-Bake: Custom Baking passesDalai Felinto
2016-01-12Cycles: Use special debug panel to fine-tune debug flagsSergey Sharybin
2016-01-06Cycles: Log whch optimizations are used for CPU kernelsSergey Sharybin
2016-01-06Cycles: Fix stupid mistake which was assining kernel function in a loopSergey 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-07-21Cycles: Expose image image extension mapping to the image managerSergey Sharybin
2015-04-10Cycles: Fix compilation error on windows after recent logging changesSergey Sharybin
2015-04-10Cycles: Add some statistics loggingSergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-03-27Cycles: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-02-19Cycles: Cleanup for indentation in device_cpu.cppSergey Sharybin
2015-01-06Cycles: Repot CPU and CUDA capabilities to system info operatorSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-11-03Fix typo breaking compilation with SSE2.Bastien Montagne
2014-10-30Deduplicate some code by using a function pointer to the real kernelMartijn Berger
2014-10-06Cycles: Workaround dead-slow expf() on 64bit linuxSergey Sharybin
2014-09-04Fix wrong track of the memory when doing device vector resize before freeing itSergey Sharybin
2014-08-19Fix T41471 Cycles Bake: Setting small tile size results in wrong bake with st...Dalai Felinto
2014-07-25Cycles Bake: show progress bar during bakeDalai Felinto