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-11-09Cycles: Replace __MAX_CLOSURE__ build option with runtime integrator variableMai Lavelle
2017-11-05Code refactor: device memory cleanups, preparing for mapped host memory.Brecht Van Lommel
2017-11-03Fix T53247: mixed CPU + GPU render wrong texture limits.Brecht Van Lommel
2017-10-24Code refactor: move more memory allocation logic into device API.Brecht Van Lommel
2017-10-24Code refactor: use device_only_memory and device_vector in more places.Brecht Van Lommel
2017-10-24Code refactor: store device/interp/extension/type in each device_memory.Brecht Van Lommel
2017-10-24Code refactor: pass device to scene, check OSL with device info.Brecht Van Lommel
2017-10-21Code refactor: avoid some unnecessary device memory copying.Brecht Van Lommel
2017-10-21Cycles: combined CPU + GPU rendering support.Brecht Van Lommel
2017-10-08Code refactor: use DeviceInfo to enable QBVH and decoupled volume shading.Brecht Van Lommel
2017-10-07Code refactor: make texture code more consistent between devices.Brecht Van Lommel
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