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
2018-07-04Cycles Denoising: Cleanup: Rename tiles to tile_infoLukas Stockner
2018-07-04Cycles Denoising: Refactor denoiser tile handlingLukas Stockner
2018-07-04Cycles Denoising: Split main function into logical stepsLukas Stockner
2018-06-26Revert "Turned off clang warnings in third party includes."Stefan Werner
2018-06-26Turned off clang warnings in third party includes.Stefan Werner
2018-06-21Fix Cycles CUDA render errors with CUDA 9.2.Brecht Van Lommel
2018-06-12Fix T55448: Typo in Cycles CUDA debug outputLukas Stockner
2018-04-29Cycles: Cleanup: Remove double semicolonsLukas Stockner
2018-04-04Fix T54400: Some GCN 1 cards available to select for use with CyclesMai Lavelle
2018-02-18Cycles: tweak CUDA messages and avoid build errors with existing sm_2x configs.Brecht Van Lommel
2018-02-18Code cleanup: remove some more unused code after recent CUDA changes.Brecht Van Lommel
2018-02-18Cycles: Remove Fermi texture code.Thomas Dinges
2018-02-17Cycles: Remove Fermi support from CMake and update runtime checks in device_c...Thomas Dinges
2018-02-07Update CUEW to latest versionBrecht Van Lommel
2018-02-06Fix T54001: AMD OpenCL fails with certain resolutions, after recent changes.Brecht Van Lommel
2018-02-04msvc: Use source folder structure for project file.Ray Molenkamp
2018-02-03cycles: Add an nvrtc based cubin cli compiler.Ray Molenkamp
2018-01-29Fix Cycles allocating too much device memory, after recent memory refactoring.Brecht Van Lommel
2018-01-23Fix Cycles assert when resizing rendererd viewport.Brecht Van Lommel
2018-01-22Cycles: Replace use_qbvh boolean flag with an enum-based propertySergey Sharybin
2018-01-19Cycles: Make it more proper check on vectorization flags from DebugFlagsSergey Sharybin
2018-01-19Cycles: Cleanup, stop using debug flags in system utilitiesSergey Sharybin
2018-01-19Cycles: Remove unneeded include statementsSergey Sharybin
2018-01-19Fix T53830: Cycles OpenCL debug assert on macOS,Brecht Van Lommel
2018-01-11Fix issue with moving CUDA memory to host and multiple devices.Brecht Van Lommel
2018-01-11Fix T53692: OpenCL multi GPU rendering not using all GPUs.Brecht Van Lommel
2018-01-03Cycles: CUDA support for rendering scenes that don't fit on GPU.Brecht Van Lommel
2018-01-03Cycles: make CUDA code a bit more robust to host/device alloc failures.Brecht Van Lommel
2017-12-20Cycles: Cleanup, indentationSergey Sharybin
2017-12-06Cycles: Fix constness for load_kernels in device_cpu.cppLukas Stockner
2017-11-30Cycles: Improve denoising speed on GPUs with small tile sizesLukas Stockner
2017-11-17Cycles: Add per-tile render time debug passLukas Stockner
2017-11-12Fix T53289: CUDA missing textures not showing pink, after recent changes.Brecht Van Lommel
2017-11-11Cycles: Set error if a split kernel fails to loadMai Lavelle
2017-11-09Cycles: avoid reallocating tile denoising memory many times during render.Brecht Van Lommel
2017-11-09Cycles: Replace __MAX_CLOSURE__ build option with runtime integrator variableMai Lavelle
2017-11-08Code refactor: rename subsurface to local traversal, for reuse.Brecht Van Lommel
2017-11-08Cycles: add an extra CUDA synchronize before rendering.Brecht Van Lommel
2017-11-05Code refactor: device memory cleanups, preparing for mapped host memory.Brecht Van Lommel
2017-11-05Cycles: reserve CUDA local memory ahead of time.Brecht Van Lommel
2017-11-04Code refactor: replace CUDA array with linear memory for 1D and 2D textures.Brecht Van Lommel
2017-11-03Fix T53247: mixed CPU + GPU render wrong texture limits.Brecht Van Lommel
2017-11-02Cycles: Add another limit to OpenCL memory usageMai Lavelle
2017-10-25Fix one more assert being triggered due to recent changes.Brecht Van Lommel
2017-10-25Code refactor: remove MEM_WRITE_ONLY, always use MEM_READ_WRITE.Brecht Van Lommel
2017-10-24Fix T53146: incomplete multi GPU and CPU + GPU memory statistics.Brecht Van Lommel
2017-10-24Cycles: Fix compilation in debug modeSergey Sharybin
2017-10-24Cycles: Fix compilation error without C++11Sergey Sharybin
2017-10-24Fix T53134: denoising with CPU + GPU render leaves some tiles noisy.Brecht Van Lommel
2017-10-24Code refactor: move more memory allocation logic into device API.Brecht Van Lommel