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-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-09-03Fix Cycles half float pragma for strict OpenCL compilers (like ROCm).Alex Fuller
2018-08-30Cycles: Cleanup, whitespace after keywordSergey Sharybin
2018-08-29Cycles: Add BVH8 and packeted triangle intersectionSergey Sharybin
2018-08-25Cycles Denoiser: Allocate a single temporary buffer for the entire denoising ...Lukas Stockner
2018-08-24Cycles: Cleanup, styleSergey Sharybin
2018-08-14Fix T56359: Unitialized variable in Cycles OpenCL could cause crashes.Stefan Werner
2018-08-09Cycles: Append compute units for RX Vega card namesfclem
2018-08-09Cycles: Report more details about OpenCL devicesfclem
2018-07-06Cycles: Enabled half precision textures for OpenCL devices that support the c...Stefan Werner
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-07-05Cycles: Adding native support for UINT16 textures.Stefan Werner
2018-07-04Cycles Denoising: Pass tile buffers to every OpenCL kernel to conform to stan...Lukas Stockner
2018-07-04Cycles Denoising: Correctly handle target buffer in tile unmapping and move d...Lukas Stockner
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