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-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
2016-09-29Cycles: Support earlier tile rendering termination on cancelSergey Sharybin
2016-09-29Cycles: Fix typo in shader cancel routinesSergey Sharybin
2016-09-23Cycles: Don't sum up memory usage of all devices together for the statsSergey Sharybin
2016-09-12Cycles: Use XDG's .cache folder for cached kernelsSergey Sharybin
2016-08-15Cycles microdisplacement: Allow kernels to be built without patch evaluationMai Lavelle
2016-08-11Cycles: Enable half float support (4 channels and 1 channel) on CUDA.Thomas Dinges
2016-08-09CUDA: We don't support Toolkits < 7.5, update error message.Thomas Dinges
2016-08-04Cycles: Report human-readable string of compilation error codeSergey Sharybin
2016-08-02Cycles: Cleanup, trailing whitespaceSergey Sharybin
2016-08-02Cycles: Some cleanup in CUDA device fileSergey Sharybin
2016-08-02Cycles: Include NVCC compiler flags into md5 hashSergey Sharybin
2016-08-01Cycles: Tweaks to support CUDA 8 toolkitSergey Sharybin
2016-07-14Cycles: Give better idea which OpenCL kernel is currently compilingSergey Sharybin
2016-07-14Cycles: Avoid strings passed by value in OpenCL deviceSergey Sharybin
2016-06-19Fix Cycles assert after recent half changes.Brecht Van Lommel
2016-06-03Cycles: Mark which CUDA device is used for displaySergey Sharybin
2016-05-31Fix T46207: Slow OpenCL GPU bake and blown out baking Cycles renderSergey Sharybin
2016-05-31Cycles: Add human readable sizes to debug outputMai Lavelle
2016-05-22Fix Cycles compile errors with GCC due to double promotion as errors.Brecht Van Lommel
2016-05-22Code refactor: add generic Cycles node infrastructure.Brecht Van Lommel
2016-05-19Cycles / CUDA: Don't use bundled kernel if Adaptive is enforced by the user.Thomas Dinges
2016-05-19Cycles: Add support for bindless textures.Thomas Dinges
2016-05-18Cycles: Reduce amount of malloc() calls from the kernelSergey Sharybin
2016-05-17Fix CUDA MEMCPY condition, it should only copy 3D, 2D or 1D.Thomas Dinges
2016-05-17Cycles / Requested Features: Volume was missing in logging print.Thomas Dinges
2016-05-11Cycles: Add support for single channel float textures on CPU.Thomas Dinges
2016-05-11Cycles: Use explicit qualifier for single-argument constructorsSergey Sharybin
2016-05-09Cleanup: Avoid duplicative defines for CPU textures, use the ones from util_t...Thomas Dinges
2016-05-07Cleanup: Remove unneded (void) line, we don't have ifdefs here anymore.Thomas Dinges
2016-05-07Some fixes for CUDA runtime compile:Thomas Dinges
2016-05-07Cycles: Make CUDA adaptive feature compile a Debug flag.Thomas Dinges
2016-05-06Cleanup: Rename texture slots to float4 and byte, to distinguish from future ...Thomas Dinges
2016-04-20Fix T47794: Point density sometime seems stretched when rendered on GPUSergey Sharybin
2016-03-12Cycles: Some typo fixesSergey Sharybin
2016-02-17Cycles: Make CUDA 7.5 officially recommendedSergey Sharybin