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-03-23Cycles: Fix building for some compilersMai Lavelle
2017-03-21Cycles: Use more friendly GPU device name for AMD cardsSergey Sharybin
2017-03-21Cycles: Simplify some extra OpenCL query codeSergey Sharybin
2017-03-21Cycles: Cleanup, add some utility functions to shorten access to low level APISergey Sharybin
2017-03-20Fix T50268: Cycles allows to select un supported GPUs for OpenCLSergey 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-16Cycles: Adjust global size for OpenCL CPU devices to make them fasterMai Lavelle
2017-03-14Cycles: Cleanup, indentationSergey Sharybin
2017-03-14Cycles: Try to avoid infinite loops by catching invalid ray statesMai Lavelle
2017-03-11Fix T50888: Numeric overflow in split kernel state buffer size calculationMai Lavelle
2017-03-09Cycles: add single program debug option for split kernelHristo Gueorguiev
2017-03-09Cycles: split kernel_shadow_blocked to AO & DL partsHristo Gueorguiev
2017-03-09Cycles: SSS and Volume rendering in split kernelHristo Gueorguiev
2017-03-08Cycles: Make it more obvious message which initialization failedSergey Sharybin
2017-03-08Cycles: Log which device kernels are being loaded forSergey Sharybin
2017-03-08Cycles: Make it possible to access KernelGlobals from split data initializati...Sergey Sharybin
2017-03-08Cycles: Cleanup, remove residue of previous split kernel dataSergey Sharybin
2017-03-08Cycles: Fix indentationMai Lavelle
2017-03-08Cycles: Calculate size of split state buffer kernel sideMai Lavelle
2017-03-08Cycles: Fix crash after failed kernel buildMai Lavelle
2017-03-08Cycles: Faster building of split kernelMai Lavelle
2017-03-08Cycles: Remove sum_all_radiance kernelMai Lavelle
2017-03-08Cycles: Split path initialization into own kernelMai Lavelle
2017-03-08Cycles: Add names to buffer allocationsMai Lavelle
2017-03-08Cycles: CUDA implementation of split kernelMai Lavelle
2017-03-08Cycles: CPU implementation of split kernelMai Lavelle
2017-03-08Cycles: Report device maximum allocation and detected global sizeSergey Sharybin
2017-03-08Cycles: Workaround for driver hangsMai Lavelle
2017-03-08Cycles: OpenCL split kernel refactorMai Lavelle
2017-03-08Cycles: Add OpenCL kernel for zeroing memory buffersMai Lavelle
2017-03-08Cycles: Expose passes size to device tasksMai Lavelle
2017-03-08Cycles: Allow device_memory to be used directlyMai Lavelle
2017-02-27Cycles: Fix compilation error on vanilla Ubuntu 16.10Sergey Sharybin
2017-02-22Cycles: Additionally report all OpenCL cflagsSergey Sharybin
2017-02-20Fix T50719: Memory usage won't reset to zero while re-rendering on two video ...Sergey Sharybin
2017-01-24Use new manual URLAaron Carlisle
2016-12-09Land D2339 by bliblu blilazydodo
2016-12-03Cycles: Refactor Progress system to provide better estimatesLukas Stockner
2016-11-22Cycles: Fix strict compilation warningsSergey Sharybin
2016-11-21Cycles: Attempt to fix compilation error on ppc64elSergey Sharybin
2016-11-07Cycles: Refactor Device selection to allow individual GPU compute device sele...Lukas Stockner
2016-11-04cycles, cuDeviceComputeCapability is deprecated as of cuda 5.0Martijn Berger
2016-11-02Cycles standalone, compile fix UINT_MAX is not defined in device_cuda.cppMartijn Berger
2016-10-24Cycles: Remove explicit std:: from types where possibleSergey Sharybin
2016-10-24Cycles: Cleanup, styleSergey Sharybin
2016-10-21Cycles: Fix another OpenCL logging issueLukas Stockner
2016-10-17Fix T49630: Cycles: Swapped shader and bake kernelsLukas Stockner
2016-10-17Cycles: Improve OpenCL kernel compilation loggingLukas Stockner
2016-10-09Cycles: Split device_opencl.cpp into multiple files for easier maintenanceLukas Stockner