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-08-12Code cleanup: fix warning and improve terminology.Brecht Van Lommel
2017-08-09Cycles: Remove ulong usageSergey Sharybin
2017-08-09Cycles: Proper fix for recent OpenCL image crashMai Lavelle
2017-08-08Cycles: More fixes for Windows 32 bitSergey Sharybin
2017-08-08Cycles: Fix compilation error without C++11Sergey Sharybin
2017-08-08Cycles: Pack kernel textures into buffers for OpenCLMai Lavelle
2017-08-07Cycles: Cleanup, space after keywordSergey Sharybin
2017-08-07Code refactor: split defines into separate header, changes to SSE type headers.Brecht Van Lommel
2017-08-05Cycles: CUDA split performance tweaks, still far from megakernel.Brecht Van Lommel
2017-07-11Cycles: Disable OpenCL clFlush workaroundsSergey Sharybin
2017-07-07Cycles: Fix ambiguity in call of min() functionSergey Sharybin
2017-07-06Cycles: Add artificial memory limit debug option for OpenCLMai Lavelle
2017-07-06Cycles: Dont allow global size to fall to zeroMai Lavelle
2017-07-06Cycles: Detect out of memory before buffer allocation in OpenCL devicesMai Lavelle
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-30Cycles: Disable baking in mega kernel when not in use to improve build timesMai Lavelle
2017-06-12Cycles: adjust supported driver version for AMD GPUsHristo Gueorguiev
2017-06-10Cycles: Selectively include denoising in kernelSergey Sharybin
2017-06-10Cycles: Pass all buffers to each kernel call for OpenCLMai Lavelle
2017-06-10Cycles: Faster split branched path tracing by sharing samples with inactive t...Mai Lavelle
2017-06-10Cycles: Add kernel to enqueue inactive raysMai Lavelle
2017-06-10Cycles: Blacklist unsupported OpenCL devicesHristo Gueorguiev
2017-06-09Cycles Denoising: Merge outlier heuristic and confidence interval testLukas Stockner
2017-06-08Cycles: Display optional board name in system infoSergey Sharybin
2017-06-08Cycles: Cleanup, indentationSergey Sharybin
2017-05-22Fix T51568: CUDA error in viewport render after fix for for OpenCLSergey Sharybin
2017-05-20Cycles: Cleanup, style and unused argumentsSergey Sharybin
2017-05-19Fix T51502: Cycles denoising not using correctly aligned width for NLM on CUDALukas Stockner
2017-05-18Cycles Denoising: Add more robust outlier heuristic to avoid artifactsLukas Stockner
2017-05-18Cycles Denoising: Fix wrong order of denoising feature passesLukas 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-05Cycles: Show samples progress for OpenCL split kernelHristo Gueorguiev
2017-05-04Cycles: Fix crash when assigning KernelGlobalsLukas Stockner
2017-05-03Cycles: Split kernel - sort shadersHristo Gueorguiev
2017-05-02Cycles: Remove extra clFinish from driver workaroundMai Lavelle
2017-05-02Cycles: Output split state element sizeMai Lavelle
2017-05-02Cycles: Branched path tracing for the split kernelMai Lavelle
2017-05-02Cycles: Fix CUDA split kernelSergey Sharybin
2017-05-02Cycles: Cache split kernels in CUDA deviceSergey Sharybin
2017-04-26Cycles: Allow samples to finish in split kernel to avoid artifacts when cance...Mai Lavelle
2017-04-25Cycles: use safe compiler flags for OpenCL.Hristo Gueorguiev
2017-04-21Cycles: Solve speed regression of classroom scene after principled commitSergey Sharybin
2017-04-18Cycles: Cleanup, styleSergey Sharybin
2017-04-11Cycles: Only calculate global size of split kernel once to avoid changesMai Lavelle
2017-04-11Cycles: Implement automatic global size for CUDA split kernelMai Lavelle
2017-04-10Cycles: Apparently board name could be an empty stringSergey Sharybin
2017-04-07Cycles: Fix warning with MSVCSergey Sharybin
2017-04-07Cycles: Change work pool and global size of split CPU for easier debuggingMai Lavelle